- The module defines 7 follow-up scenarios that the AI agent can trigger during a conversation.
- Prompts are loaded from
config/default_data.phprather than the database, so prompt edits require a deploy. generalPrompt()is currently broken and does not produce the expected fallback prompt.- Permission checks are disabled, allowing any authenticated user to access agent configuration endpoints.
- The
/agent/storeroute is dead code — no controller action is wired up to handle it.
AI Agent
Overview of the AI Agent module that automates chat responses and follow-ups.