agenthold

Shared versioned state for multi-agent AI workflows

stdiocommunityinfra

Package Details

Transportstdio
Runtimeuvx

Package Arguments

Named
--tools
Tool set: 'standard' (claim/release/status/wait) or 'advanced' (raw get/set/delete/watch/list/history/clear/export).
--db
Path to the SQLite database file.
--transport
Transport to serve on: 'stdio' (default; one local subprocess per agent) or 'http' (one long-lived server many agents connect to over Streamable HTTP).
--host
HTTP bind address (default 127.0.0.1). Only used with --transport http.
--port
HTTP port (default 8417). Only used with --transport http.