mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-16 18:25:17 +02:00
Prebuilt cards sections (#237)
* add spinner to pre-built cards * added subsections for prebuilt * added section name styling * added news section and reddit to slack workflow
This commit is contained in:
parent
13051dbf3a
commit
63e95cf853
7 changed files with 424 additions and 59 deletions
|
|
@ -84,6 +84,7 @@ export class CreateProjectUseCase implements ICreateProjectUseCase {
|
|||
agents: template.agents,
|
||||
prompts: template.prompts,
|
||||
tools: template.tools,
|
||||
pipelines: template.pipelines || [],
|
||||
startAgent: template.startAgent,
|
||||
}
|
||||
} else {
|
||||
|
|
@ -117,4 +118,4 @@ export class CreateProjectUseCase implements ICreateProjectUseCase {
|
|||
|
||||
return project;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue