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:168
[toStringTag]
[toStringTag]:
string
="AgentWorker"
Inherited from
AgentWorker.[toStringTag]
Source
packages/core/src/agent/base.ts:204
taskHandler
taskHandler:
TaskHandler
<Anthropic
> =AnthropicAgent.taskHandler
Overrides
AgentWorker.taskHandler