πŸ‘οΈπŸ§  Verified Agents Framework

Verel

The agent framework where nothing is β€œdone” until a grader returns a verdict β€” checked by real senses including eyes (AgentVision) β€” and only verified work is allowed to compound into the fleet’s shared memory.

Every agent action is a hypothesis. 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.
The eval-driven loop
✍️
Write
agent acts
β†’
πŸ‘οΈ
Perceive
senses β†’ percepts
β†’
βš–οΈ
Gate
verdict bus
β†’
πŸ› οΈ
Fix
agent patches
β†’
βœ…
Pass
self-computed
Five organs
🧠

Brain

Memory that compounds: trust + provenance, consolidation, and a held-out attested promotion gate. Only verified facts & skills graduate to shared memory.

verel.memory Β· LocalMemory Β· mem0
πŸ‘οΈ

Eyes

AgentVision as a perception organ β€” DOM/contrast/OCR grounded β€” feeding both the verdict bus and the brain as one of many senses.

verel.senses Β· sight
βš–οΈ

Verdict bus

One schema for every sense, with an advisory ceiling, grader attestation, scrubbed fingerprints, and strict-subset stuck/progress detection.

verel.verdict Β· gate()
🚁

Fleet

Agents managing agents: an LLM manager fans out, a single-writer scheduler runs workers in isolated git worktrees under budget β€” each gated by the bus.

verel.fleet Β· Scheduler
πŸ”§

Tool-smith

Agents build their own tools: detect β†’ scaffold β†’ test β†’ register β†’ reuse, sandboxed (bwrap) and admitted only on a passing attested eval.

verel.toolsmith
♻️

Agent-run CI/CD

Self-healing pipeline: inner-loop β†’ pre-commit β†’ pre-merge β†’ canary, with a deterministic rollback engine that never acts on advisory evidence.

verel.ci Β· self_heal
Status
5
organs, end-to-end
135
tests, dogfooded
1
verdict bus, all senses
MIT
open source
pip install verel
Verel gates its own development with its own verdict bus β€” this page was rendered & verified by the eyes it ships. Β© Amit Patole