Fischer Agent Kit - AI Agent Development Framework
Go to file
chiguyong 96ea0c2972 feat(mcp,evolution): add Transport layer and Evolution lifecycle integration
U5 - MCP Transport:
- Transport abstract base class with connect/disconnect/send_request
- HTTPTransport: Streamable HTTP with JSON-RPC 2.0
- SSETransport: Server-Sent Events + HTTP POST hybrid
- MCPClient: from_transport() factory method
- 31 transport tests

U6 - Evolution Lifecycle:
- EvolutionMixin: reflect → optimize → AB test → apply/rollback
- EvolutionLogEntry: tracks each evolution step
- Integrates with BaseAgent on_task_complete hook
- 10 lifecycle tests

Total: 130 tests passing
2026-06-04 22:55:23 +08:00
src/agentkit feat(mcp,evolution): add Transport layer and Evolution lifecycle integration 2026-06-04 22:55:23 +08:00
tests feat(mcp,evolution): add Transport layer and Evolution lifecycle integration 2026-06-04 22:55:23 +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