@orchvia/engine
Orchvia engine: one local scheduler with durable SQLite state for Claude Code and Codex agents. Part of Orchvia, version 0.1.2.
Orchvia runs Claude Code and Codex agents as a team from your own application: warm sessions that keep their history, a durable mailbox, human approval of results, and per-task token records.
npm install @orchvia/sdk @orchvia/engine @orchvia/adapter-claude
A Claude application installs the SDK, the engine and the Claude adapter; use @orchvia/adapter-codex for Codex. The Claude adapter loads @anthropic-ai/claude-agent-sdk and zod 4.4.3 when they are installed, or takes host-supplied callbacks.
- Requires Node.js 22.18 or later. The packages are ESM-only.
- Python applications use the
orchviapackage, which talks to a Node host from@orchvia/cli. - Quickstart and documentation. This project is alpha software; see its status.
MIT licensed; see LICENSE. Third-party SDKs and runtimes keep their own licenses.