Skip to content

AI Agentic Orchestration Tool - easily define, visualize, and debug workflows spanning multiple coding agents

License

Notifications You must be signed in to change notification settings

tommy-xr/robomesh-ai

Repository files navigation

Robomesh

CI

AI Agentic Orchestration Tool - easily define, visualize, and debug workflows spanning multiple coding agents

Robomesh Designer

Developer Setup

Prerequisites

  • Node.js 20+
  • pnpm (enable via corepack enable pnpm)

Installation

pnpm install

Development

# Run both server and designer in dev mode
pnpm run dev

# Or run individually
pnpm run -F server dev
pnpm run -F designer dev

Build

pnpm run build

CLI

# Validate workflows
pnpm run robomesh -- validate workflows/*.yaml

# Run workflow tests
pnpm run test:workflows

# Run e2e tests (Playwright)
pnpm run test:e2e

Global CLI (for development)

# Link the CLI globally to use 'robomesh' command from anywhere
pnpm run build
cd packages/cli && pnpm link --global

# Now use from any directory
robomesh run /path/to/workflow.yaml
robomesh validate /path/to/workflow.yaml

# After code changes, just rebuild
pnpm run build

# To unlink
cd packages/cli && pnpm unlink --global

About

AI Agentic Orchestration Tool - easily define, visualize, and debug workflows spanning multiple coding agents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published