Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ odek-bin
.hermes/
docker/.env
docker/workspace/
benchmark/
2 changes: 0 additions & 2 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ It provides context about the project's architecture, conventions, and how to up
- **What it is:** Minimal Go autonomous agent runtime — ReAct (Reasoning + Acting) loop with zero frameworks (stdlib + a few focused packages).
- **Binary:** `odek` — single static binary, ~12 MB, instant startup.
- **Config:** Five-layer priority: `~/.odek/secrets.env` → `~/.odek/config.json` → `./odek.json` → `ODEK_*` env vars → CLI flags.
- **Benchmark:** AIEB v2.0 — 80.3% (highest published agent score on the Autonomous Intelligence Engineering Benchmark).
- **Releases:** see [GitHub Releases](https://github.com/BackendStack21/odek/releases) for the current version and changelog.

## Source Layout
Expand Down Expand Up @@ -78,7 +77,6 @@ internal/
transport/ Shared HTTP transport with connection pooling
ws/ RFC 6455 WebSocket framing
docs/ Documentation (CLI, API, CONFIG, MCP, MEMORY, TELEGRAM, SECURITY, etc.)
benchmark/ AIEB v2.0 benchmark suite (9 tasks, 4 tiers, automated scoring)
```

## How It Works
Expand Down
7 changes: 0 additions & 7 deletions benchmark/.gitignore

This file was deleted.

34 changes: 0 additions & 34 deletions benchmark/AGENTS.md

This file was deleted.

40 changes: 0 additions & 40 deletions benchmark/README.md

This file was deleted.

Loading
Loading