Expand description
REST API handlers for agent management (/api/agents).
Proxies to Kumiho FastAPI for persistent agent storage. Each agent is a
Kumiho item of kind "agent" in the Construct/AgentPool space. Agent
metadata (identity, soul, expertise, etc.) is stored as revision metadata.
Structs§
Functions§
- handle_
create_ agent - POST /api/agents
- handle_
delete_ agent - DELETE /api/agents/:kref
- handle_
deprecate_ agent - POST /api/agents/deprecate
- handle_
list_ agents - GET /api/agents
- handle_
update_ agent - PUT /api/agents/:kref
- invalidate_
agent_ cache