@dmsdc-ai/aigentry-orchestrator
v0.1.0
Published
Aigentry orchestrator session/persistence library (ADR §6 #14 et al.)
Readme
aigentry-orchestrator
The orchestration layer for the aigentry ecosystem — spawns AI CLI sessions, routes work between them, and persists session state.
⚠️ Internal infrastructure, not a public product. This is the control tower that coordinates aigentry sessions. It is not published to npm and has no public install path. If you want to use aigentry, start with the aigentry meta-installer or telepty.
What it does
- Spawn — opens AI CLI sessions (orchestrator + worker roles) across terminals
- Route — dispatches tasks to sessions and collects their reports back
- Persist — tracks session state and hierarchy across a run
Scope
Orchestration infra for the aigentry ecosystem — not a standalone tool, and intentionally minimal here. Session transport is telepty; multi-AI debate is deliberation; developer tooling is devkit.
Ecosystem
The orchestrator is internal infrastructure that drives the aigentry ecosystem via telepty — it is not published to npm. The published, independently useful modules:
{{ecosystem_table}}
License
MIT
