Add Mate to root readme and sort components alphabetically

This commit is contained in:
Christopher Hertel
2025-12-21 17:08:08 +01:00
parent 4c0b7b26fb
commit ca4a7fe68d

View File

@@ -9,9 +9,10 @@ Symfony AI is a set of components that integrate AI capabilities into PHP applic
Symfony AI consists of several lower and higher level **components** and the respective integration **bundles**:
* **Components**
* **[Platform](src/platform/README.md)**: A unified interface to various AI platforms like OpenAI, Anthropic, Azure, Gemini, VertexAI, and more.
* **[Agent](src/agent/README.md)**: Framework for building AI agents that can interact with users and perform tasks.
* **[Chat](src/chat/README.md)**: A unified interface to send messages to agents and store long-term context.
* **[Mate](src/mate/README.md)**: MCP development server enabling AI assistants to interact with PHP applications through standardized tools.
* **[Platform](src/platform/README.md)**: A unified interface to various AI platforms like OpenAI, Anthropic, Azure, Gemini, VertexAI, and more.
* **[Store](src/store/README.md)**: Data storage abstraction with indexing and retrieval for AI applications.
* **Bundles**
* **[AI Bundle](src/ai-bundle/README.md)**: Symfony integration for AI Platform, Store and Agent components.