Class: AnthropicAgent
Extends
AgentRunner
<Anthropic
>
Constructors
new AnthropicAgent()
new AnthropicAgent(
params
):AnthropicAgent
Parameters
• params: AnthropicAgentParams
Returns
Overrides
AgentRunner<Anthropic>.constructor
Source
packages/core/src/agent/anthropic.ts:39
Properties
#chatHistory
private
#chatHistory:ChatMessage
<ToolCallLLMMessageOptions
>[]
Inherited from
AgentRunner.#chatHistory
Source
packages/core/src/agent/base.ts:224
#llm
private
readonly
#llm:Anthropic
Inherited from
AgentRunner.#llm
Source
packages/core/src/agent/base.ts:219
#runner
private
readonly
#runner:AgentWorker
<Anthropic
,object
,ToolCallLLMMessageOptions
>
Inherited from
AgentRunner.#runner
Source
packages/core/src/agent/base.ts:225
#systemPrompt
private
readonly
#systemPrompt:null
|MessageContent
=null
Inherited from
AgentRunner.#systemPrompt
Source
packages/core/src/agent/base.ts:223
#tools
private
readonly
#tools:BaseToolWithCall
[] | (query
) =>Promise
<BaseToolWithCall
[]>
Inherited from
AgentRunner.#tools
Source
packages/core/src/agent/base.ts:220