Skip to content

agent-team / Exports

agent-team

Table of contents

Variables

Functions

Variables

listTemplateCategoriesTool

Const listTemplateCategoriesTool: FunctionTool

Tool that lists available template categories for task assignment.

Defined in

assign-task/relay-assign-task.ts:111


listTemplatesTool

Const listTemplatesTool: FunctionTool

Tool that lists available task assignment templates with optional category filtering.

Defined in

assign-task/relay-assign-task.ts:129


getTemplateDetailTool

Const getTemplateDetailTool: FunctionTool

Tool that retrieves the full details of a specific task assignment template.

Defined in

assign-task/relay-assign-task.ts:147

Functions

createAssignTaskRelayTool

createAssignTaskRelayTool(_eventService, aiProviders): RelayMcpTool

Create a relay tool that assigns a task to a dynamically spawned agent based on a template.

Parameters

NameTypeDescription
_eventServiceIEventService-
aiProvidersIAIProvider[]Available AI providers for the spawned agent to use.

Returns

RelayMcpTool

A RelayMcpTool that executes task assignment via template-driven agent creation.

Defined in

assign-task/relay-assign-task.ts:168

Released under the MIT License.