Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/plugins/plugin-types.ts
A sub-agent definition contributed by a plugin.
Each .md file in a plugin's agents/ directory produces one
AgentDefinition.
Properties
| Property | Type |
|---|---|
name | string |
description | string |
instructions | string |
tools | string[] |
model | string |
Was this page helpful?