Files
ewoooc/database
ogt f2b20c1892
Some checks failed
CD Pipeline / deploy (push) Failing after 2m47s
fix: eliminate duplicate SQLAlchemy table definitions in ai_models.py
AgentContext/ActionPlan/ActionOutcome/AgentStrategyWeights were defined
in both ai_models.py and autoheal_models.py, causing:
  "Table 'agent_context' is already defined for this MetaData instance"
on every scheduler startup.

ai_models.py is now a pure re-export shim from autoheal_models.py.
autoheal_models.py remains the single source of truth (ADR-013).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-20 04:47:23 +08:00
..
```
2026-04-19 21:34:06 +08:00