Free
$0/mo
For solo builders
- 10,000 cloud requests / month
- Local runtime, unlimited
- 1 user · 1 workspace
- Never overages — local keeps working
CI/CD for agent intelligence
Agentevo gives coding agents a lifecycle for experience: successful runs become reusable skills, failures and corrections become regression tests and guards, and proven skills compile into deterministic workflows. Raw data stays local by default.
Free tier · 10,000 cloud requests/mo · No card · Works offline
$ pip install agentevo-sdk
$ agentevo capture ./session.jsonl --adapter claude-code
✓ session 7f3a… normalized: 214 events
$ agentevo recall "fix flaky test" --max-objects 3
✓ 3 skills · compat EXACT · risk ≤ medium
01
Every run makes the next one better — or safer. Select a stage to inspect it.
02
One runtime on your machine. No pipeline to build, no data to upload.
Adapters normalize provider events into one canonical contract —
event_id, session_id, monotonic seq,
typed payload, content hash. DLP strips secrets before anything is persisted.
event_id values are ignored deterministically$ agentevo capture ./session.jsonl --adapter claude-code
✓ session 7f3a… normalized: 214 events
✓ DLP: 3 secrets redacted pre-persistence
✓ vault: encrypted (AES-256, OS keychain)
Outcomes are classified deterministically first. Candidates are proven by tests, sandbox replay and differential checks — never by vibes. Verifiers disagreeing means no promotion.
$ agentevo verify skill:7f3a… 1 --wait
✓ deterministic: 42/42 tests pass
✓ sandbox replay: 3/3 reproducible
✓ differential: control group unaffected
✓ job succeeded → ready to promote
Recall routes the smallest sufficient skill set under token budget. Every execution is re-authorized step by step through the policy and guard runtime — compilation never freezes policy.
$ agentevo recall "fix flaky test" --max-objects 3
✓ 3 skills · compat EXACT · risk ≤ medium
$ agentevo guard @action.json
! REQUIRE_APPROVAL — high risk, human needed
03
A signature proves authenticity — never trust. Trust comes only from verification evidence plus policy-authorized promotion.
Lateral states: Quarantined Stale Rejected Revoked — none of them auto-execute. Revocation writes a tombstone, never a delete.
04
Classification is the architecture. There is no cloud raw-trace endpoint to misconfigure.
| Class | Examples | Rule |
|---|---|---|
| C0 | SDK versions, public schemas | Anywhere |
| C1 | Tenant IDs, plan, counters | Only default cloud payload |
| C2 | Sanitized steps, fingerprints | Opt-in sync, tenant-scoped, signed |
| C3 | Raw prompts, code, logs | Local / VPC only |
| C4 | Secrets, tokens, keys | Never a valid payload — anywhere |
05
One batched call counts as one request. Local work, usage reads and job polling are never billed.
$0/mo
For solo builders
Most popular
$49/mo
For professionals
$299/mo
For fleets
Custom
For regulated orgs
Pro, Team and Enterprise limits are launch targets and may change during early access. Free — 10,000 requests — is a product guarantee.
06
Nowhere, by default. Raw prompts, tool I/O, code and logs (C3) live in your encrypted local vault. The cloud control plane receives control metadata (C1) only. Sanitized derived data (C2) syncs only in an explicit sync mode, tenant-scoped and signed. There is no cloud raw-trace endpoint.
Any agent with an adapter. We ship Claude Code and Codex today, with Cursor and OpenCode following — plus CI, QA and security agents. Adapters map provider events into one canonical contract and must pass conformance fixtures; a connector update can never silently elevate classification or permissions.
Local guard evaluation targets p95 under 50ms and runs offline. Cloud recall targets p95 under 250ms. Extraction, compilation and verification are async jobs — they never block the agent loop.
No. Model inference is bring-your-own-key by default: your agent keeps using its own provider and keys. A managed inference add-on is available separately. Note the honest boundary: local-first governs data sent to Agentevo — your agent's own calls to its model provider are disclosed separately.
On Free, cloud value operations pause and everything local — capture, guard, recall, registry — keeps working. Free never overages. Paid plans can auto-overage or hard-cap per admin setting, with an 80% warning first.
Every object carries a layered environment fingerprint. When dependencies, tools, models, schemas or policy drift, compatibility is reclassified and stale skills stop auto-executing instead of running blind. Revocations propagate as tombstones and take priority over ordinary sync.
Install locally, run your agent, and watch the first verified skill land. Your data never leaves the machine unless you say so.
$ pip install agentevo-sdk
# local-only is the default — nothing leaves your machine
$ agentevo capture ./session.jsonl --adapter claude-code
$ agentevo recall "deploy checklist" --max-objects 5