Agent Loop
← Back to Plugin Center
Built-inLoopOfficial内置DeepSeek Harness
core/agent-loop
The Agent interface and default driver that runs the full inbox/step/state/request loop.
core/agent-loop defines the Agent interface and implements the default driver that advances inbox requests step by step: reading messages, calling tools, updating state, and producing results until the task completes or a human is needed.
Through agent/* events, other plugins can observe or intercept work in progress — requests, validation, resumption, and state changes all happen here.
Features
- Replaceable Agent interface implementation
- Default driver covers request, step, state, validation, resumption
- agent/* events are extension points for observing and intercepting
- Works seamlessly with tools, sessions, and models