Fischer Agent Kit - AI Agent Development Framework
Go to file
chiguyong 5a90824c77 feat(core): add ConfigDrivenAgent with YAML-driven agent definition
- AgentConfig: YAML/dict config model with validation
- ConfigDrivenAgent: 3 task modes (llm_generate, tool_call, custom)
- StandaloneRunner: auto-discover YAML configs and build agents
- 25 new tests covering all modes and edge cases
- Total: 56 tests passing
2026-06-04 22:39:25 +08:00
src/agentkit feat(core): add ConfigDrivenAgent with YAML-driven agent definition 2026-06-04 22:39:25 +08:00
tests feat(core): add ConfigDrivenAgent with YAML-driven agent definition 2026-06-04 22:39:25 +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