Skip to content

ppagent / IAgentModels

Interface: IAgentModels

Defined in: src/agent/agent.service.ts:33

Properties

agents?

optional agents: IAgentOptions[]

Defined in: src/agent/agent.service.ts:37

agent列表


bots?

optional bots: object[]

Defined in: src/agent/agent.service.ts:45

bot列表

name

name: string

options

options: IBotOptions


skills?

optional skills: object[]

Defined in: src/agent/agent.service.ts:41

skill列表

name

name: string

options

options: ISkillOptions


sources?

optional sources: object[]

Defined in: src/agent/agent.service.ts:49

消息源列表

name

name: string

options

options: ISourceOptions


tools?

optional tools: object[]

Defined in: src/agent/agent.service.ts:53

工具列表

name

name: string

options

options: IToolOptions