Verel โ Verified Agents ๐๏ธ๐ง ¶
Problem: AI agents declare work "done" on their own say-so โ shipping broken UIs, failing tests and unverified claims they can't actually check. Result: Verel makes "done" a verdict, not an opinion โ every action is graded by real senses (including eyes, via AgentVision), and only verified work compounds into the fleet's shared memory.
pip install verel
verel doctor # check your environment
verel heal --repo . # self-healing CI: failing tests โ agent fixes โ green
One verdict bus unifies vision + tests + lint + types into a single pass / warn / fail,
so progress, "done", and what compounds are all decided in one place โ with grader
attestation so a hollow check can't mint green.
The five organs¶
| Organ | Module | What it does |
|---|---|---|
| ๐ง Brain | verel.memory |
Memory that compounds โ only verified facts/skills graduate (held-out, attested promotion gate); lifecycle controls keep it from becoming a junk drawer. |
| ๐๏ธ Eyes | verel.senses |
AgentVision as a perception organ (DOM/contrast/OCR grounded, intent conformance, temporal watch) feeding the verdict bus and the brain. |
| โ๏ธ Verdict bus | verel.verdict |
One schema for every sense โ advisory ceiling clamp, grader attestation, strict-subset stuck/progress. |
| ๐ Fleet | verel.fleet |
Agents managing agents โ LLM manager fans out, workers in isolated git worktrees, each gated by the bus. |
| ๐ง Tool-smith | verel.toolsmith |
Agents build their own tools, sandboxed, admitted only on a passing attested eval. |
| โป๏ธ Agent-run CI/CD | verel.ci |
Self-healing pipeline + deterministic rollback that never acts on advisory evidence. |
Eyes & brain¶
AgentVision is the eyes; Verel is the brain. The eyes perceive and grade (including does it match what we set out to build? and does the video actually play?); the brain decides with attestation and compounds only verified work into memory; then the eyes look again.
Next¶
- Get started โ install, the gate, CI/agents adoption.
- 5-minute tutorial โ gate a repo, heal failing tests, watch a bug get remembered.
- Architecture โ the five organs and the eval-driven loop.
Install: pip install verel ยท Source: GitHub ยท
Package: PyPI ยท License: MIT.