workflow-agent@deos.dev: ~/workflows
Welcome to the Multi-Agent Workflow System.
Type 'help' to see available commands.
$
Instructions
About This System
The Multi-Agent Workflow System enables specialized agents to collaborate on complex tasks. Each agent has a specific role and can pass outputs to other agents in the workflow.
Available Commands
create_workflow --name "workflow_name"
- Create a new multi-agent workflowadd_agent --role "role_name" --task "task_description"
- Add an agent to the workflowconnect agent1.output -> agent2.input
- Connect agents in the workflowexecute_workflow --input "input_text"
- Run the workflow with inputhelp
- Show available commandsclear
- Clear the terminal