ai
Add AI agents, chat, and vector search to PHP applications
All Skills in This Repository (3)
Pure Emerald Level Indicatorsdocs-check
Cross-check documentation references against the current codebase and report outdated ones.
llms-txt-update
Scan the Symfony AI monorepo and regenerate llms.txt with components and documentation links.
run-examples
Map PR changes to relevant examples and await approval before running.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core