Interfaces

RunConfigContext

Interface: RunConfigContext

Defined in: src/core/agent/types.ts:922

What a .configure(fn) resolver is given.

Properties

defaults

readonly defaults: object

Defined in: src/core/agent/types.ts:930

What the agent was BUILT with, so a resolver can decide relative to it.

instructions

readonly instructions: string

model

readonly model: string


identity?

readonly optional identity?: MemoryIdentity

Defined in: src/core/agent/types.ts:926

The memory identity passed to run({ identity }), when there was one.


message

readonly message: string

Defined in: src/core/agent/types.ts:924

The message this run was started with.


runId

readonly runId: string

Defined in: src/core/agent/types.ts:928

This run's id — the same one that stamps every typed event's meta.runId.

On this page