diff --git a/src/lib/types.ts b/src/lib/types.ts index b70bf04..e3f25d1 100644 --- a/src/lib/types.ts +++ b/src/lib/types.ts @@ -200,6 +200,9 @@ export interface AgentTemplate { export interface ListAgentTemplatesResponse { templates: AgentTemplate[] + // The verbatim config of the run-on-demand `recent-work-summary` template + // behind the dashboard's first-run CTA, served alongside the gallery. + first_run_yaml: string } export interface ListAgentRunsQuery {