ppagent / IAgentModels
Interface: IAgentModels
Defined in: src/agent/agent.service.ts:33
Properties
agents?
optionalagents:IAgentOptions[]
Defined in: src/agent/agent.service.ts:37
agent列表
bots?
optionalbots:object[]
Defined in: src/agent/agent.service.ts:45
bot列表
name
name:
string
options
options:
IBotOptions
skills?
optionalskills:object[]
Defined in: src/agent/agent.service.ts:41
skill列表
name
name:
string
options
options:
ISkillOptions
sources?
optionalsources:object[]
Defined in: src/agent/agent.service.ts:49
消息源列表
name
name:
string
options
options:
ISourceOptions
tools?
optionaltools:object[]
Defined in: src/agent/agent.service.ts:53
工具列表
name
name:
string
options
options:
IToolOptions