28.55K
total weekly downloads
32 packages
claudexor
Local-first multi-harness control plane for Claude Code, Codex, Cursor, and OpenCode with quota-aware rotation across multiple Claude Code and Codex subscriptions.
@claudexor/acp-server
Official-SDK ACP projection over daemon-owned Claudexor threads and runs.
@claudexor/arbitration
Evidence-first arbitration: rank candidates on typed gate/review evidence, pairwise tie-breaks, DecisionRecord.
@claudexor/artifact-store
Files-first canonical artifact store in an external per-project runtime namespace.
@claudexor/budget
Budget governor: pre-call leases, circuit breaker, evidence-based routing goals, and multi-window quota pacing.
@claudexor/cli
Claudexor CLI (claudexor). Thin surface over the orchestrator.
@claudexor/config
Layered config loader (precedence + trust). Sensitive settings never from versioned repo config.
@claudexor/context
AGENTS.md-first context: Scope Atlas (no silent truncation), hashable ContextPack, evidence packet.
@claudexor/control-api
Loopback HTTP+SSE control surface for GUI/service clients: token-auth, Host/Origin guard, live run event stream with Last-Event-ID replay. Runner injected (no second scheduler).
@claudexor/core
HarnessAdapter contract, process helpers, typed errors, and low-level execution utilities.
@claudexor/daemon
Managed local daemon: Unix-socket JSON-RPC, token auth, task queue. Runner injected (no second scheduler).
@claudexor/delivery
Apply a WorkProduct patch: dry-run / apply / branch / commit / pr.
@claudexor/event-log
Append-only JSONL run-event log (a projection-friendly evidence ledger).
@claudexor/gateway
HarnessGateway: discovery, conformance intent-gating, and harness selection.
@claudexor/harness-agy
Google Antigravity CLI adapter (agy -p --output-format stream-json).
@claudexor/harness-claude
Claude Code adapter (claude -p --output-format stream-json).
@claudexor/harness-codex
Codex CLI adapter (codex exec --json).
@claudexor/harness-cursor
Cursor CLI adapter (cursor-agent -p --output-format stream-json).
@claudexor/harness-fake
Deterministic fake harnesses for tests and pipeline bring-up.
@claudexor/harness-opencode
OpenCode adapter (opencode run --format json).
@claudexor/harness-raw-api
Raw-API harness: OpenAI-compatible chat completions with typed, isolated Git-patch implementation.
@claudexor/interview
Spec interview: a hierarchical clarify-quiz that turns a vague task into a frozen, versioned, diffable SpecPack which maps deterministically into a TaskContract.
@claudexor/journal
Checksummed append-only durable journal for daemon command and lifecycle state.
@claudexor/mcp-server
MCP server exposing durable Claudexor run, status, cancel, result, and interaction tools.
@claudexor/orchestrator
Hub that composes all subsystems and implements the three canonical intents (ask, plan, agent) with their strategy flags (ask deep-scan, plan solo/council, agent best-of-N race, attempt caps, until-clean, create, delegate).