Skip to content

AkaraChen/angel-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

466 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angel Engine

Angel Engine is a protocol-neutral engine for driving coding-agent runtimes such as Codex, ACP-based agents, Claude, and related CLIs. The repository combines a Rust core, provider adapters, Node bindings, JS client packages, and an Electron desktop app.

Repository Map

  • crates/angel-engine/ — protocol-neutral engine, state machine, reducers, and shared transport types.
  • crates/angel-provider/ProtocolAdapter plus adapters for codex, acp, cline, copilot, cursor behind the cursor-history feature, gemini, kimi, and qoder.
  • crates/angel-engine-client/ — Rust client API over the engine and provider adapters.
  • crates/angel-engine-client-napi/ — Node.js N-API binding for the Rust client.
  • crates/angel-profiler/ — runtime profiling CLI.
  • crates/test-cli/ — test support CLI.
  • desktop/ — Electron desktop application.
  • packages/js-client/ — TypeScript client/projection utilities.
  • packages/claude-client/ — Claude runtime client package.
  • apps/website/ — website package.

Vendored submodules live under vendor/agent-client-protocol/, vendor/openai-codex/, and vendor/claude-agent-sdk-typescript/.

Setup

git submodule update --init
corepack enable
pnpm install

Use Node 24.x; CI currently pins Node 24.15.0. pnpm install also installs the Husky pre-commit hook through the root prepare script.

Verification

cargo test --workspace --all-targets
pnpm typecheck
pnpm lint

External agent process smoke tests require installed and authenticated codex and kimi CLIs, so they are ignored by default. Run them explicitly with:

cargo test -p angel-provider --test process_smoke -- --ignored

Format Rust and desktop JS/TS:

cargo fmt --all
npm --prefix desktop run format

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors