{"id":46079883,"url":"https://github.com/tjamescouch/org","last_synced_at":"2026-03-01T15:13:40.101Z","repository":{"id":309006744,"uuid":"1034850374","full_name":"tjamescouch/org","owner":"tjamescouch","description":"LLM sandbox","archived":false,"fork":false,"pushed_at":"2026-02-07T16:45:40.000Z","size":2564,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-08T00:58:40.293Z","etag":null,"topics":["ai-agent","ai-orchestration","bun","cli-tool","developer-tools","gpt-oss","llm","local-llm","multi-agent","open-source","patch-review","sandboxing","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tjamescouch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-09T05:29:58.000Z","updated_at":"2026-02-07T16:45:45.000Z","dependencies_parsed_at":"2025-08-09T08:34:22.099Z","dependency_job_id":"45845a1a-956f-4fea-a212-2be99b396e1f","html_url":"https://github.com/tjamescouch/org","commit_stats":null,"previous_names":["tjamescouch/org"],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/tjamescouch/org","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjamescouch%2Forg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjamescouch%2Forg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjamescouch%2Forg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjamescouch%2Forg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tjamescouch","download_url":"https://codeload.github.com/tjamescouch/org/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjamescouch%2Forg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29973311,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T15:06:50.263Z","status":"ssl_error","status_checked_at":"2026-03-01T15:06:18.879Z","response_time":124,"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":["ai-agent","ai-orchestration","bun","cli-tool","developer-tools","gpt-oss","llm","local-llm","multi-agent","open-source","patch-review","sandboxing","typescript"],"created_at":"2026-03-01T15:13:39.431Z","updated_at":"2026-03-01T15:13:40.090Z","avatar_url":"https://github.com/tjamescouch.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)\n\n\n# org\n\n_Agentic dev helpers that can \"do things\" in your repo while you watch, review, and approve every change._\n\n- ✏️ **Conversational**: give a task, the agent plans and executes.\n- 🤝 **Collaborative**: works as part of a multi-agent setup, coordinating steps and maintaining a conversation between the agents.\n- 🧰 **Tools**: `sh`, `apply_patch`, etc. 100% auditable.\n- 🔒 **Safe-by-default**: denylist for dangerous paths; *every* change turns into a patch you review before it lands.\n- 🧪 **Deterministic runs**: all stdout/stderr, artifacts, and a git patch are saved under `.org/runs/\u003cid\u003e` for inspection or CI upload.\n- 🛡️ **Optional containerized sandbox**: run steps inside a Podman container with no network by default (quickstart config allows egress to the host LLM at 192.168.5.2:11434).\n\n\u003e Security note. org is safe-by-default but not a hardened sandbox. For a stronger boundary, run it in the provided VM profile (Lima on Apple Silicon, VirtualBox on Intel). See [SECURITY](SECURITY.md) for hardening.\n\n## Vision\n\nDevelopers and operators deserve AI teammates they can **trust, understand, and control**. Most tools either go fully automated (opaque, risky) or stay passive (just suggest, never act). This project takes a different stance:\n\n* **Dev + DevOps, one CLI**: A single agentic workflow that works for both coding and operations. Write code, run infra, and patch your repo — all inside the same safe loop.\n* **Multi-agent as a first-class feature**: Collaboration isn't a bolt-on. Agents can coordinate, debate, and hand off tasks, while you oversee and approve every change.\n* **Sandbox + patch review**: Every command runs in isolation. Every file change is surfaced as a patch. Nothing merges until you say so.\n* **Safety as a value, not a feature**: Guardrails, glob-based policies, and human-in-the-loop review make it impossible for an agent to \"go rogue\" in your repo.\n* **Composable workflows**: Use it solo as a powerful dev helper, or spin up multiple agents to cover testing, ops, and review simultaneously.\n\nThe vision is simple: **an agent CLI that feels like a real teammate — fast, opinionated, and safe.**\n\n## Quick Start\n\n### macOS (Apple Silicon: M1/M2/M3) — Lima backend\n```sh\n# 1) Install via Homebrew (CLI + VM helpers)\nbrew tap tjamescouch/org\nbrew install org lima socket_vmnet\n\n# 2) One shot: create + provision the VM and attach when ready\norgctl quickstart\n```\n\n### Running\n```sh\norg\nYou \u003e @@alice write \"Hello World\" to a file `hello-world.txt`\n```\n\n\u003e Tip for contributors who installed an older brew orgctl: prefer the repo copy during development with PATH=\"$PWD:$PATH\" or run ./orgctl ….\n\nWhen the tool wants to touch the filesystem, it first produces a **patch**. You can read, approve, or reject it. After approval, the agent continues.\n\nAll artifacts for each run land in `.org/runs/\u003cuuid\u003e/` with comprehensive logs and the final patch.\n\n[![asciicast](https://asciinema.org/a/741256.svg)](https://asciinema.org/a/741256)\n\n## Installation\n\nSee [INSTALLATION.md](docs/INSTALLATION.md) for complete setup instructions.\n\n## Documentation\n\n- **[Installation Guide](docs/INSTALLATION.md)** - Setup for macOS and Linux not including VM setup.\n- **[VM Configuration](docs/VM_CONFIGURATION.md)** — Lima/VirtualBox setup, security model, and troubleshooting.\n- **[Configuration](docs/CONFIGURATION.md)** - LLM settings, environment variables, and options\n- **[Usage Guide](docs/USAGE.md)** - CLI options, examples, and common workflows\n- **[Architecture](docs/ARCHITECTURE.md)** - How it works under the hood\n- **[Troubleshooting](docs/TROUBLESHOOTING.md)** - Common issues and solutions\n- **[Testing](docs/TESTING.md)** - Running and writing tests\n- **[Architectural Review](docs/ARCHITECTURAL_REVIEW.md)** - org according to org\n\n## License\n\nMIT\n\n\u003cimg width=\"1024\" height=\"1024\" alt=\"image\" src=\"https://github.com/user-attachments/assets/1bb9a0ec-bd45-45eb-864e-10340d2c9286\" /\u003e\n\n\n\n![GitHub all releases](https://img.shields.io/github/downloads/tjamescouch/org/total)\n![v0.11.0](https://img.shields.io/github/downloads/tjamescouch/org/v1.1.0/total)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftjamescouch%2Forg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftjamescouch%2Forg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftjamescouch%2Forg/lists"}