Nanocodex
Description
Building blocks for frontier OpenAI agents in Rust. Nanocodex empowers you with Codex-level performance anywhere.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Nanocodex
The coding agent is the library.
Embed the complete OpenAI Responses loop—retained sessions, typed history, tools, Code Mode, branches, events, retries, and cleanup. Keep your interface, data, memory, infrastructure, and policy.
[][ci] [][crates] [][docs] [][license]
**[Rust](#rust-start-here)** · **[JavaScript](#javascript-node-browser-and-wasm)** · **[Python](#python)** · **[Capabilities](#one-agent-owned-end-to-end)** · **[Evaluation](#evaluation-is-a-product-boundary)** · **[Deployments](#deployment-proofs)** · **[Status](#what-is-stable)**
Nanocodex is a headless, library-first SDK for building products around one deliberately supported OpenAI coding-agent stack. It is not a provider abstraction and it is not an app server. The public product is an embeddable agent with an owned lifecycle; the native CLI/TUI, browser apps, Python and JavaScript packages, durable actors, sandboxes, voice client, and evaluation harness are consumers that prove the same contract.
The important difference from assembling a model client and a loop is what the caller does **not** have to rebuild:
- no passing previous messages, response IDs, or tool results back on every turn;
- no separate state machine for prompt ordering, steering, compaction, reconnect replay, or partially completed responses;
- no coupling between receiving a typed result and consuming an event stream;
- no orphaned shell sessions or subprocess trees when a turn is canc
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11