Add intentic (self-hosted parallel agent workspace) - #253
Open
radarsu wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds intentic to Harnesses & orchestration → Session managers & parallel runners, placed by star count
(3, between
irisat 5 andAgent CLI Menuat 2).Inclusion requirements
icCLI (prebuilt binaries for macOS, Linux and Windows in everyrelease) that provisions and drives sandboxes, and each sandbox runs real terminals over PTY; the agents it
runs are the terminal-native ones (Claude Code, Codex, OpenCode, Gemini CLI over ACP).
worktree, run builds and tests in their container, and propose changes as diffs.
Why it's interesting for this section: isolation is per agent rather than per thread — a container plus a
git worktree each, so ten parallel runs never see each other's tree — and the sandbox image is an editable
Dockerfile the user approves rather than a fixed environment. Runs continue when you disconnect, and the same
fleet reopens from any browser or a phone.
Disclosure: I maintain intentic.