Skip to Content

HandlersAgentResponse

HandlersAgentResponse = object

Defined in: src/client/types.gen.ts:113 

Properties

category

category: string

Defined in: src/client/types.gen.ts:117 

Category groups agents by use case.


created_at

created_at: string

Defined in: src/client/types.gen.ts:121 

CreatedAt is when the agent was created.


description

description: string

Defined in: src/client/types.gen.ts:125 

Description is a short description of the agent’s purpose.


display_order?

optional display_order: number

Defined in: src/client/types.gen.ts:129 

DisplayOrder controls the sort position in listing endpoints (lower = first).


icon_url?

optional icon_url: string

Defined in: src/client/types.gen.ts:133 

IconURL is the URL to the agent’s icon.


id

id: number

Defined in: src/client/types.gen.ts:137 

ID is the unique identifier.


name

name: string

Defined in: src/client/types.gen.ts:141 

Name is the human-readable name.


optional recommended_model: string

Defined in: src/client/types.gen.ts:145 

RecommendedModel is the suggested default model.


skills?

optional skills: string[]

Defined in: src/client/types.gen.ts:149 

Skills is the list of skill identifiers bound to this agent.


status

status: string

Defined in: src/client/types.gen.ts:153 

Status is the agent’s availability: “active”, “coming_soon”, or “disabled”.


system_prompt?

optional system_prompt: string

Defined in: src/client/types.gen.ts:157 

SystemPrompt is the curated system prompt.


updated_at

updated_at: string

Defined in: src/client/types.gen.ts:161 

UpdatedAt is when the agent was last updated.

Last updated on