Fischer Agent Kit - AI Agent Development Framework
Go to file
chiguyong cc6a858150 test(memory): add memory system tests with BaseAgent lifecycle integration
- InMemoryMemory test implementation
- SemanticMemory: RAG + graph search tests
- MemoryRetriever: weight-based ranking, token budget
- BaseAgent lifecycle: on_task_start loads, on_task_complete stores, on_task_failed records
- 19 new tests, total 89 passing
2026-06-04 22:44:27 +08:00
src/agentkit feat(tools): add MCPTool, SequentialChain, ParallelFanOut, DynamicSelector 2026-06-04 22:42:22 +08:00
tests test(memory): add memory system tests with BaseAgent lifecycle integration 2026-06-04 22:44:27 +08:00
.gitignore chore: add .gitignore and remove cached files 2026-06-04 22:28:44 +08:00
pyproject.toml fix: switch to setuptools for Python 3.14 compatibility 2026-06-04 22:27:06 +08:00