Core fixes: SDKs now expose real monotonic commit timestamps, databas…#1
Merged
sushanthpy merged 3 commits intomainfrom Jan 6, 2026
Merged
Core fixes: SDKs now expose real monotonic commit timestamps, databas…#1sushanthpy merged 3 commits intomainfrom
sushanthpy merged 3 commits intomainfrom
Conversation
…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
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…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.