An open API service indexing awesome lists of open source software.

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.

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)