Skip to content

Commit a159178

Browse files
authored
Merge pull request #12 from open-gitagent/chore/readme-drop-framework-comparison
docs(README): drop 'vs. other agent frameworks' comparison table
2 parents ad9cd43 + 0b8a516 commit a159178

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,6 @@ A reference implementation of the **Harness Protocol** — a framework-agnostic
3333
- **Production-shaped failure semantics** — explicit, documented contracts: `AuditSink` is fire-and-forget, `SessionStore` is fail-loud, sibling sessions never share blast radius. Validated by an adversarial conformance suite.
3434
- **Live-tested** — every substrate × every engine × every memory backend verified end-to-end against the real Anthropic API.
3535

36-
### vs. other agent frameworks
37-
38-
| | LangChain / LangGraph | CrewAI | AutoGen | OpenInterpreter | **ComputerAgent** |
39-
|---|---|---|---|---|---|
40-
| Agent definition is portable across processes | Python class | Python YAML | Python class | Python | **Git repo / inline manifest (any language)** |
41-
| Wire protocol you can drive with `curl` ||||| **✅ HTTP+SSE** |
42-
| Same code runs locally + in cloud sandbox + in a VM | Per-integration | Per-integration | Per-integration | Local only | **✅ One-line `runtime:` swap** |
43-
| Swappable conversation memory backend | Per-integration || Per-integration || **✅ One-line `sessionStore:` swap** |
44-
| Resume across process restart, host changes, substrate teardown | Manual || Manual || **✅ Built-in (`SessionStore`)** |
45-
| Conformance suite for third-party plug-ins ||||| **`@computeragent/testing`** |
46-
4736
ComputerAgent decomposes the agent stack into **four orthogonal axes** — any combination works through the same SDK call:
4837

4938
- **WHAT** — agent identity. Default loader: [GitAgentProtocol](https://github.com/open-gitagent/gitagent-protocol). Add your own with an `IdentityLoader`.

0 commit comments

Comments
 (0)