rulvar API reference
rulvar API reference
Packages
| Package | Description |
|---|---|
| @rulvar/anthropic | rulvar first-class provider adapter over @anthropic-ai/sdk. |
| @rulvar/bridge-ai-sdk | rulvar bridge adapter wrapping any Vercel AI SDK LanguageModelV4 as a ProviderAdapter. |
| @rulvar/cli | rulvar shell: run/resume/runs/inspect/plan/kb commands, TUI progress, createServer, createWorker, OTel exporter. |
| @rulvar/compat | rulvar frozen KeyDeriver profiles for hashVersions outside the support window (DEF-6); independently versioned. |
| @rulvar/core | rulvar core: L0 contracts, journal kernel, ctx primitives, agent runtime, model router, tool system, dynamic orchestrator, InMemory and JSONL stores, event stream. |
| @rulvar/evals | rulvar evals: eval cases, golden outputs, rubric and judge graders, matrix sweeps, canary fingerprint. |
| @rulvar/openai | rulvar first-class provider adapter for the OpenAI Responses API, plus the openaiCompatible factory. |
| @rulvar/plan | rulvar adaptive orchestration extension: PlanRunner, RunLedger, escalation extensions, ModelLadder configuration. |
| @rulvar/planner | rulvar flagship hybrid mode: plan agent, compileScript, WorkerSandboxRunner, self-repair loop. |
| @rulvar/rulvar | rulvar umbrella package: re-exports @rulvar/core, both first-class adapters, the file store, and the terminal progress renderer. Published as @rulvar/rulvar while the unscoped name is contingent (docs/13, section "Naming risk note"). |
| @rulvar/store-conformance | rulvar executable store conformance kit (DEF-4). |
| @rulvar/store-sqlite | rulvar SQLite store implementing JournalStore and LeasableStore with a fencing epoch. |
| @rulvar/testing | rulvar test harness: createTestEngine, FakeAdapter, VCR cassettes, replay-strict runs, matchers. |
| eslint-plugin-rulvar | rulvar determinism lint rules with structural JSON diagnostics for the planner self-repair loop. |