🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

subagentry

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

subagentry

Subagent runtime and orchestration toolkit. Spawn, coordinate, and supervise child agents from a parent orchestrator.

latest
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

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 subagentry

License

MIT © Toolbox Logic

Keywords

agents

FAQs

Package last updated on 30 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts