Spaces:
Build error
Build error
Commit History
feat: add streaming memory tool support with credential error handling 143716a
fix: correct cost calculation for cache tokens and simplify memory DevEx 176d8f1
fix: resolve mypy type errors across codebase 7de545c
Add hierarchical memory system with graph + vector storage eb1c19a
fix: parse actual token usage from SSE streams instead of byte estimation 3a1a3d6
Add missing pillow dependency for image compression 640ed6d
Add image token compression with trained ML router 8455c4a
fix: account for cached tokens in cost calculation across all providers b6662f2
Add E2E tests for Google multimodal content preservation 276c44d
Fix Google Gemini conversion to preserve non-text content (Gap #4) d3643df
Fix mypy type checking errors in CCR batch modules 2a9575b
Update compressor CCR markers and add batch compression eval 341ff62
Add multi-provider batch API support with CCR post-processing 8756398
Remove hardcoded source hint system from ContentRouter e723f5f
Add hnswlib to dev dependencies for CI testing f60956b
Make hnswlib optional and skip tests when unavailable d9550ec
Update memory documentation for HierarchicalMemory system 2ae9823
Replace legacy memory system with HierarchicalMemory 04a98a0
Add comprehensive evaluation framework for compression accuracy 339885c
Add pre-commit hooks for ruff linting and formatting 593457b
Update test for lowered TOIN confidence threshold default 9da4ddc
Fix TOIN integration and add persistence support 6d9a566
Add reasoning capability forwarding to HeadroomAgnoModel 2c5a3a3
Add dynamic anchor selection with content deduplication f8ef20f
Add pluggable storage backend abstraction for CompressionStore fd01dd5
Add demo GIF to README f625bdf
Bump version to 0.2.15 4e944db
Fix streaming responses not tracking costs 5ef1d4a
Add architecture diagrams to README and docs cd5ea2e
Add PyPI downloads badge to README ec56092
Integrate DynamicContentDetector into CacheAligner (Phase 1) 2ce2643
Fix cost tracking to use LiteLLM pricing database correctly 6ec85f3
Add demo video link to README dc72670
Add quality retention eval and fix linting for Python 3.12 bd2d447
Bump version to 0.2.14 d48f479
Merge pull request #8 from nicolabeghin/proxy-custom-openai-api-url f5ffba6
Merge pull request #9 from nicolabeghin/docker-support 9dceb8a
Merge pull request #6 from smartwatermelon/claude/docs-macos-deployment-20260119 18e01a0
feat: add Docker configuration for containerized deployment 1b023e3
Nicola Beghin commited on
docs update f59690a
Nicola Beghin commited on
feat(config): add OpenAI API URL override option 7ecf94c
Nicola Beghin commited on
fix(deployment): correct port placeholder in LaunchAgent plist template 063b6e8
Claude Code Bot Claude Sonnet 4.5 commited on
docs(deployment): add macOS LaunchAgent deployment guide and templates 3ac2620
Claude Code Bot Claude Sonnet 4.5 commited on