ax-crew
Build coordinated multi-agent teams with shared state and tools
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install ax-crew?โผ
Run `npx skills add amitdeshmukh/ax-crew --all -g -y` in your terminal to install all skills in this repository globally.
What does ax-crew do?โผ
It is a TypeScript framework that lets you define a team of AI agents in one config and run them together with shared state, tools, streaming, and built-in cost tracking.
How do agents in ax-crew share data?โผ
All agents read and write a common key-value state store, and agents can delegate tasks to sub-agents listed in their configuration.
Does ax-crew support MCP servers?โผ
Yes. Agents can connect to MCP servers over STDIO, HTTP SSE, or Streamable HTTP, and you can filter which tools each server exposes.
Can ax-crew agents learn from feedback?โผ
Yes. The built-in ACE feature lets agents learn from human feedback at runtime and persist the learned rules to reusable playbooks.
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