Add Jevonian to Community Builders / 05 Harness - #4
Merged
Merged
Conversation
Owner
|
merged |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Section
Community Builders → 05 Harness, added after
AbdelStark/bicameraland before the "Canonical examples" line. One entry, one file.Entry format compliance
The guide's format for Community Builders is:
The added line follows it exactly, and is labelled
[self-reported]because it is my own project and I have published no independent measurement of it.What it does
The project serves a local endpoint at
http://127.0.0.1:8787/v1speaking the OpenAI Chat Completions, Anthropic Messages, and OpenAI Responses shapes, so an existing coding agent can point at it. For the virtual modeljevonian/auto, one Jev call answers both the model route and the thinking level, from a session state snapshot of recent messages and tool results, consecutive error count, context headroom, quota health, candidate capabilities, and cache-switch penalties.Why it is unique in this section
Two things distinguish it from the other harness entries here:
Deterministic code owns the boundaries: filtering by wire protocol, context window, and thinking-level floor, plus every threshold. A pinned real model ID, an explicit
jevonian/plan//execute//utility//chat, orrouting.mode: "off"skips Jev entirely, so pass-through never pays for a decision.minConfidencemarks a low-confidence route in the ledger instead of accepting it silently.Jev calls live in
src/brain.ts(https://api.typesafe.ai/v1/systemone,typesafe/jev-1.13), filtering insrc/routing.ts, and the state contract is documented indocs/brain.md.Eligibility conditions
jev-router,tiershift,JevRouter) appear in other sections of this list and are distinct projects.jevonian.Affiliation
I maintain the project, disclosed as required. This is a self-submission under Community Builders, not a nomination for the maintainer-managed Top Use Cases section.