Summary
Production adopters need durable HITL task state across restart. Reference SQLAlchemy ORM implementation of TaskRegistry against a decisioning_tasks table.
Design
- Mirrors
InMemoryTaskRegistry surface
- Flips
is_durable=True so the production-mode gate in serve() accepts it
- SQLAlchemy ORM model for
decisioning_tasks covering all task lifecycle states
- Tracking against the v6.1 plan
Cross-references
🤖 Generated with Claude Code
Summary
Production adopters need durable HITL task state across restart. Reference SQLAlchemy ORM implementation of
TaskRegistryagainst adecisioning_taskstable.Design
InMemoryTaskRegistrysurfaceis_durable=Trueso the production-mode gate inserve()accepts itdecisioning_taskscovering all task lifecycle statesCross-references
🤖 Generated with Claude Code