HandlersAgentListItem
HandlersAgentListItem =
object
Defined in: src/client/types.gen.ts:119
Properties
agent_server_url?
optionalagent_server_url:string
Defined in: src/client/types.gen.ts:123
AgentServerURL is the URL of the agent’s server runtime endpoint.
category
category:
string
Defined in: src/client/types.gen.ts:127
Category groups agents by use case.
color?
optionalcolor:string
Defined in: src/client/types.gen.ts:131
Color is a hex or CSS variable for agent theming.
created_at
created_at:
string
Defined in: src/client/types.gen.ts:135
CreatedAt is when the agent was created.
description
description:
string
Defined in: src/client/types.gen.ts:139
Description is a short description of the agent’s purpose.
display_order?
optionaldisplay_order:number
Defined in: src/client/types.gen.ts:143
DisplayOrder controls the sort position in listing endpoints (lower = first).
example_conversations?
optionalexample_conversations:object[]
Defined in: src/client/types.gen.ts:147
ExampleConversations is a list of sample Q&A pairs for the marketplace.
Index Signature
[key: string]: string
features?
optionalfeatures:string[]
Defined in: src/client/types.gen.ts:153
Features is a list of user-facing capability descriptions.
icon_url?
optionalicon_url:string
Defined in: src/client/types.gen.ts:157
IconURL is the URL to the agent’s icon.
id
id:
number
Defined in: src/client/types.gen.ts:161
ID is the unique identifier.
is_featured?
optionalis_featured:boolean
Defined in: src/client/types.gen.ts:165
IsFeatured indicates whether to highlight the agent in the marketplace.
model_config?
optionalmodel_config:object
Defined in: src/client/types.gen.ts:169
ModelConfig is the model whitelist, display names, and descriptions.
Index Signature
[key: string]: unknown
name
name:
string
Defined in: src/client/types.gen.ts:175
Name is the human-readable name.
parent_id?
optionalparent_id:number
Defined in: src/client/types.gen.ts:179
ParentID is the optional parent agent ID for sub-agent relationships.
phone_number?
optionalphone_number:string
Defined in: src/client/types.gen.ts:183
PhoneNumber is the SMS-reachable phone number for text-enabled agents.
recommended_model?
optionalrecommended_model:string
Defined in: src/client/types.gen.ts:187
RecommendedModel is the suggested default model.
runtimes?
optionalruntimes:string[]
Defined in: src/client/types.gen.ts:191
Runtimes is the list of runtime environments the agent supports (e.g., “client”, “server”).
skills?
optionalskills:string[]
Defined in: src/client/types.gen.ts:195
Skills is the list of skill identifiers bound to this agent.
status
status:
string
Defined in: src/client/types.gen.ts:199
Status is the agent’s availability: “active”, “coming_soon”, or “disabled”.
tagline?
optionaltagline:string
Defined in: src/client/types.gen.ts:203
Tagline is a short one-liner for marketplace cards.
updated_at
updated_at:
string
Defined in: src/client/types.gen.ts:207
UpdatedAt is when the agent was last updated.