HandlersAgentListItem
HandlersAgentListItem =
object
Defined in: src/client/types.gen.ts:59
Properties
category
category:
string
Defined in: src/client/types.gen.ts:63
Category groups agents by use case.
created_at
created_at:
string
Defined in: src/client/types.gen.ts:67
CreatedAt is when the agent was created.
description
description:
string
Defined in: src/client/types.gen.ts:71
Description is a short description of the agent’s purpose.
display_order?
optionaldisplay_order:number
Defined in: src/client/types.gen.ts:75
DisplayOrder controls the sort position in listing endpoints (lower = first).
icon_url?
optionalicon_url:string
Defined in: src/client/types.gen.ts:79
IconURL is the URL to the agent’s icon.
id
id:
number
Defined in: src/client/types.gen.ts:83
ID is the unique identifier.
name
name:
string
Defined in: src/client/types.gen.ts:87
Name is the human-readable name.
recommended_model?
optionalrecommended_model:string
Defined in: src/client/types.gen.ts:91
RecommendedModel is the suggested default model.
skills?
optionalskills:string[]
Defined in: src/client/types.gen.ts:95
Skills is the list of skill identifiers bound to this agent.
status
status:
string
Defined in: src/client/types.gen.ts:99
Status is the agent’s availability: “active”, “coming_soon”, or “disabled”.
updated_at
updated_at:
string
Defined in: src/client/types.gen.ts:103
UpdatedAt is when the agent was last updated.