geo/backend/app/agent_framework/agents
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
..
configs feat(U8): GEO agent framework adapter layer - fischer-agentkit integration 2026-06-05 19:08:36 +08:00
custom_handlers feat(U8): GEO agent framework adapter layer - fischer-agentkit integration 2026-06-05 19:08:36 +08:00
__init__.py fix: add missing Agent exports in __init__.py 2026-06-04 14:03:47 +08:00
citation_detector.py feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
competitor_analyzer.py feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
content_generator_agent.py feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
deai_agent.py feat: 平台规则中心 - 各平台规则收集与Pipeline集成 2026-05-23 22:33:45 +08:00
geo_optimizer_agent.py feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
monitor_agent.py feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
schema_advisor.py feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
trend_agent.py feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00