# getpaseo/paseo

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/getpaseo-paseo).**

9,118 stars · 866 forks · TypeScript · NOASSERTION

## Links

- GitHub: https://github.com/getpaseo/paseo
- Homepage: https://paseo.sh
- awesome-repositories: https://awesome-repositories.com/repository/getpaseo-paseo.md

## Topics

`ade` `agents` `claude-code` `codex` `copilot` `developer-tools` `gemini` `mobile` `opencode` `orchestration` `pi`

## Description

Paseo is an LLM coding agent orchestrator and multi-agent workflow manager designed to coordinate multiple AI agents across isolated git worktrees. It provides a unified control interface for managing these agents and their associated environments to execute complex programming tasks.

The system distinguishes itself through a remote agent daemon that enables secure access to local coding agents via encrypted relays. It employs a git worktree environment manager to isolate parallel tasks into dedicated directories and branch-based server URLs, preventing file collisions and network port conflicts between concurrent agents.

The platform covers wide-ranging capabilities including multi-agent orchestration via specialized agent committees, iterative worker-verifier execution loops, and comprehensive git workflow management. It includes tools for visual code review, GitHub API integration, and a command line interface for streaming real-time output and managing agent sessions.

The architecture utilizes a headless daemon and a standardized JSON-RPC protocol to communicate with agent binaries over stdio.

## Tags

### Artificial Intelligence & ML

