subagentry
v0.0.1
Published
Subagent runtime and orchestration toolkit. Spawn, coordinate, and supervise child agents from a parent orchestrator.
Maintainers
Readme
subagentry
Subagent runtime and orchestration toolkit.
Primitives for spawning, coordinating, and supervising child agents from a parent orchestrator. Designed for the multi-agent patterns emerging across Claude Code, OpenAI agents, and bespoke LLM pipelines.
Status: Early development — first functional release coming soon. Watch this package or follow Toolbox Logic for updates.
What this will be
A small, dependency-light library for:
- Spawning subagents in parallel and gathering their results
- Defining agent contracts (input shape, output shape, capability surface)
- Routing tasks to the right specialist subagent
- Supervising long-running agents with checkpoint and resume
Install
npm install subagentryLicense
MIT © Toolbox Logic
