symfony / ai-chat
PHP library for building chats with agents.
                                    Fund package maintenance!
                                                                            
                                                                                                                                        fabpot
                                                                                    
                                                                            
                                                                                                                                        nicolas-grekas
                                                                                    
                                                                            
                                                                                                                                        symfony.com/sponsor
                                                                                    
                                                                            
                                                                                                                                        Tidelift
                                                                                    
                                                                
Installs: 14 701
Dependents: 2
Suggesters: 0
Security: 0
Stars: 5
Watchers: 0
Forks: 0
pkg:composer/symfony/ai-chat
Requires
- php: >=8.2
- symfony/ai-agent: @dev
- symfony/ai-platform: @dev
Requires (Dev)
- phpstan/phpstan: ^2.0
- phpstan/phpstan-strict-rules: ^2.0
- phpunit/phpunit: ^11.5.13
- psr/cache: ^3.0
- symfony/clock: ^7.3|^8.0
- symfony/console: ^7.3|^8.0
- symfony/dependency-injection: ^7.3|^8.0
- symfony/http-foundation: ^7.3|^8.0
Suggests
- symfony/clock: To use stores that requires waiting for actions like Meilisearch
This package is auto-updated.
Last update: 2025-10-23 18:51:10 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.