Releases: open-gitagent/ComputerAgent
Releases · open-gitagent/ComputerAgent
v0.1.0 — first public release
v0.1.0 — first public release
ComputerAgent goes public — the reference implementation of the Harness Protocol.
Run any AI agent — Claude Code (claude-agent-sdk), GAP/gitclaw, LangGraph
DeepAgents — in a hermetic sandbox. Engine / identity / substrate / memory
are independently swappable; the same agent runs on your laptop today and
in an E2B sandbox tomorrow with a one-line change.
What's in the box
- Engines: claude-agent-sdk, gitagent, deepagents
- Substrates: LocalSubstrate, BwrapSubstrate (Linux), E2BSubstrate
- Identity: GitAgent Protocol (GAP) v0.1
- Stores: in-memory + Mongo (sessions/tasks), S3 (sandbox state)
- LLM proxy: Anthropic <-> OpenAI translator — drive Claude Code against any OpenAI-compat backend
- Examples: examples/hello.ts, examples/lyzr-proxy-bwrap.ts, AgentOS dashboard, scheduler
Get started
npx create-computeragent my-agent
cd my-agent && npm install
ANTHROPIC_API_KEY=sk-ant-... npm start
The open protocol this implements: https://github.com/open-gitagent/opengap
Discussions: https://github.com/open-gitagent/ComputerAgent/discussions
Star the project to follow updates!