Skip to content

overfolder/overacp

Repository files navigation

over/ACP

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.

Crates

  • loop/overloop, the reference agent. A minimal agentic loop with built-in read/write/exec/glob/grep tools, optional MCP, and an OpenAI-compatible LLM client. Speaks the protocol on stdin/stdout.

Build

cargo build --release

The 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.

License

Apache-2.0.

About

Remote agentic compute over a WebSocket tunnel — extracted from Overfolder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors