symfony/ai-agent

PHP library for building agentic applications.

Maintainers

👁 fabpot

Package info

github.com/symfony/ai-agent

pkg:composer/symfony/ai-agent

Statistics

Installs: 860 684

Dependents: 36

Suggesters: 5

Stars: 32

v0.10.0 2026-06-16 07:10 UTC

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT e319c1419c80f0767299631385798e8891def476

  • Christopher Hertel <mail.woop@christopher-hertel.de>
  • Oskar Stark <oskarstark.woop@googlemail.com>
  • Symfony Community

Agentaillm

This package is auto-updated.

Last update: 2026-06-28 08:53:33 UTC


README

The Agent component provides a framework for building AI agents that, sits on top of the Platform and Store components, allowing you to create agents that can interact with users, perform tasks, and manage workflows.

This Component is experimental. Experimental features are not covered by Symfony's Backward Compatibility Promise.

Installation

composer require symfony/ai-agent

Tool Bridges

To use a specific tool, install the corresponding bridge package:

Tool Package
Brave Search symfony/ai-brave-tool
Clock symfony/ai-clock-tool
Filesystem symfony/ai-filesystem-tool
Firecrawl symfony/ai-firecrawl-tool
Mapbox symfony/ai-mapbox-tool
Ollama Web Search symfony/ai-ollama-tool
OpenMeteo symfony/ai-open-meteo-tool
SerpApi symfony/ai-serp-api-tool
SimilaritySearch symfony/ai-similarity-search-tool
Tavily symfony/ai-tavily-tool
Web Scraper symfony/ai-scraper-tool
Wikipedia symfony/ai-wikipedia-tool
YouTube symfony/ai-youtube-tool

This repository is a READ-ONLY sub-tree split. See https://github.com/symfony/ai to create issues or submit pull requests.

Resources