Back to Portfolio

Multi-Agent Workflow Demo

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 workflow
  • add_agent --role "role_name" --task "task_description" - Add an agent to the workflow
  • connect agent1.output -> agent2.input - Connect agents in the workflow
  • execute_workflow --input "input_text" - Run the workflow with input
  • help - Show available commands
  • clear - Clear the terminal

Try These Examples