We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f5459 commit 3818004Copy full SHA for 3818004
README.md
@@ -15,6 +15,7 @@ Symfony AI consists of several lower and higher level **components** and the res
15
* **Components**
16
* **[Platform](src/platform/README.md)**: A unified interface to various AI platforms like OpenAI, Anthropic, Azure, Gemini, VertexAI, and more.
17
* **[Agent](src/agent/README.md)**: Framework for building AI agents that can interact with users and perform tasks.
18
+ * **[Chat](src/chat/README.md)**: An unified interface to send messages to agents and store long-term context.
19
* **[Store](src/store/README.md)**: Data storage abstraction with indexing and retrieval for AI applications.
20
* **Bundles**
21
* **[AI Bundle](src/ai-bundle/README.md)**: Symfony integration for AI Platform, Store and Agent components.
0 commit comments