Skip to main content

Module api_agents

Module api_agents 

Source
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§

AgentListQuery
AgentResponse
CreateAgentBody
DeprecateBody

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