symfony / ai-chat
PHP library for building chats with agents.
Fund package maintenance!
fabpot
nicolas-grekas
symfony.com/sponsor
Tidelift
Installs: 2 246
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 0
Forks: 0
pkg:composer/symfony/ai-chat
Requires
- php: >=8.2
- symfony/ai-agent: @dev
Requires (Dev)
- phpstan/phpstan: ^2.0
- phpstan/phpstan-strict-rules: ^2.0
- phpunit/phpunit: ^11.5.13
- psr/cache: ^3.0
- symfony/console: ^7.3|^8.0
- symfony/dependency-injection: ^7.3|^8.0
- symfony/http-foundation: ^7.3|^8.0
This package is auto-updated.
Last update: 2025-10-07 16:06:00 UTC
README
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 are not covered by Symfony's Backward Compatibility Promise.
Installation
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.