Skip to main content

Module space_tool

Module space_tool 

Source
Expand description

Space tool — wraps SpaceApi behind the AgentTool interface.

Provides agents with Space management capabilities through an action-based parameter schema. Actions: list, get, create, archive, merge, restore.

§Example

{ "action": "list" }
{ "action": "get", "id": "uuid-of-space" }
{ "action": "merge", "id": "survivor-uuid", "absorbed_id": "absorbed-uuid" }

Structs§

SpaceTool
Agent tool for Space management.