Gormes

Building Gormes

Building Gormes

Contributor-facing documentation. If you’re reading because you want to use Gormes, start at Using Gormes.

Gormes in one sentence

Gormes is the production runtime for self-improving agents. Four core systems live inside the binary:

  1. Learning Loop — detect complex tasks, distill reusable skills, improve them over time (Phase 6)
  2. Memory — SQLite + FTS5 + ontological graph, with a human-readable USER.md mirror (Phase 3)
  3. Tool Execution — typed Go interfaces, in-process registry, no Python bounce (Phase 2.A)
  4. Gateway — one runtime, many interfaces: TUI, Telegram, (future) Discord/Slack (Phase 2.B)

Contents

In this section