Rulvar API reference / @rulvar/rulvar / AgentProfileTemplateOptions
Interface: AgentProfileTemplateOptions
Defined in: packages/core/dist/index.d.ts
Options shared by the implementation and review templates.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
description? | string | Advertised profile description; the template provides a default. | packages/core/dist/index.d.ts |
limits? | UsageLimits | Per-key overrides over the template's limits. | packages/core/dist/index.d.ts |
tools? | ToolDef<SchemaSpec<unknown>>[] | The task tools; the stock report_progress tool is always prepended. | packages/core/dist/index.d.ts |