The agent framework where nothing is done until a grader returns a verdict — verification + grounded perception (AgentVision eyes), compounding memory, a fleet, agent-built tooling, and agent-run CI/CD.
Project description
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.
Documents
- docs/VEREL_DESIGN.md — definitive architecture & build plan (positioning, the moat, the five organs, the Brain/memory architecture, the Fleet, the Verdict bus, AgentVision-as-eyes, claimable inventions, risks, phased roadmap, open decisions).
- docs/CRITIC_CONVERGENCE.md — the adversarial critic-loop score record that the design was iterated against until diminishing returns.
The five organs
Brain (memory) ─┐
Fleet (agents managing agents) ─┤
Verdict bus (eval-driven everything) ─┼─► nothing merges on a self-asserted "done"
Senses (AgentVision eyes + logs/tests/metrics) ─┤
Tool-smith (agent-built tooling) ─┘
Install
pip install verel # core: the verdict bus + memory + fleet + tool-smith + CI
pip install "verel[sight]" # + AgentVision (the eyes)
pip install "verel[mem0,mcp]" # + rented memory backend, + MCP server
verel doctor # check the environment
verel heal --repo . # self-healing CI: failing tests → agent fixes → green
verel loop dashboard.html # fix a UI until AgentVision returns a pass verdict
verel fleet "fix the pages" --artifacts a.html b.html
Default LLM is Ollama Cloud (~/.config/ollama/key, model qwen3-coder:480b); set
VEREL_LLM_PROVIDER=openai to switch. Claude is one branch away in agents/llm.py.
What's built (all five organs, end-to-end)
| Organ | Module | What works |
|---|---|---|
| Verdict bus | verel.verdict |
one schema for vision + tests + lint + types; advisory ceiling, grader attestation, scrubbed fingerprints, strict-subset stuck/progress |
| Eyes | verel.senses |
AgentVision adapter — perception feeds the bus and memory |
| Agents | verel.agents |
coder (fixes UIs) + code-fixer (patches source); Ollama Cloud |
| Brain | verel.memory |
trust layer (LocalMemory / mem0), failure ledger + regression guard, consolidation, held-out attested promotion gate |
| Fleet | verel.fleet |
single-writer scheduler (barriers/budget/WAL), LLM-driven manager, isolated git worktrees |
| Tool-smith | verel.toolsmith |
detect → scaffold → test → register → reuse; signed registry; sandboxed exec |
| Agent-run CI/CD | verel.ci |
tests/lint/type graders, inner-loop/pre-commit/pre-merge stages, self-healing, ci-medic, deterministic rollback engine, git hook + CLI |
| Surfaces | verel.cli, verel.mcp_server |
verel CLI, MCP server, verel-ci |
106 tests, 9 runnable demos. Code + module guide: src/verel/.
Design & roadmap: docs/VEREL_DESIGN.md. Changelog: CHANGELOG.md.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file verel-0.1.1.tar.gz.
File metadata
- Download URL: verel-0.1.1.tar.gz
- Upload date:
- Size: 123.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Rocky Linux","version":"9.5","id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7288071dc4703bfd50caee826221eea9dd8efd4519182852bb22f39bec903d7c
|
|
| MD5 |
ce5113b5df3a71a1be7383e8cfdb76fe
|
|
| BLAKE2b-256 |
b5337ec23bd59f3c542813781ec32ddaeb72f7aa8846669eb35d361207ae796f
|
File details
Details for the file verel-0.1.1-py3-none-any.whl.
File metadata
- Download URL: verel-0.1.1-py3-none-any.whl
- Upload date:
- Size: 80.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Rocky Linux","version":"9.5","id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a715baef1c0634e67ac59f8e3b3eadd125c6062731764281f2a31934f423517f
|
|
| MD5 |
39511f746ef92bc65a17a214fa1f625b
|
|
| BLAKE2b-256 |
487aa0ef3ab851ab472dd25db229aa191da85a3157fcdd6f56c8f4a88dfb7904
|