Compose coding-agent primitives in Rust, including tool execution, LLM streaming, sub-agent orchestration, memory, and MCP support, as an embeddable application workflow.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add agentskillexchange/skills --skill build-embeddable-rust-coding-agents-with-cersei --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Build Embeddable Rust Coding Agents With Cersei?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/agentskillexchange-build-embeddable-rust-coding-agents-with-cersei)More formats (shields.io, HTML) on the badges page.
---
name: "Build embeddable Rust coding agents with Cersei"
slug: "build-embeddable-rust-coding-agents-with-cersei"
description: "Compose coding-agent primitives in Rust, including tool execution, LLM streaming, sub-agent orchestration, memory, and MCP support, as an embeddable application workflow."
github_stars: 400
verification: "security_reviewed"
source: "https://github.com/pacifio/cersei"
author: "Adib Mohsin"
publisher_type: "individual"
category: "Developer Tools"
framework: "Custom Agents"
tool_ecosystem:
github_repo: "pacifio/cersei"
github_stars: 400
---
# Build embeddable Rust coding agents with Cersei
Compose coding-agent primitives in Rust, including tool execution, LLM streaming, sub-agent orchestration, memory, and MCP support, as an embeddable application workflow.
## Prerequisites
Rust toolchain, Cargo, model provider credentials, optional MCP-compatible tools
## Installation
Use the upstream install or setup path that matches your environment:
- cargo install --path crates/abstract-cli
- cargo run --example stress_core_infrastructure --release # system prompt, compact, context, bash classifier
- cargo run --example stress_tools --release # all 30+ tools, registry, performance
- cargo run --example stress_orchestration --release # sub-agents, coordinator, tasks, messaging
Basic usage or getting-started notes:
- abstract # Interactive REPL
- abstract "fix the failing tests" # Single-shot
- abstract --resume # Resume last session
- Source: https://github.com/pacifio/cersei
- Extracted from upstream docs: https://raw.githubusercontent.com/pacifio/cersei/HEAD/README.md
## Documentation
- https://cersei.pacifio.dev/docs
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/build-embeddable-rust-coding-agents-with-cersei/)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!