Class: AnthropicAgentWorker
Extends
AgentWorker
<Anthropic
>
Constructors
new AnthropicAgentWorker()
new AnthropicAgentWorker():
AnthropicAgentWorker
Returns
Inherited from
AgentWorker<Anthropic>.constructor
Properties
#taskSet
private
#taskSet:Set
<TaskStep
<Anthropic
,object
,ToolCallLLMMessageOptions
>>
Inherited from
AgentWorker.#taskSet
Source
packages/core/src/agent/base.ts:162
[toStringTag]
[toStringTag]:
string
="AgentWorker"
Inherited from
AgentWorker.[toStringTag]
Source
packages/core/src/agent/base.ts:198
taskHandler
taskHandler:
TaskHandler
<Anthropic
> =AnthropicAgent.taskHandler
Overrides
AgentWorker.taskHandler
Source
packages/core/src/agent/anthropic.ts:35
Methods
createTask()
createTask(
query
,context
):ReadableStream
<TaskStepOutput
<Anthropic
,object
,ToolCallLLMMessageOptions
>>
Parameters
• query: MessageContent
• context: AgentTaskContext
<Anthropic
, object
, ToolCallLLMMessageOptions
>
Returns
ReadableStream
<TaskStepOutput
<Anthropic
, object
, ToolCallLLMMessageOptions
>>
Inherited from
AgentWorker.createTask