llm-runtime-architecture · git:20260604.6f4a12a · 2026-06-04 · sha256 c50e06f2fa668736

llm-runtime-architecture git:20260604.6f4a12aA

Immutable. This exact content is served forever at /api/v1/blob/c50e06f2fa668736.

---
name: llm-runtime-architecture
description: "Use when designing how one canonical agent core runs across Codex, Claude Code, Gemini CLI, Cursor, and AGENTS.md-compatible tools."
---

# LLM Runtime Architecture

## Procedure

1. Keep `AGENTS.md` as the canonical behavior contract.
2. For each runtime, name entry point, adapter files, available tools, memory
   access, limitations, and verification command.
3. Keep adapters thin and point them back to the canonical core.
4. State unsupported capabilities explicitly.

## Output

Return a runtime matrix with `runtime`, `entry_point`, `adapter_files`,
`memory_access`, `limitations`, and `verification`.