Expand description
Dependency-light wire types shared by SCV clients and the server.
Structs§
- Background
JobUpdate - Background delegation jobs a
tool.completedoutput shows starting or settling.agent_*calls withbackground: truereturn{"job", "status":"running", "background":true};agent_waitandagent_statusreturn job objects (or{"jobs":[...]}) whose status is no longerrunningonce they finish. Clients use this to keep a session open while its jobs run, so the jobs are not cancelled with it. - Component
Health - Daemon
Status - Delegation
Info - Delegation
Summary - Delegated agent runs of the daemon’s SCV instance.
- Peer
Info - Queue
Entry - Turn
Origin - Why the server started a turn on its own.
- Usage
Enums§
- Client
Message - Component
State - Daemon
Command - Remote
Tools - Who may use tools through a remote bridge account.
- Server
Event
Constants§
- ORIGIN_
BACKGROUND TurnOrigin::kindof a turn reporting finished background delegations.- PROTOCOL_
VERSION