An orchestration framework for AI agents to pass tasks through explicit queues. Build pipelines in YAML, run locally with SQLite, and power them with Multi-LLM.
<sub>📖 한국어</sub>
Build AI agent teams in YAML. No code. No API keys. Just pipelines.
An orchestration framework where multiple AI agents pass tasks through explicit queues — or discuss in real-time sessions until consensus. Define once, run anywhere, share with anyone.
[user] ──input──► [planner] ──► [reviewer] ──approve──► [design_session] ──► [implementer]
▲ │ ┌──┬──┬──┐
└── reject ────┘ ▼ ▼ ▼ ▼ round-robin
└── ask user ──►[user] [arch][sec][fe] until consensus
A single AI agent writes code and reviews it with the same bias. It can't catch its own blind spots.
aqm gives you a team — each agent has a dedicated role, a separate prompt, and optionally a different LLM. A quality gate rejects bad output automatically. A session lets agents debate before deciding.
# One YAML file. That's the entire pipeline.
agents:
- id: developer
runtime: gemini
system_prompt: "Implement: {{ input }}"
handoffs: [{ to: reviewer }]
- id: reviewer
runtime: gemini # Different LLM catches different bugs
system_prompt: "Review for security: {{ input }}"
gate:
type: llm
prompt: "Is this production-ready?"
max_retries: 3 # Auto-reject → retry up to 3 times
handoffs:
- { to: deployer, condition: on_approve }
- { to: developer, condition: on_reject }
- id: deployer
runtime: gemini
context_strategy: none # 85% token savings — no context needed
system_prompt: "Deploy: {{ input }}"
pip install aqm && aqm init && aqm run "Add JWT authentication"
| Problem | Single Agent | aqm |
|---|---|---|
| Same LLM reviews its own code | One bias, one perspective | Cross-LLM verification (Gemini writes, Gemini rev |
Universal, model-agnostic operating harness for AI agents (Claude, Codex, Gemini, …) — a lean core + work-type profiles assembled by one setup script.
Game-development Agent Skills for AI coding agents: install once and a master router loads the right skill for your engine and task. 66 original, version-pinned skills (plus a master router) in the portable SKILL.md format that runs across Claude Code, Cursor, Codex, Copilot, Gemini CLI and more, for Godot, Unity, Unreal, web and beyond.
A desktop pet for macOS & Windows that monitors your AI coding agents (Claude Code, Codex, Cursor, Gemini...) in real time, and grows as you code, feed it tokens, level it up, climb the leaderboard.
UltraGameStudio - AI coding agent for game development: engine workflows, gameplay code, and asset generation.
The coding agent that answers to you, your model, your machine, your rules.
Stop babysitting local AI agents. Just notifications, approve, and resume your Codex,Pi,Grok, or Claude code sessions anywhere. 0-Intrusion mobile control bridge via Telegram/微信/飞书. No hooks, no skills, no MCP.
Workflows from the Neura Market marketplace related to this Gemini resource