Class: AnthropicAgentWorker
Hierarchy
-
AgentWorker
<Anthropic
>↳
AnthropicAgentWorker
Constructors
constructor
• new AnthropicAgentWorker(): AnthropicAgentWorker
Returns
Inherited from
AgentWorker<Anthropic>.constructor
Properties
#taskSet
• Private
#taskSet: Set
<TaskStep
<Anthropic
, {}, ToolCallLLMMessageOptions
>>
Inherited from
AgentWorker.#taskSet
Defined in
packages/core/src/agent/base.ts:166
[toStringTag]
• [toStringTag]: string
= "AgentWorker"
Inherited from
AgentWorker.[toStringTag]
Defined in
packages/core/src/agent/base.ts:201
taskHandler
• taskHandler: TaskHandler
<Anthropic
> = AnthropicAgent.taskHandler
Overrides
AgentWorker.taskHandler
Defined in
packages/core/src/agent/anthropic.ts:35