- 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 | ||
| conftest.py | ||
| test_accept_switching.py | ||
| test_context.py | ||
| test_llm_adapter.py | ||
| test_memory.py | ||
| test_retrieval.py | ||
| test_sse_events.py | ||