fischer-agentkit/tests/unit
chiguyong 133ae3927e test(u8): add GEO business integration tests for YAML configs and agent creation
41 tests covering:
- 8 YAML config file loading and validation
- ConfigDrivenAgent creation from YAML (llm_generate/tool_call/custom)
- Custom handler routing (citation/monitor/schema)
- Tool registration completeness
- Adapter compatibility (unique names/types, no task overlap)
2026-06-05 17:25:51 +08:00
..
__init__.py feat: initial fischer-agentkit package with unified agent architecture 2026-06-04 22:24:06 +08:00
test_base_agent.py feat: initial fischer-agentkit package with unified agent architecture 2026-06-04 22:24:06 +08:00
test_config_driven.py feat(core): add ConfigDrivenAgent with YAML-driven agent definition 2026-06-04 22:39:25 +08:00
test_evolution.py feat: initial fischer-agentkit package with unified agent architecture 2026-06-04 22:24:06 +08:00
test_evolution_lifecycle.py feat(mcp,evolution): add Transport layer and Evolution lifecycle integration 2026-06-04 22:55:23 +08:00
test_mcp_transport.py feat(mcp,evolution): add Transport layer and Evolution lifecycle integration 2026-06-04 22:55:23 +08:00
test_memory_system.py test(memory): add memory system tests with BaseAgent lifecycle integration 2026-06-04 22:44:27 +08:00
test_orchestrator_integration.py test(orchestrator): add multi-agent collaboration integration tests 2026-06-04 22:59:29 +08:00
test_pipeline.py feat: initial fischer-agentkit package with unified agent architecture 2026-06-04 22:24:06 +08:00
test_protocol.py feat: initial fischer-agentkit package with unified agent architecture 2026-06-04 22:24:06 +08:00
test_tool_composition.py feat(tools): add MCPTool, SequentialChain, ParallelFanOut, DynamicSelector 2026-06-04 22:42:22 +08:00
test_tool_registry.py feat: initial fischer-agentkit package with unified agent architecture 2026-06-04 22:24:06 +08:00
test_u8_geo_integration.py test(u8): add GEO business integration tests for YAML configs and agent creation 2026-06-05 17:25:51 +08:00