https://github.com/ivy-interactive/ivy-tendril
Agent agnostic coding orchestration
https://github.com/ivy-interactive/ivy-tendril
agentic-coding agentic-workflow claude-code codex gemini
Last synced: 10 days ago
JSON representation
Agent agnostic coding orchestration
- Host: GitHub
- URL: https://github.com/ivy-interactive/ivy-tendril
- Owner: Ivy-Interactive
- License: other
- Created: 2026-04-15T18:55:10.000Z (about 2 months ago)
- Default Branch: development
- Last Pushed: 2026-05-28T14:04:05.000Z (11 days ago)
- Last Synced: 2026-05-28T14:05:32.514Z (11 days ago)
- Topics: agentic-coding, agentic-workflow, claude-code, codex, gemini
- Language: C#
- Homepage: https://tendril.ivy.app
- Size: 47.7 MB
- Stars: 110
- Watchers: 0
- Forks: 5
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README

[](https://www.nuget.org/packages/Ivy.Tendril)
[](https://www.nuget.org/packages/Ivy.Tendril)
[](https://github.com/Ivy-Interactive/Ivy-Tendril/actions/workflows/publish-tendril.yml)
[](https://tendril.ivy.app)
# Ivy Tendril - AI Coding Agent Orchestrator

Tendril is a web application built on [Ivy Framework](https://github.com/Ivy-Interactive/Ivy-Framework) that manages AI coding plans end-to-end. It orchestrates coding agents (Claude, Codex, Antigravity, Copilot, OpenCode) through a structured lifecycle — from plan creation and expansion to execution, verification, and PR generation. Tendril tracks jobs, costs, tokens, and verification results, giving you full visibility into your AI-assisted development workflow.
For complete documentation, configuration options, and guides, visit the Tendril documentation at [tendril.ivy.app](https://tendril.ivy.app).
## Features
- **Plan lifecycle management** — Draft, Execute, Review, and PR stages with state tracking
- **Multi-agent support** — Orchestrate Claude, Codex, Antigravity, Copilot, and OpenCode with configurable profiles (deep, balanced, quick)
- **Multi-project support** — Configure multiple repos with per-project verifications
- **Job monitoring** — Live cost and token tracking for running agents
- **Dashboard** — Activity statistics and plan counts at a glance
- **GitHub PR integration** — Automated pull request creation from completed plans
- **Plan review workflow** — Review diffs, run sample apps, approve or send back for revision
## Installation
### Quick Install
One-liner: installs Tendril and required backend tools.
**macOS / Linux**
```bash
curl -sSf https://cdn.ivy.app/install-tendril.sh | sh
```
**Windows**
```powershell
irm https://cdn.ivy.app/install-tendril.ps1 | iex
```
### .NET Tool
Global install from NuGet:
```bash
dotnet tool install -g Ivy.Tendril
```
> **Tip:** PowerShell 7, Git and gh CLI need to be present on your machine if you install using the `dotnet tool` command.
### Run
```bash
tendril
```
### Update
```bash
dotnet tool update -g Ivy.Tendril
```
## Development
### Prerequisites
- [Claude CLI](https://docs.anthropic.com/en/docs/claude-code) (`claude`), [Codex CLI](https://github.com/openai/codex) (`codex`), [Gemini CLI](https://github.com/google-gemini/gemini-cli) (`gemini`), [Copilot CLI](https://github.com/microsoft/copilot-cli) (`copilot`), or [OpenCode](https://github.com/nicepkg/opencode) (`opencode`)
- [.NET 10.0 SDK](https://dotnet.microsoft.com/download)
- [GitHub CLI](https://cli.github.com/) (`gh`)
- [PowerShell 7+](https://github.com/PowerShell/PowerShell)
- [Git](https://git-scm.com/)
### Setup
1. **Clone the repo**
```bash
git clone https://github.com/Ivy-Interactive/Ivy-Tendril.git
cd Ivy-Tendril
```
2. **Run**
```bash
dotnet run --project src/Ivy.Tendril/Ivy.Tendril.csproj
```
## License
Tendril is licensed under the [Functional Source License (FSL-1.1-ALv2)](LICENSE). This means the source is available and you can use it for most purposes, but competing products are not permitted. After two years, each release converts to Apache 2.0.