Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Core fixes: SDKs now expose real monotonic commit timestamps, databas…#1

Merged
sushanthpy merged 3 commits intomainfrom
release/0.3.3
Jan 6, 2026
Merged

Core fixes: SDKs now expose real monotonic commit timestamps, databas…#1
sushanthpy merged 3 commits intomainfrom
release/0.3.3

Conversation

@sushanthpy
Copy link
Member

…e config is actually applied, and scans are safer by default via prefix-bounds (multi-tenant isolation).

Query + retrieval upgrades: Adds a real token-budgeted context query engine (dedup + provenance), a hardened SQL/MCP parser, and working vector search (no more placeholder embeddings).

Agent-first features: Introduces Graph Overlay, Policy/Safety hooks (guardrails + audit), and Tool Routing (pick the right tools/agents, not all of them).

Status snapshot: Most features are marked Production across all SDKs; SQL indexing + per-table index policies are currently strongest.

…e config is actually applied, and scans are safer by default via prefix-bounds (multi-tenant isolation).

Query + retrieval upgrades: Adds a real token-budgeted context query engine (dedup + provenance), a hardened SQL/MCP parser, and working vector search (no more placeholder embeddings).

Agent-first features: Introduces Graph Overlay, Policy/Safety hooks (guardrails + audit), and Tool Routing (pick the right tools/agents, not all of them).

Status snapshot: Most features are marked Production across all SDKs; SQL indexing + per-table index policies are currently strongest.
🎉 Updates:
- Updated pyproject.toml to version 0.3.3
- Enhanced database.py with scan_prefix_unchecked for graph operations
- Added comprehensive Graph Overlay section to README with examples
- Documented all v0.3.3 features with code samples

📚 Documentation:
- Added Graph Overlay usage examples
- Documented BFS/DFS traversal APIs
- Added use cases for agent memory management

✅ Testing:
- Created test examples in new_features/ folder
- Verified 100% feature parity with Go and Node.js SDKs
@sushanthpy sushanthpy marked this pull request as ready for review January 6, 2026 08:15
@sushanthpy sushanthpy merged commit e233e7e into main Jan 6, 2026
sushanthpy added a commit that referenced this pull request Jan 26, 2026
- Quick Start is now section #1 after Table of Contents
- Architecture moved before ToC
- Better document structure: Install → Architecture → ToC → Content
- Consistent with other SDKs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant