geo/backend/app
chiguyong 903803c09a fix: core flow prerequisites - diagnosis API, healthcheck, agent framework optional
- Fix frontend diagnosis.ts: add triggerGEODiagnosis (POST), fix getGEODiagnosis to use /result endpoint
- Make agents_router conditionally registered (agent_framework optional)
- Replace curl with Python urllib in Docker healthcheck (no curl dependency)
2026-06-05 17:41:42 +08:00
..
agent_framework refactor: unify Redis connection pool across all modules 2026-06-04 14:21:14 +08:00
api refactor: decouple prompts from agent_framework for core business flow 2026-06-05 17:32:51 +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 fix: add DateTime(timezone=True) to analytics.py (4 columns), update migration and port config 2026-06-01 21:26:39 +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 refactor: decouple prompts from agent_framework for core business flow 2026-06-05 17:32:51 +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