Skip to content

Commit 2742ebb

Browse files
committed
minor #36 docs: add demo pointer in root README (chr-hertel)
This PR was merged into the main branch. Discussion ---------- docs: add demo pointer in root README | Q | A | ------------- | --- | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Docs? | yes | Issues | | License | MIT Commits ------- b994c57 docs: add demo pointer in root README
2 parents 74477df + b994c57 commit 2742ebb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Symfony AI is a set of components that integrate AI capabilities into PHP applications.
1010

11-
## Components
11+
## Components & Bundles
1212

1313
Symfony AI consists of several lower and higher level **components** and the respective integration **bundles**:
1414

@@ -21,10 +21,11 @@ Symfony AI consists of several lower and higher level **components** and the res
2121
* **[AI Bundle](src/ai-bundle/README.md)**: Symfony integration for AI Platform, Store and Agent components.
2222
* **[MCP Bundle](src/mcp-bundle/README.md)**: Symfony integration for MCP SDK, allowing them to act as MCP servers or clients.
2323

24-
## Examples
25-
26-
To get started with Symfony AI, check out the following [examples/](./examples) folder.
24+
## Examples & Demo
2725

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.
2829

2930
## Sponsor
3031

0 commit comments

Comments
 (0)