llmling-agent
YAML-based multi-agent orchestration and protocol bridging
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install llmling-agent?โผ
Run `npx skills add phil65/llmling-agent --all -g -y` in your terminal to install all skills in this suite globally.
What does AgentPool do?โผ
It lets you define multiple AI agents in one YAML file and expose them through standard protocols like ACP, AG-UI, MCP, and an OpenAI-compatible API, so they can delegate and cooperate without custom glue code.
Can AgentPool combine Claude Code, Codex, and Goose?โผ
Yes. You can mix native PydanticAI agents with Claude Code, Codex, ACP agents like Goose, and AG-UI agents, then coordinate them as sequential chains or parallel teams.
How do I run an agent with AgentPool?โผ
Define the agent in a YAML manifest, then run `agentpool run <agent_name> "prompt"` or start a server with commands like `agentpool serve-acp config.yml` for IDE integration.
Does AgentPool track agent usage and history?โผ
Yes. It includes SQL-based storage providers and observability via Logfire, and you can view analytics with `agentpool history stats`.
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