symfonysymfonyOfficialยท3 Agent Skills Included

ai

Add AI agents, chat, and vector search to PHP applications

Integrates AI capabilities into PHP and Symfony applications through reusable components. Connects apps to OpenAI, Anthropic, Gemini, and other platforms, builds agents with tools and memory, and adds vector search for RAG. Removes the need to write custom API clients for every AI provider. Includes a demo app, runnable examples, and a CLI assistant that helps coding agents inspect running PHP projects.
npx skills add symfony/ai --all -g -y
Available:

Tells the AI agent how the monorepo is structured, which component owns which task, and which test, style, and documentation commands to run when working in this codebase.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Symfony AI?โ–ผ

Run `npx skills add symfony/ai --all -g -y` in your terminal to install all skills in this suite globally.

What does Symfony AI do?โ–ผ

It is a set of PHP components that add AI features to Symfony apps, including chat, agents with tools, speech, and vector search for RAG.

Which AI providers does Symfony AI support?โ–ผ

It supports OpenAI, Anthropic, Azure, Gemini, VertexAI, Ollama, and many more through a single unified interface, so you can switch providers without rewriting code.

Can I build a RAG chatbot with Symfony AI?โ–ผ

Yes. The Store component indexes documents into vector databases like PostgreSQL, Pinecone, or Qdrant, and the Agent component retrieves relevant context automatically.

Does Symfony AI work with Claude Code and other AI agents?โ–ผ

Yes. It ships AGENTS.md and CLAUDE.md guidance plus Mate skills that let coding agents inspect your running PHP app's logs, profiler, and container.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’