looprun
v0.22.3
Published
looprun — a governance layer for LLM agents on top of agent frameworks (Mastra first). Two cards say what the agent is and what the business is; a world card declares its records; every destructive call is held for consent. `import { LoopRunAgent, world }
Downloads
834
Maintainers
Readme
looprun
The umbrella package for looprun, a governance layer for LLM agents on top of the
agent framework you already use. It bundles core, the Mastra backend and the model story behind four
subpaths — looprun/core, looprun/mastra, looprun/models, looprun/vercel — and installs the
looprun CLI (looprun init, looprun models status|pull|serve).
npm i looprun @mastra/core ai zodThe root export is @looprun-ai/core (framework-free). looprun/mastra is the backend that ships
today; looprun/vercel is reserved and its factory still throws. The certification harness
(@looprun-ai/eval) is deliberately outside this package — it is a dev tool.
Start with the tutorial: 01 · Concepts — six chapters, one running example.
