{"id":49486090,"url":"https://github.com/glav/teambot","last_synced_at":"2026-05-01T01:30:53.642Z","repository":{"id":336777466,"uuid":"1139465011","full_name":"glav/teambot","owner":"glav","description":"An attempt to build an AI based 'team' that can be given a series of tasks to execute to conclusion as per an engineering team, and can work together to ensure it is done. Autonomous, requiring only daily objectives","archived":false,"fork":false,"pushed_at":"2026-03-10T02:29:59.000Z","size":4968,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-10T09:25:32.860Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/glav.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-01-22T01:54:56.000Z","updated_at":"2026-03-10T02:29:59.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/glav/teambot","commit_stats":null,"previous_names":["glav/teambot"],"tags_count":0,"template":false,"template_full_name":"glav/template-python","purl":"pkg:github/glav/teambot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glav%2Fteambot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glav%2Fteambot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glav%2Fteambot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glav%2Fteambot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/glav","download_url":"https://codeload.github.com/glav/teambot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glav%2Fteambot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32482460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-05-01T01:30:51.682Z","updated_at":"2026-05-01T01:30:53.635Z","avatar_url":"https://github.com/glav.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TeamBot\n\n**Autonomous AI Agent Teams for Software Development**\n\nTeamBot is a CLI tool that uses the [GitHub Copilot SDK](https://github.com/github/copilot-sdk) to enable collaborative, multi-agent AI workflows. Instead of single-threaded AI interactions, TeamBot orchestrates a team of specialized AI agents that work together autonomously to achieve development objectives.\n\n[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)\n[![Tests](https://img.shields.io/badge/tests-1050%20passing-green.svg)]()\n[![Coverage](https://img.shields.io/badge/coverage-80%25-green.svg)]()\n\n## Installation\n\n### Prerequisites\n\n- **Python 3.10 or later** - [Download Python](https://www.python.org/downloads/)\n- **uv** - [Install uv](https://astral.sh/uv)\n- **GitHub Copilot CLI** - [Install Copilot CLI](https://githubnext.com/projects/copilot-cli/) and authenticate with `copilot login`\n\n### Terminal Requirements\n\nTeamBot's split-pane UI works with all modern terminal emulators. For the best experience:\n\n* **VSCode integrated terminal** - Recommended (Kitty protocol support enabled by default)\n* **Kitty**, **Alacritty**, **WezTerm** - Full support for enhanced keyboard protocol\n* **Standard terminals** - xterm, GNOME Terminal, Konsole, Terminal.app all work correctly\n\nFor troubleshooting input issues, see [Terminal Compatibility Guide](docs/guides/terminal-compatibility.md).\n\n### Installation Methods\n\n| Method | Command | Best For |\n|--------|---------|----------|\n| **uvx (git)** | `uvx --from git+https://github.com/glav/teambot teambot` | Quick evaluation |\n| **Devcontainer** | See [installation guide](docs/guides/installation.md) | VS Code / Codespaces |\n| **Docker** | `docker run ghcr.io/glav/teambot` | No Python environment |\n| **From source** | See below | Development |\n\n### Install from Source\n\n```bash\ngit clone https://github.com/glav/teambot.git\ncd teambot\nuv sync\nuv run teambot --version\n```\n\n### Verify Installation\n\n```bash\nteambot --version\nteambot --help\n```\n\n## Key Features\n\n- 🤖 **6 Specialized Agent Personas** - PM, BA, Writer, 2 Builders, Reviewer\n- 📋 **14-Stage Prescriptive Workflow** - From setup through acceptance testing to completion\n- 🔄 **Autonomous Operation** - Define objectives in markdown, let the team execute\n- ⚡ **Parallel Builders** - builder-1 and builder-2 execute concurrently\n- 💬 **Interactive REPL** - Ad-hoc tasks with pipelines and multi-agent mode\n- ⚙️ **Configurable** - Custom stages, models, and workflows\n\n### Interactive mode\n![Screenshot](./docs/guides/teambot-shot1.png)\n\n### Autonomous mode\n![Screenshot](./docs/guides/teambot-shot2.png)\n![Screenshot](./docs/guides/teambot-shot3.png)\n\n## Quick Start\n\n```bash\n# Initialize TeamBot in your project\nteambot init\n\n# Run with an objective file\nteambot run objectives/my-feature.md\n\n# Or start interactive mode\nteambot run\n```\n\n## Worktree Isolation\n\nTeamBot supports isolated execution using Git worktrees, enabling parallel feature development:\n\n```bash\n# Run objective in isolated worktree\nteambot run objectives/my-feature.md --worktree\n\n# With explicit branch name\nteambot run objectives/my-feature.md --worktree --branch feat/custom-name\n```\n\n**Requirements**: Git 2.5+\n\n**Behavior**:\n- Creates worktree at `.teambot-worktrees/\u003cbranch-name\u003e/`\n- State files scoped to worktree (no cross-contamination)\n- Visual indicators show current branch in REPL and stage headers\n- Worktree persists after completion for user review\n\nSee [Worktree Isolation Guide](docs/guides/worktree-isolation.md) for detailed usage.\n\n## Environment Configuration\n\nTeamBot automatically loads environment variables from `.env` files with hierarchical discovery:\n\n```bash\n# Default: loads .env from current directory + parent directories\nteambot run objectives/my-task.md\n\n# Load from specific file only (disables auto-discovery)\nteambot --env-file /path/to/.env run objectives/my-task.md\n\n# Disable .env loading (useful for CI)\nteambot --no-env run objectives/my-task.md\n```\n\n**Precedence**: When multiple `.env` files exist, values are merged with the current directory taking precedence over parent directories.\n\n### What `teambot init` Creates\n\nThe init command sets up your project with:\n\n- `teambot.json` - Configuration file for agents and workflows\n- `.teambot/` - Directory for workflow state and history\n- `stages.yaml` - Workflow stage definitions (if not exists)\n- `AGENTS.md` - Agent documentation (if not exists)\n- `.github/agents/` - Agent persona definitions (if not exists)\n- `.agent/` - SDD commands, instructions, and standards (if not exists)\n- `docs/sdd-objective-template.md` - Objective template (if not exists)\n\n**Existing files are never overwritten.** Use `teambot init --force` to reset all scaffold files.\n\nFor development from source, see [Development Guide](docs/guides/development.md).\n\n## Documentation\n\n| Guide | Description |\n|-------|-------------|\n| [Getting Started](docs/guides/getting-started.md) | Installation, setup, first run, troubleshooting |\n| [File-Based Orchestration](docs/guides/file-based-orchestration.md) | Running objectives autonomously |\n| [Interactive Mode](docs/guides/interactive-mode.md) | REPL, pipelines, multi-agent mode |\n| [Worktree Isolation](docs/guides/worktree-isolation.md) | Parallel feature development with Git worktrees |\n| [CLI Reference](docs/guides/cli-reference.md) | All commands and options |\n| [Agent Personas](docs/guides/agent-personas.md) | The 6 specialized AI agents |\n| [Workflow Stages](docs/guides/workflow-stages.md) | 14-stage development process |\n| [Configuration](docs/guides/configuration.md) | teambot.json, stages.yaml, models |\n| [Objective Format](docs/guides/objective-format.md) | Writing objective files |\n| [Shared Workspace](docs/guides/shared-workspace.md) | .teambot/ directory structure |\n| [Development](docs/guides/development.md) | Contributing and development setup |\n| [Architecture](docs/guides/architecture.md) | Internal components and design |\n\n## License\n\nMIT License - see [LICENSE](LICENSE) file for details.\n\n## Contributing\n\nSee [Development Guide](docs/guides/development.md) for setup and contribution guidelines.\n\n---\n\n\u003cp align=\"center\"\u003e\n  Made with 🤖 by TeamBot\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglav%2Fteambot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglav%2Fteambot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglav%2Fteambot/lists"}