Expand description
REST API handlers for team management (/api/teams).
Proxies to Kumiho FastAPI for persistent team storage. Each team is a
Kumiho bundle in the Construct/Teams space. Team members are agents from
Construct/AgentPool connected by directed edges (REPORTS_TO, SUPPORTS,
DEPENDS_ON) forming a DAG.
Structs§
Functions§
- handle_
create_ team - POST /api/teams
- handle_
delete_ team - DELETE /api/teams/{*kref}
- handle_
deprecate_ team - POST /api/teams/deprecate
- handle_
get_ team - GET /api/teams/{*kref}
- handle_
list_ teams - GET /api/teams
- handle_
update_ team - PUT /api/teams/{*kref}
- invalidate_
team_ cache