malevrigns/agent-jev

AgentJev-0.6B - a fast 'System One' decision model for AI Agents: feed it any unstructured state (diffs, traces, logs) and structured questions, get calibrated probability distributions back in one ~50ms forward pass. Zero output-token decoding.

Open original source ↗

From the publisher

README & documentation

Source preview

Read the project’s overview, installation instructions and usage examples. The original README is the source of truth.

Weights: https://huggingface.co/aimeigaoshou/agent-jev The job   ·   Primitives   ·   Forward pass   ·   Results   ·   Latency   ·   Run it   ·   HTTP   ·   Repository AgentJev-0.6B does not write. You hand it a state and questions you have already phrased. One forward pass returns a probability for every option. The number of decoded tokens is zero. Put it where an agent loop needs a gate, a route, or a score. Leave the prose to a larger model. A coding agent, a triage bot, or a workflow spends most of its steps on questions that are not writing problems. Did the tests pass. Which tool is next. Is this command safe to run. The usual answer is to ask a 27B–70B model to talk its way to a boolean, then parse the talk. The state stays unstructured. The questions are typed. The answer is the distribution. The state can be a diff, a stack trace, a…

malevrigns/agent-jev on GitHub A short preview, not the full document.

Read the full README ↗ · Preview checked 2026-09-23T12:43:25.516Z

Inside the original README — Document outline
  1. The job
  2. Primitives
  3. One forward pass
  4. Typed Decisions
  5. By workflow
  6. By primitive
  7. How to read the table
  8. Latency & throughput
  9. Run it
  10. Client
  11. HTTP
  12. A gate in front of the tool

Headings are captured from the source. Links open the publisher’s document, not a locally hosted copy.

Links from the README

References supplied by the publisher, not independently verified endorsements. Check the destination before downloading files or entering credentials.

Documentation belongs to its respective authors. Reported project/model license: Apache-2.0. A listing is not a grant of reuse or training rights. Confirm the document’s own terms at the source.

What this repository does

AgentJev-0.6B - a fast 'System One' decision model for AI Agents: feed it any unstructured state (diffs, traces, logs) and structured questions, get calibrated probability distributions back in one ~50ms forward pass. Zero output-token decoding.

Repository facts

Owner
malevrigns
Primary language
Python
Stars
259
Forks
20
Open issues + pull requests
0
License
Apache-2.0
Archived
No
Default branch
main
Created
2026-09-21T16:24:42.000Z
Last push
2026-09-23T09:16:37.000Z

Topics and intended use

No topics were included in the latest source metadata.

Review the README for scope, installation, examples and limitations. We do not run repository code or certify it.

Evaluate before installing

Review licensing and dependencies, inspect recent commits and unresolved issues, and test in an isolated environment before production use. Stars and forks alone cannot answer these questions.

README and project files

Issues and maintenance discussion

Releases and changelog

Source and freshness

Source: GitHub. Metadata observed 2026-09-23T12:03:29.066Z. Daily imports are snapshots, not real-time monitoring.

Popularity and source listings do not establish security, suitability, licensing rights or benchmark performance.

Open original source

Related repositories

public-apis/public-apis

EbookFoundation/free-programming-books

donnemartin/system-design-primer

vinta/awesome-python

practical-tutorials/project-based-learning

NousResearch/hermes-agent