@zuno-ai/agent-loop
v0.2.2
Published
The agent loop runtime — model dispatch, tool calling, retries, compaction, sub-agent delegation, budget enforcement.
Readme
@zuno-ai/agent-loop
The agent loop runtime — model dispatch, tool calling, retries, compaction, sub-agent delegation, budget enforcement.
Use this package directly when: You want full control over AgentLoopDeps (custom storage, custom sandbox composition, custom memory provider). For the typical embedded case use @zuno-ai/sdk's createZuno() instead.
For the typical embedded case, consume Zuno through the high-level @zuno-ai/sdk facade — createZuno(config) wires this package in alongside everything else with sensible defaults.
Install
pnpm add @zuno-ai/agent-loopSee ./src for the public API. Types are emitted at publish time to ./dist/index.d.ts.
