fischer-agentkit/tests/unit/memory
chiguyong c99aee1423 feat(phase3): implement knowledge base and RAG enhancement (U9-U11)
- U9: LocalDocumentIngestion - multi-format doc parsing and chunking
- U10: ExternalKBAdapters - Feishu/Confluence/GenericHTTP adapters
- U11: MultiSourceRAG - multi-source retrieval with source tracing

KnowledgeBase protocol defined (KTD-7). 145 new tests passing.
2026-06-10 00:45:17 +08:00
..
__init__.py feat(phase3): implement knowledge base and RAG enhancement (U9-U11) 2026-06-10 00:45:17 +08:00
test_adapters.py feat(phase3): implement knowledge base and RAG enhancement (U9-U11) 2026-06-10 00:45:17 +08:00
test_document_loader.py feat(phase3): implement knowledge base and RAG enhancement (U9-U11) 2026-06-10 00:45:17 +08:00
test_local_rag.py feat(phase3): implement knowledge base and RAG enhancement (U9-U11) 2026-06-10 00:45:17 +08:00
test_multi_source_rag.py feat(phase3): implement knowledge base and RAG enhancement (U9-U11) 2026-06-10 00:45:17 +08:00