Skip to content

docs: add demo pointer in root README #36

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 27, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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

## Components
## Components & Bundles

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

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

## Examples

To get started with Symfony AI, check out the following [examples/](./examples) folder.
## Examples & Demo

To get started with Symfony AI, you can either check out the [examples](./examples) to see how to use the
components in smaller snippets, or you can run the [demo application](./demo) to see the components work together in a
full Symfony web application.

## Sponsor

Expand Down