geo/backend/app
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
..
agent_framework feat(U8): GEO agent framework adapter layer - fischer-agentkit integration 2026-06-05 19:08:36 +08:00
api feat(U8): GEO agent framework adapter layer - fischer-agentkit integration 2026-06-05 19:08:36 +08:00
core refactor: unify Redis connection pool across all modules 2026-06-04 14:21:14 +08:00
middleware refactor: unify Redis connection pool across all modules 2026-06-04 14:21:14 +08:00
models feat(U8): GEO agent framework adapter layer - fischer-agentkit integration 2026-06-05 19:08:36 +08:00
prompts refactor: decouple prompts from agent_framework for core business flow 2026-06-05 17:32:51 +08:00
repositories feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
schemas chore: geo production readiness improvements 2026-06-04 22:08:06 +08:00
services feat(U8): GEO agent framework adapter layer - fischer-agentkit integration 2026-06-05 19:08:36 +08:00
templates feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
utils feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
workers feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
__init__.py feat: GEO平台MVP完整实现 2026-04-23 14:46:43 +08:00
config.py feat: Sentry integration + rate limiter dual backend 2026-06-04 14:04:36 +08:00
database.py fix: 修复数据库schema兼容性和E2E测试 2026-05-27 20:57:49 +08:00
logging_config.py fix: 审计发现的问题修复 2026-05-25 23:33:25 +08:00
main.py fix: core flow prerequisites - diagnosis API, healthcheck, agent framework optional 2026-06-05 17:41:42 +08:00