File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
Symfony AI is a set of components that integrate AI capabilities into PHP applications.
10
10
11
- ## Components
11
+ ## Components & Bundles
12
12
13
13
Symfony AI consists of several lower and higher level ** components** and the respective integration ** bundles** :
14
14
@@ -21,10 +21,11 @@ Symfony AI consists of several lower and higher level **components** and the res
21
21
* ** [ AI Bundle] ( src/ai-bundle/README.md ) ** : Symfony integration for AI Platform, Store and Agent components.
22
22
* ** [ MCP Bundle] ( src/mcp-bundle/README.md ) ** : Symfony integration for MCP SDK, allowing them to act as MCP servers or clients.
23
23
24
- ## Examples
25
-
26
- To get started with Symfony AI, check out the following [ examples/] ( ./examples ) folder.
24
+ ## Examples & Demo
27
25
26
+ To get started with Symfony AI, you can either check out the [ examples] ( ./examples ) to see how to use the
27
+ components in smaller snippets, or you can run the [ demo application] ( ./demo ) to see the components work together in a
28
+ full Symfony web application.
28
29
29
30
## Sponsor
30
31
You can’t perform that action at this time.
0 commit comments