Expert

@daydreamsai/core


@daydreamsai/core / Expert

Type Alias: Expert

Expert = object

Defined in: packages/core/src/types.ts:527

Represents an expert system with specialized knowledge and capabilities

Properties

actions?

optional actions: AnyAction[]

Defined in: packages/core/src/types.ts:537

Optional actions available to this expert


description

description: string

Defined in: packages/core/src/types.ts:531

Description of the expert's domain and capabilities


instructions

instructions: string

Defined in: packages/core/src/types.ts:533

Detailed instructions for the expert's behavior


model?

optional model: LanguageModel

Defined in: packages/core/src/types.ts:535

Optional language model specific to this expert


type

type: string

Defined in: packages/core/src/types.ts:529

Unique identifier for the expert type