Multi Agent Runtime
Description
Unified multi-agent protocol runtime with a Claude Agent SDK adapter.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Multi-Agent Runtime
[English](./README.md) | [简体中文](./README.zh-CN.md)
A small, extraction-friendly runtime for running role-based multi-agent workspaces on top of the official Claude Agent SDK and Codex SDK.
This package gives us one unified protocol for:
- defining role agents and coordinator roles
- accepting a workspace-level user turn and routing it across the team
- modeling workspace members, public activity, and claim policies
- declaring template-level workflows with stages, nodes, edges, artifacts, and completion rules
- observing task lifecycle as events
- validating generated artifacts in end-to-end tests
The repository now contains:
- a TypeScript reference implementation
- a Rust protocol/core implementation intended for embedding into Cteno
The current adapters are:
ClaudeAgentWorkspacefor Anthropic Claude Agent SDKCodexSdkWorkspacefor OpenAI Codex SDK
The protocol is intentionally generic enough to support a future Cteno-native adapter.
What It Does
`@cteno/multi-agent-runtime` treats a workspace as:
- one coordinator role
- multiple named workspace members
- explicit role dispatches such as
prd,finance, orscout - optional claim-based assignment rules
- a unified event stream for
workspace,member,activity,dispatch,message,tool.progress, andresult
That maps well onto Claude's session-centric model while keeping our authoring model role-centric.
Included Templates
`Coding Studio`
A software delivery workspace.
Roles:
pmprdarchitectcodertesterreviewer
Typical outcome:
- PRDs
- implementation notes
- code changes
- test reports
`OPC Solo Company`
A one-person company staffed by specialist digital operators.
Roles:
ceofinancetaxadminrecruiter
Typical outcome:
- operating checklists
- finance docs
- tax prep handoff notes
- admin SOPs
`Autoresearch`
A research-oriented workspace for scouting, synthesis, and lightweight experiment
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development