Commit Graph

2 Commits

Author SHA1 Message Date
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