orchestratord 0.2.0

Daemon process for the Agent Orchestrator — gRPC control plane and task execution
orchestratord-0.2.0 is not a library.

orchestratord

Daemon process for the Agent Orchestrator — hosts the gRPC control plane, embedded workers, task scheduling, and agent process management.

Install

cargo install orchestratord

Quick Start

# Start in foreground with 2 workers
orchestratord --foreground --workers 2

# Or run as a background daemon
orchestratord start

Part of the Agent Orchestrator

Crate Description
agent-orchestrator Core library — scheduling, runner, persistence
orchestrator-config Configuration models and YAML loading
orchestrator-proto gRPC/protobuf definitions
orchestrator-scheduler Scheduler, runner, and prehook engine
orchestrator-cli CLI client (orchestrator binary)
orchestratord Daemon (orchestratord binary)

License

MIT