{"id":49720606,"url":"https://github.com/ivy-interactive/ivy-tendril","last_synced_at":"2026-05-29T15:00:42.417Z","repository":{"id":351631919,"uuid":"1211796176","full_name":"Ivy-Interactive/Ivy-Tendril","owner":"Ivy-Interactive","description":"Agent agnostic coding orchestration ","archived":false,"fork":false,"pushed_at":"2026-05-28T14:04:05.000Z","size":50037,"stargazers_count":110,"open_issues_count":43,"forks_count":5,"subscribers_count":0,"default_branch":"development","last_synced_at":"2026-05-28T14:05:32.514Z","etag":null,"topics":["agentic-coding","agentic-workflow","claude-code","codex","gemini"],"latest_commit_sha":null,"homepage":"https://tendril.ivy.app","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ivy-Interactive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-04-15T18:55:10.000Z","updated_at":"2026-05-28T14:04:39.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Ivy-Interactive/Ivy-Tendril","commit_stats":null,"previous_names":["ivy-interactive/ivy-tendril"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/Ivy-Interactive/Ivy-Tendril","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ivy-Interactive%2FIvy-Tendril","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ivy-Interactive%2FIvy-Tendril/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ivy-Interactive%2FIvy-Tendril/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ivy-Interactive%2FIvy-Tendril/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ivy-Interactive","download_url":"https://codeload.github.com/Ivy-Interactive/Ivy-Tendril/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ivy-Interactive%2FIvy-Tendril/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33657690,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agentic-coding","agentic-workflow","claude-code","codex","gemini"],"created_at":"2026-05-09T01:06:37.420Z","updated_at":"2026-05-29T15:00:42.411Z","avatar_url":"https://github.com/Ivy-Interactive.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Tendril Logo](src/Tendril.svg)\n\n[![NuGet](https://img.shields.io/nuget/v/Ivy.Tendril?style=flat)](https://www.nuget.org/packages/Ivy.Tendril)\n[![NuGet Downloads](https://img.shields.io/nuget/dt/Ivy.Tendril?style=flat)](https://www.nuget.org/packages/Ivy.Tendril)\n[![CI](https://img.shields.io/github/actions/workflow/status/Ivy-Interactive/Ivy-Tendril/publish-tendril.yml?style=flat\u0026label=CI)](https://github.com/Ivy-Interactive/Ivy-Tendril/actions/workflows/publish-tendril.yml)\n[![Documentation](https://img.shields.io/badge/docs-tendril.ivy.app-blue?style=flat)](https://tendril.ivy.app)\n\n# Ivy Tendril - AI Coding Agent Orchestrator\n\n![Tendril UI](src/mockup.gif)\n\nTendril 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.\n\nFor complete documentation, configuration options, and guides, visit the Tendril documentation at [tendril.ivy.app](https://tendril.ivy.app).\n\n## Features\n\n- **Plan lifecycle management** — Draft, Execute, Review, and PR stages with state tracking\n- **Multi-agent support** — Orchestrate Claude, Codex, Antigravity, Copilot, and OpenCode with configurable profiles (deep, balanced, quick)\n- **Multi-project support** — Configure multiple repos with per-project verifications\n- **Job monitoring** — Live cost and token tracking for running agents\n- **Dashboard** — Activity statistics and plan counts at a glance\n- **GitHub PR integration** — Automated pull request creation from completed plans\n- **Plan review workflow** — Review diffs, run sample apps, approve or send back for revision\n\n## Installation\n\n### Quick Install\n\nOne-liner: installs Tendril and required backend tools.\n\n**macOS / Linux**\n\n```bash\ncurl -sSf https://cdn.ivy.app/install-tendril.sh | sh\n```\n\n**Windows**\n\n```powershell\nirm https://cdn.ivy.app/install-tendril.ps1 | iex\n```\n\n### .NET Tool\n\nGlobal install from NuGet:\n\n```bash\ndotnet tool install -g Ivy.Tendril\n```\n\n\u003e **Tip:** PowerShell 7, Git and gh CLI need to be present on your machine if you install using the `dotnet tool` command.\n\n### Run\n\n```bash\ntendril\n```\n\n### Update\n\n```bash\ndotnet tool update -g Ivy.Tendril\n```\n\n## Development\n\n### Prerequisites\n\n- [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`)\n- [.NET 10.0 SDK](https://dotnet.microsoft.com/download)\n- [GitHub CLI](https://cli.github.com/) (`gh`)\n- [PowerShell 7+](https://github.com/PowerShell/PowerShell)\n- [Git](https://git-scm.com/)\n\n### Setup\n\n1. **Clone the repo**\n\n   ```bash\n   git clone https://github.com/Ivy-Interactive/Ivy-Tendril.git\n   cd Ivy-Tendril\n   ```\n\n2. **Run**\n\n    ```bash\n    dotnet run --project src/Ivy.Tendril/Ivy.Tendril.csproj\n    ```\n\n## License\n\nTendril 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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivy-interactive%2Fivy-tendril","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivy-interactive%2Fivy-tendril","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivy-interactive%2Fivy-tendril/lists"}