Open-Inspect
TLDR Dev
Open-Inspect is an open-source background coding agent system inspired by Ramp's Inspect that automates development tasks in isolated sandbox environments with support for multiple AI models including Claude and GPT. The system supports multiplayer collaboration, integrations with Slack, GitHub, and Linear, and can spawn parallel sub-tasks across up to 10 repositories simultaneously with proper commit attribution to individual users. The architecture is designed for single-tenant deployment only, requiring all users to be trusted members of the same organization, with per-user repository access validation handled through GitHub OAuth tokens for PR creation.
Why it matters
Open-Inspect is an open-source background coding agent system designed for single-tenant deployment with features including multi-repository session handling, automated task scheduling, and support for various AI models.