mirror of
https://github.com/symfony/ai.git
synced 2026-03-23 23:42:18 +01:00
Add Mate to root readme and sort components alphabetically
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user