npm.io
0.1.2 • Published 4h ago

@orchvia/engine

Licence
MIT
Version
0.1.2
Deps
0
Size
727 kB
Vulns
0
Weekly
0
Stars
19

@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 orchvia package, 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.

Keywords