Interface: ManageGraphInput
Defined in: packages/agentos/src/orchestration/tools/ManageGraphTool.ts:14
Input args for the manage_graph tool call.
Extends
Record<string,any>
Indexable
[key: string]: any
Properties
action
action:
"spawn_agent"|"remove_agent"|"reassign_role"|"add_tool"|"fork_branch"
Defined in: packages/agentos/src/orchestration/tools/ManageGraphTool.ts:16
What graph modification to perform.
reason
reason:
string
Defined in: packages/agentos/src/orchestration/tools/ManageGraphTool.ts:20
Why this modification is needed.
spec
spec:
Record<string,unknown>
Defined in: packages/agentos/src/orchestration/tools/ManageGraphTool.ts:18
Specification for the modification (agent config, tool definition, etc.).