amitdeshmukhamitdeshmukhCommunityยท1 Agent Skills Included

ax-crew

Build coordinated multi-agent teams with shared state and tools

Builds teams of cooperating language-model agents from a single config file with shared state, sub-agent delegation, and tool registries. Eliminates manual wiring of streaming, MCP server connections, token streaming, and per-agent cost tracking. Includes feedback-based learning, sandboxed code execution, and ready-made examples to ship multi-agent workflows faster.
npx skills add amitdeshmukh/ax-crew --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’