Agents IA & LLM
Architecture
PmaControl integrates 13 specialized AI agents that run on an LLM hosted in your infrastructure:
- Ollama — Local LLM, no data sent externally
- Llm.php — Generic interface: extractInput, checkLLMAvailability, callLLM, buildSystemPrompt, parseLLMResponse
- Ai.php — Main AI module interface
AI agents are only available on On-Premise and Premium plans.
How it works
Each agent analyzes the metrics collected by the Aspirateur and produces:
- Configuration recommendations (buffer pool, query cache, connections)
- Anomaly detection (unusual patterns, regressions)
- Automated reports (weekly, monthly)
- Predictive alerts (saturation, growth)