Commit Graph

3 Commits

Author SHA1 Message Date
MerCry 9769f7ccf0 feat: add slot management system with validation, backfill, state aggregation and scene bundle support [AC-SLOT-MGMT] 2026-03-10 12:07:39 +08:00
MerCry fcc8869fea feat: add intent-driven script generation components [AC-IDS-04]
- Add FlowCache for Redis-based flow instance caching
- Add ScriptGenerator for flexible mode script generation
- Add TemplateEngine for template variable filling
- Add VariableExtractor for context variable extraction
2026-03-03 00:33:06 +08:00
MerCry 2972c5174e fix: resolve test failures in flow cache and script generation [AC-IDS-04]
- Remove created_at from FlowInstance serialization (field does not exist)
- Add generate method to MockLLMClient for script generator tests
- Fix timeout delay value in test_generate_timeout_fallback
- Skip FlowEngine script generation tests (feature not implemented)
- Fix prompt assertion to match MAX_SCRIPT_LENGTH=200
2026-03-03 00:32:33 +08:00