@loomfsm/provider-anthropic-sdk
v0.3.8
Published
Direct Anthropic provider for loom — runs agents through the Anthropic SDK with prompt caching and idempotent spawns.
Maintainers
Readme
@loomfsm/provider-anthropic-sdk
Direct Anthropic API provider for loom: runs decision agents through the Anthropic SDK with
prompt caching and idempotent spawn support. Configure it once
(loom secrets set ANTHROPIC_API_KEY …, loom models set <agent> anthropic:<model>), and
every project inherits it. Installed on demand — the base @loomfsm/pipeline stays lean.
Part of loom
loom drives multi-step LLM agent work — code review, implementation, any review-gated task — as a replay-deterministic state machine: safety invariants enforced at commit time, human gates where they matter, and a complete, replayable audit trail in a local SQLite file.
Most users should install @loomfsm/pipeline
(npm i -g @loomfsm/pipeline), which pulls the whole runtime in one step. Install this
package directly only if you are assembling your own runtime.
Website · Quickstart · Why loom · GitHub
License
Apache-2.0
