mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 08:26:22 +02:00
Use streaming in Copilot
This commit is contained in:
parent
ba14bc9bd8
commit
49ca5a7154
19 changed files with 1303 additions and 839 deletions
11
apps/copilot/current_workflow.md
Normal file
11
apps/copilot/current_workflow.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
## Section: State of the Current Multi-Agent System
|
||||
|
||||
The design of the multi-agent system is represented by the following JSON schema:
|
||||
|
||||
```
|
||||
{workflow_schema}
|
||||
```
|
||||
|
||||
If the workflow has an 'Example Agent' as the main agent, it means the user is yet to create the main agent. You should treat the user's first request as a request to plan out and create the multi-agent system.
|
||||
|
||||
---
|
||||
Loading…
Add table
Add a link
Reference in a new issue