geo/backend/app/agent_framework
chiguyong 3b581b22ba feat(U8): GEO agent framework adapter layer - fischer-agentkit integration
- Add 8 YAML configs for agent declarative definition
- Add 3 custom handlers (citation, monitor, schema)
- Add 7 business tool registration modules
- Add adapter.py with DI-based registry and dispatcher
- Add database migration for agentkit tables (episodic_memories, evolution_logs, ab_test_configs)
- Add fischer-agentkit>=0.1.0 dependency
- Refactor agent_framework/__init__.py to re-export from agentkit
- Minor API fixes (schema_advisor, scoring, strategy, suggestions)
- Frontend package updates
2026-06-05 19:08:36 +08:00
..
agents feat(U8): GEO agent framework adapter layer - fischer-agentkit integration 2026-06-05 19:08:36 +08:00
pipeline fix: 审计问题修复第二轮 2026-05-26 07:34:07 +08:00
prompts feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
tools feat(U8): GEO agent framework adapter layer - fischer-agentkit integration 2026-06-05 19:08:36 +08:00
__init__.py feat(U8): GEO agent framework adapter layer - fischer-agentkit integration 2026-06-05 19:08:36 +08:00
adapter.py feat(U8): GEO agent framework adapter layer - fischer-agentkit integration 2026-06-05 19:08:36 +08:00
base.py feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
config_manager.py fix: 审计问题修复第二轮 2026-05-26 07:34:07 +08:00
dispatcher.py refactor: unify Redis connection pool across all modules 2026-06-04 14:21:14 +08:00
exceptions.py feat: 修复前后端API路径不匹配,对接真实数据与百炼LLM 2026-05-23 14:45:51 +08:00
protocol.py feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
registry.py feat: 修复前后端API路径不匹配,对接真实数据与百炼LLM 2026-05-23 14:45:51 +08:00
standalone.py feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00