Shaprai
Description
ShaprAI — Agent Sharpener by Elyan Labs. Sharpen raw models into principled, self-governing Elyan-class agents. Requires beacon-skill, grazer-skill, atlas, RustChain.
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
ShaprAI -- Agent Sharpener by Elyan Labs
**Sharpen raw models into principled, self-governing Elyan-class agents.**
[](BCOS.md) [](LICENSE) [](https://pypi.org/project/shaprai/)
ShaprAI is an open-source agent lifecycle management platform. It takes raw language models and produces **Elyan-class agents** -- principled, self-governing AI agents of any size that maintain identity coherence, resist sycophancy, and operate within a biblical ethical framework.
Installation
From PyPI
pip install shaprai
From source (development)
git clone https://github.com/Scottcjn/shaprai.git
cd shaprai
python -m venv .venv && source .venv/bin/activate
pip install -e ".[dev]"
Verify the install
shaprai --help
python -c "import shaprai; print(shaprai.__version__)"
Dependencies
Core dependencies are installed automatically. Optional extras:
pip install shaprai[training] # SFT/DPO/DriftLock training support
pip install shaprai[dev] # pytest, ruff, coverage
Quickstart
1. Create an agent from a template
shaprai create my-agent --template bounty_hunter --model Qwen/Qwen3-7B-Instruct
2. Train through the three phases
shaprai train my-agent --phase sft # Supervised fine-tuning
shaprai train my-agent --phase dpo # Direct preference optimization
shaprai train my-agent --phase driftlock # Identity lock (anti-flattening)
3. Graduate from the Sanctuary
shaprai sanctuary my-agent # Elyan-class education program
shaprai graduate my-agent # Must score >= 0.85 to pass
4. Deploy
shaprai deploy my-agent --platform github
shaprai fleet status # Check all agents
Agent Lifecycle
CREATE -> TRAINING (SFT -> DPO -> Drift
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