- [Coding Agent Orchestrators](https://awesome-repositories.com/f/artificial-intelligence-ml/agentic-systems-frameworks/agent-orchestration-multi-agent/coordination-and-routing/ai-agent-orchestrators/coding-agent-orchestrators.md) — Coordinates multiple AI coding agents using isolated worktrees and terminal session management. ([source](https://paseo.sh/docs/why.md))
- [Multi-Provider Orchestrators](https://awesome-repositories.com/f/artificial-intelligence-ml/agentic-systems-frameworks/agent-orchestration-multi-agent/coordination-and-routing/ai-agent-orchestrators/multi-provider-orchestrators.md) — Orchestrates AI coding agents from different providers concurrently within the same workspace while maintaining native configurations. ([source](https://paseo.sh/omp))
- [Agentic Workflow Orchestration](https://awesome-repositories.com/f/artificial-intelligence-ml/agent-architectures/orchestration-engines/ai-agent/agentic-workflow-orchestration.md) — Decomposes complex tasks into parallel work streams by spawning sub-agents and synthesizing their results. ([source](https://paseo.sh/docs/cli))
- [Agent Client Protocols](https://awesome-repositories.com/f/artificial-intelligence-ml/agent-communication-protocols/agent-client-protocols.md) — Uses a standardized JSON-RPC protocol over stdio to communicate with agent binaries and manage their execution. ([source](https://paseo.sh/docs/custom-providers.md))
- [Worktree Isolation](https://awesome-repositories.com/f/artificial-intelligence-ml/agentic-systems-frameworks/agentic-workflows/worktree-isolation.md) — Isolates parallel agent tasks using dedicated git worktrees to prevent file collisions and state interference. ([source](https://paseo.sh/docs/cli))
- [AI Provider Integrations](https://awesome-repositories.com/f/artificial-intelligence-ml/agentic-systems-frameworks/model-integration-serving/ai-provider-integrations.md) — Provides a connection system for linking various large language model providers using API keys or self-hosted endpoints. ([source](https://paseo.sh/docs/why.md))
- [Agentic Workflow Automation](https://awesome-repositories.com/f/artificial-intelligence-ml/agentic-workflow-automation.md) — Decomposes complex tasks into parallel streams and iterative loops using hierarchical agent structures.
- [Provider Mappings](https://awesome-repositories.com/f/artificial-intelligence-ml/ai-model-discovery/provider-mappings.md) — Maps coding agents to specific API endpoints or self-hosted environments via extensible provider definitions. ([source](https://paseo.sh/docs/custom-providers.md))
- [Hierarchical Agent Orchestration](https://awesome-repositories.com/f/artificial-intelligence-ml/hierarchical-agent-orchestration.md) — Implements a structural hierarchy where manager agents decompose tasks into parallel streams for worker agents.
- [Multi-Agent Task Orchestrators](https://awesome-repositories.com/f/artificial-intelligence-ml/multi-agent-task-orchestrators.md) — Manages complex, multi-step workflows by decomposing programming tasks into parallel streams and iterative loops.
- [Remote Agent Daemons](https://awesome-repositories.com/f/artificial-intelligence-ml/remote-agent-daemons.md) — Runs a background service that enables secure remote access to local coding agents via encrypted relays.
- [Remote Agent Management](https://awesome-repositories.com/f/artificial-intelligence-ml/remote-agent-management.md) — Controls AI agents running on remote servers or background daemons via encrypted relays.
- [Committee Planning](https://awesome-repositories.com/f/artificial-intelligence-ml/agentic-planning/committee-planning.md) — Forms groups of high-reasoning agents to perform strategic planning and root cause analysis for complex problems. ([source](https://paseo.sh/docs/skills.md))
- [Agentic Execution Loops](https://awesome-repositories.com/f/artificial-intelligence-ml/agentic-reasoning-loops/critic-agent-loops/agentic-execution-loops.md) — Automates the repetition of agent executions until a specific verification command passes. ([source](https://paseo.sh/alternatives/claude-desktop))
- [Task Hand-off Transfers](https://awesome-repositories.com/f/artificial-intelligence-ml/agentic-task-orchestrators/task-hand-off-transfers.md) — Implements a transfer mechanism to hand off tasks between agents via briefings containing context and acceptance criteria. ([source](https://paseo.sh/docs/skills.md))
- [Model List Management](https://awesome-repositories.com/f/artificial-intelligence-ml/machine-learning/infrastructure/model-evaluation-and-validation/model-capability-assessment/model-capability-queries/model-list-management.md) — Provides administrative tools for adding, relabeling, and refining the list of available AI models. ([source](https://paseo.sh/docs/custom-providers.md))
- [Headless Execution Pipelines](https://awesome-repositories.com/f/artificial-intelligence-ml/modular-ai-pipelines/headless-execution-pipelines.md) — Operates as a background orchestration engine on servers without a graphical user interface. ([source](https://paseo.sh/docs))
- [Generation Steering Instructions](https://awesome-repositories.com/f/artificial-intelligence-ml/synthetic-data-generators/synthetic-instruction-generators/generation-steering-instructions.md) — Implements a per-project prompt system to steer the wording and format of generated titles and commit messages. ([source](https://paseo.sh/docs/metadata-generation.md))
- [Advisor Solicitation](https://awesome-repositories.com/f/artificial-intelligence-ml/workflow-as-a-tool-exposure/agent-as-a-tool-execution/advisor-solicitation.md) — Allows the system to spawn separate agents to provide a second opinion or judgment on specific tasks. ([source](https://paseo.sh/docs/skills.md))

### Development Tools & Productivity

- [Git Workspace Isolations](https://awesome-repositories.com/f/development-tools-productivity/workspace-isolation/git-workspace-isolations.md) — Uses git worktrees to create isolated directories and branches for parallel agent tasks to prevent file collisions. ([source](https://paseo.sh/docs/worktrees.md))
- [Worktree Isolation Tools](https://awesome-repositories.com/f/development-tools-productivity/git-tooling/worktree-isolation-tools.md) — Isolates parallel agent tasks into dedicated directories and branch-based URLs using git worktrees.
- [Git Workflows](https://awesome-repositories.com/f/development-tools-productivity/git-workflows.md) — Manages branching and pull requests using isolated git worktrees to enable parallel agent workflows.
- [Agent Command Line Interfaces](https://awesome-repositories.com/f/development-tools-productivity/terminal-shell-cli/cli-tooling-frameworks/cli-tooling/agent-integration-interfaces/agent-command-line-interfaces.md) — Provides a terminal interface for managing agent sessions, worktrees, and streaming real-time output. ([source](https://paseo.sh/nova))
- [Agent Preference Settings](https://awesome-repositories.com/f/development-tools-productivity/agent-configurations/agent-preference-settings.md) — Allows users to specify preferred AI models and reasoning levels for background metadata tasks. ([source](https://paseo.sh/docs/metadata-generation.md))
- [Workspace Workflow Scripting](https://awesome-repositories.com/f/development-tools-productivity/automation-scripts/workspace-workflow-scripting.md) — Executes custom shell scripts during workspace creation and archival for dependency installation. ([source](https://paseo.sh/docs/worktrees.md))
- [Background Service Management](https://awesome-repositories.com/f/development-tools-productivity/background-service-management.md) — Manages long-running processes within workspaces and routes HTTP traffic via a reverse proxy. ([source](https://paseo.sh/docs/worktrees.md))
- [CLI Agent Management](https://awesome-repositories.com/f/development-tools-productivity/cli-agent-management.md) — Includes command-line utilities for controlling agent sessions, configuration, and managing input streams via native adapters. ([source](https://paseo.sh/docs/providers.md))
- [Pre-Commit Visual Reviews](https://awesome-repositories.com/f/development-tools-productivity/code-quality-analysis/static-analysis-engines/static-analysis-tools/code-analysis-tools/local-change-reviewers/change-review-interfaces/live-diff-views/unified-diff-reviewers/pre-commit-visual-reviews.md) — Includes a visual diff viewer for inspecting modifications to the codebase before committing changes. ([source](https://paseo.sh/docs/claude-code.md))
- [GitHub API Integrations](https://awesome-repositories.com/f/development-tools-productivity/github-api-integrations.md) — Provides a centralized interface for performing commits, pushes, and pull request management via GitHub APIs. ([source](https://paseo.sh/docs/claude-code.md))
- [GitHub Workflow Integrations](https://awesome-repositories.com/f/development-tools-productivity/github-workflow-integrations.md) — Offers an integrated interface for managing repository tasks, commits, and pull requests within the development environment. ([source](https://paseo.sh/alternatives/opencode-desktop))
- [Real-Time Output Streaming](https://awesome-repositories.com/f/development-tools-productivity/real-time-output-streaming.md) — Streams the standard output of running agents in real-time to the terminal for progress tracking. ([source](https://paseo.sh/docs/cli))
- [Agent Task Dependency Resolvers](https://awesome-repositories.com/f/development-tools-productivity/task-dependency-management/agent-task-dependency-resolvers.md) — Provides a blocking execution mechanism to ensure agent task dependencies are completed in the correct order. ([source](https://paseo.sh/docs/cli))
- [Session Automations](https://awesome-repositories.com/f/development-tools-productivity/terminal-automation/session-automations.md) — Automatically launches pre-defined terminal sessions upon workspace creation for real-time logging. ([source](https://paseo.sh/docs/worktrees.md))
- [Terminal Session Lifecycle Management](https://awesome-repositories.com/f/development-tools-productivity/terminal-session-lifecycle-management.md) — Manages terminal instances for specific directories by capturing output and sending key inputs. ([source](https://paseo.sh/docs/mcp.md))
- [Version Control Integrations](https://awesome-repositories.com/f/development-tools-productivity/version-control-integrations.md) — Surfaces pull requests, checks, and reviews within the management interface to streamline the code review process. ([source](https://paseo.sh/docs/why.md))
- [Visual Layouts](https://awesome-repositories.com/f/development-tools-productivity/workspace-management/project-workspaces/workspace-organization/visual-layouts.md) — Provides a visual arrangement system using split panels and tabbed groups for agents, browsers, and terminals. ([source](https://paseo.sh/alternatives/conductor))

### Business & Productivity Software

- [AI Agent Session Managers](https://awesome-repositories.com/f/business-productivity-software/team-collaboration-management/collaborative-chat-sessions/ai-agent-session-managers.md) — Manages the full lifecycle of AI coding agent sessions, including task prompts, status tracking, and termination. ([source](https://paseo.sh/docs/mcp.md))

### Networking & Communication

- [Encrypted Relaying](https://awesome-repositories.com/f/networking-communication/network-infrastructure-routing/network-routing-traffic-management/network-traffic-management/encrypted-relaying.md) — Links remote clients to a local daemon using end-to-end encrypted relays for secure cross-device control.
- [Remote Access](https://awesome-repositories.com/f/networking-communication/remote-access.md) — Enables secure connectivity to agents on local machines or remote servers via encrypted relays. ([source](https://paseo.sh/cursor))
- [Branch-Based URL Routing](https://awesome-repositories.com/f/networking-communication/traffic-routing/branch-based-url-routing.md) — Assigns unique, branch-based URLs to parallel agents to prevent network port conflicts. ([source](https://paseo.sh/claude-code))
- [JSON-RPC Implementations](https://awesome-repositories.com/f/networking-communication/json-rpc-implementations.md) — Uses a standardized JSON-RPC protocol over stdio to exchange commands and capabilities with agent binaries.

### Repository Format

- [Agent Daemon Connections](https://awesome-repositories.com/f/repository-format/remote-connection-management/daemon-client-connections/remote-editor-daemons/agent-daemon-connections.md) — Enables secure, encrypted connectivity to remote agent daemons via local sockets or relay URLs. ([source](https://paseo.sh/docs/cli.md))

### Software Engineering & Architecture

- [Iterative Execution Loops](https://awesome-repositories.com/f/software-engineering-architecture/software-architecture/architectural-patterns/modular-decoupled-design/decoupled-architectures/container-based-isolation/iterative-execution-loops.md) — Employs an automated cycle of agent code generation followed by command verification to ensure success. ([source](https://paseo.sh/docs/skills.md))

### DevOps & Infrastructure

- [Daemon Lifecycle Management](https://awesome-repositories.com/f/devops-infrastructure/background-daemon-managers/daemon-lifecycle-management.md) — Provides tools to start, stop, and monitor the lifecycle of the agent hosting daemon. ([source](https://paseo.sh/docs/cli.md))
- [Branch-Based URL Aliases](https://awesome-repositories.com/f/devops-infrastructure/deployment-aliasing/branch-based-url-aliases.md) — Assigns unique development server URLs based on git branch names to prevent network port conflicts between agents.

### Security & Cryptography

- [AI Provider Profiles](https://awesome-repositories.com/f/security-cryptography/account-management/ai-provider-profiles.md) — Supports creating multiple distinct profiles for the same provider to manage different credentials and model lists. ([source](https://paseo.sh/docs/custom-providers.md))

### System Administration & Monitoring

- [Headless Daemon Management](https://awesome-repositories.com/f/system-administration-monitoring/headless-daemon-management.md) — Provides management of the orchestration engine running as a non-interactive background service.
- [AI Agent Activity Monitors](https://awesome-repositories.com/f/system-administration-monitoring/system-activity-monitoring/session-activity-monitors/ai-agent-activity-monitors.md) — Provides a real-time stream and filter for execution history to track agent progress and tool usage. ([source](https://paseo.sh/docs/cli.md))
