https://github.com/symfony/ai-chat
PHP library for building chats with agents.
https://github.com/symfony/ai-chat
agent ai chat llm symfony symfony-ai
Last synced: about 1 month ago
JSON representation
PHP library for building chats with agents.
- Host: GitHub
- URL: https://github.com/symfony/ai-chat
- Owner: symfony
- License: mit
- Created: 2025-10-04T09:12:14.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-19T14:33:48.000Z (3 months ago)
- Last Synced: 2025-12-20T23:42:05.069Z (3 months ago)
- Topics: agent, ai, chat, llm, symfony, symfony-ai
- Language: PHP
- Homepage: https://symfony.com/bundles/ai-chat
- Size: 146 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Symfony AI - Chat Component
The Chat component provides a bridge for building chats with agents, sits on top of the Agent component,
allowing you to create chats and submit messages to agents.
**This Component is experimental**.
[Experimental features](https://symfony.com/doc/current/contributing/code/experimental.html)
are not covered by Symfony's
[Backward Compatibility Promise](https://symfony.com/doc/current/contributing/code/bc.html).
## Installation
```bash
composer require symfony/ai-chat
```
**This repository is a READ-ONLY sub-tree split**. See
https://github.com/symfony/ai to create issues or submit pull requests.
## Resources
- [Documentation](https://symfony.com/doc/current/ai/components/chat.html)
- [Report issues](https://github.com/symfony/ai/issues) and
[send Pull Requests](https://github.com/symfony/ai/pulls)
in the [main Symfony AI repository](https://github.com/symfony/ai)