chore: rename package to pi-subagents
This commit is contained in:
@@ -77,7 +77,7 @@ export function createSubagentTool(deps: {
|
||||
return {
|
||||
name: "subagent",
|
||||
label: "Subagent",
|
||||
description: "Delegate tasks to specialized agents running in tmux panes.",
|
||||
description: "Delegate tasks to specialized agents running in separate child sessions.",
|
||||
parameters: deps.parameters ?? SubagentParamsSchema,
|
||||
async execute(_toolCallId: string, params: any, _signal: AbortSignal | undefined, onUpdate: any, ctx: any) {
|
||||
const hasSingle = Boolean(params.agent && params.task);
|
||||
|
||||
Reference in New Issue
Block a user