@@ -16,7 +16,7 @@ The MCP Module implements an MCP server that exposes **CAMARA-compliant APIs** v
### 2. AI Agent
AI Agent is a lightweight, modular backend built with [`Quart`](https://quart.palletsprojects.com/en/latest/) that exposes REST API endpoints for interacting with multiple AI sub-agents.
AI Agent is a lightweight, modular backend built with **[`FastAPI`](https://fastapi.tiangolo.com/)** that exposes REST API endpoints for interacting with multiple AI sub-agents.
It is designed to be easily extensible with support for different LLMs and OpenOP MCP servers.