Consumer Integration
What changed in integration
- Configure behavior via
convengine.flow.* - Use
ce_pending_actionfor confirmable actions - Prefer rules/policy over custom Java branching
- Add tool executors through tool-group adapters
Minimum setup
@EnableConvEngineLlmClientimplementation- DDL + seed for required
ce_*tables - response/rule rows for initial and terminal states
Dive deeper
- New Consumer Onboarding
- Backend Integration
- Caching & Persistence
- Configuration
- CE Verbose (table + SQL + runtime usage)
- Annotations Reference
- Extensions
- Session Reset & Continuity
- MCP Basics
- MCP Advanced Guide
- MCP Example 1 (Mockey + Demo)
- MCP Example 2 - Loan Application
- MCP Example 3 - Loan Application Extended
- UI Integration