- Add ContextMerger class for combining local and external history - Implement message fingerprint computation (SHA256 hash) - Implement deduplication: local history takes priority - Implement token-based truncation using tiktoken - Add comprehensive unit tests (20 test cases) |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| config.py | ||
| database.py | ||
| exceptions.py | ||
| middleware.py | ||
| qdrant_client.py | ||
| sse.py | ||
| tenant.py | ||