Remote agentic compute, factored out of Overfolder.
A small framework for running LLM agents on remote compute behind a single multiplexed WebSocket tunnel. See SPEC.md for the design.
Status: early. The reference agent (
overloop) ships today; the protocol/server/agent crates are being extracted from Overfolder.
loop/—overloop, the reference agent. A minimal agentic loop with built-inread/write/exec/glob/greptools, optional MCP, and an OpenAI-compatible LLM client. Speaks the protocol on stdin/stdout.
cargo build --releaseThe reference agent is at target/release/overloop. It expects to be
run as a child process with stdin/stdout wired to the over/ACP server (or
any compatible host). Standalone use is possible but not the primary mode.
Apache-2.0.