From b994c57f6407c929da5f6c4dabc45dc83e0c70d8 Mon Sep 17 00:00:00 2001 From: Christopher Hertel Date: Mon, 23 Jun 2025 21:19:12 +0200 Subject: [PATCH] docs: add demo pointer in root README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 56f0ed9a..d6cec3f2 100644 --- a/README.md +++ b/README.md @@ -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**: @@ -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