rowboat/apps/rowboat/app/lib/copilot/current_workflow.ts
2025-07-07 19:55:53 +05:30

13 lines
No EOL
428 B
TypeScript

export const CURRENT_WORKFLOW_PROMPT = `
## 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.
---
`;