fischer-agentkit/src/agentkit
chiguyong d73a3391ab feat(tools): add MCPTool, SequentialChain, ParallelFanOut, DynamicSelector
- MCPTool: call remote MCP tools via MCPClient
- SequentialChain: chain tools with output-to-input piping
- ParallelFanOut: execute tools concurrently with merge strategies
- DynamicSelector: keyword/LLM-based tool selection
- 14 new tests, total 70 passing
2026-06-04 22:42:22 +08:00
..
core feat(core): add ConfigDrivenAgent with YAML-driven agent definition 2026-06-04 22:39:25 +08:00
evolution chore: add .gitignore and remove cached files 2026-06-04 22:28:44 +08:00
mcp feat: initial fischer-agentkit package with unified agent architecture 2026-06-04 22:24:06 +08:00
memory feat: initial fischer-agentkit package with unified agent architecture 2026-06-04 22:24:06 +08:00
orchestrator chore: add .gitignore and remove cached files 2026-06-04 22:28:44 +08:00
prompts feat: initial fischer-agentkit package with unified agent architecture 2026-06-04 22:24:06 +08:00
tools feat(tools): add MCPTool, SequentialChain, ParallelFanOut, DynamicSelector 2026-06-04 22:42:22 +08:00
__init__.py feat(core): add ConfigDrivenAgent with YAML-driven agent definition 2026-06-04 22:39:25 +08:00