Skip to content

Commit ce00a66

Browse files
committed
docs: split into components
1 parent fa411a1 commit ce00a66

File tree

16 files changed

+1220
-1061
lines changed

16 files changed

+1220
-1061
lines changed

README.md

Lines changed: 13 additions & 835 deletions
Large diffs are not rendered by default.

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ composer install
2020
#### Configuration
2121

2222
Depending on the examples you want to run, you may need to configure the needed API keys. Therefore, you need to create a
23-
`.env.local` file in the root of the examples directory. This file should contain the environment variables for the
23+
`.env.local` file in the root of the examples' directory. This file should contain the environment variables for the
2424
corresponding example you want to run.
2525

2626
_Now you can run examples standalone or via the example runner._

src/agent/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Symfony AI - Agent Component
2+
3+
The Agent component provides a framework for building AI agents that, sits on top of the Platform and Store components,
4+
allowing you to create agents that can interact with users, perform tasks, and manage workflows.
5+
6+
## Installation
7+
8+
```bash
9+
composer require symfony/ai-agent
10+
```
11+
12+
**This repository is a READ-ONLY sub-tree split**. See
13+
https://github.com/symfony/ai to create issues or submit pull requests.
14+
15+
## Resources
16+
17+
- [Documentation](doc/index.rst)
18+
- [Report issues](https://github.com/symfony/ai/issues) and
19+
[send Pull Requests](https://github.com/symfony/ai/pulls)
20+
in the [main Symfony AI repository](https://github.com/symfony/ai)

0 commit comments

Comments
 (0)