Bodila51/grok-bot-jev
Connect TypeSafe Jev to Grok Bot as a cheap decision layer - usage gates, skill template, examples
About the project
A small Python reference router that plugs TypeSafe Jev into Grok Bot as a cheap decision layer: it classifies a request before expensive research, browser, retry, or subagent work and returns an action such as reuse_cache, stop_retry, or ask_human.
Useful for
- Run dry_run.py to push sample states through Jev and inspect the JSON decisions
- Enable shadow mode to collect decision logs before switching to active
- Copy skill/jev-usage-router.SKILL.md into Grok Bot so it honors the returned action
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- The repository is 6 days old and already has 79 stars. With less than two weeks of history, there's no usual pace to compare the spike against yet.
- Top new repositories this week: #196.
- Recent forks include notable developers: @MaTriXy (218 followers).
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 79
- Today
- 0 · ≈ 1 by evening
- Forks
- 9
- Issues and pull requests
- 2
- Watchers
- 0
- Language
- Python
- License
- MIT
- Created
- September 19, 2026
- Last push
- September 20, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 25, 2026Top new repositories this week: #195
More in this category
-
7.9
google/ax
A declarative orchestrator for running autonomous AI agent workloads in a cluster, using a Kubernetes-like model with Task, Workspace, Gateway, and Model manifests. It sandboxes agents, pre-wires their environment, and…
-
7.7
mikehasa/golive-skill
Agent Skill and Node CLI that takes an agent-built app live: hosting, database, domain, email and payments on your own accounts. Runs a detect → plan → approve → apply → verify cycle with no hosted backend or telemetry.
-
7.6
NandhaKishorM/laya
Laya is a non-autoregressive decision engine that answers typed questions (choice, score, noul) over any state (text, email, ticket, JSON) in a single forward pass (~35 ms on GPU) with calibrated probabilities.
-
7.3
Contrastive-LM/CLM
CLM is a class of System One language models trained contrastively to connect states and actions; the repo serves CLM-8B behind a TypeSafe-compatible API for fast agent decision-making.
-
7.2
strands-agents/harness-sdk
Open-source Python and TypeScript SDK for building and running AI agents: agent loop, tools, MCP, memory, multi-agent patterns and tracing in one package. Runs in your process with no hosted control plane and supports…
-
7.0
vectorize-io/hindsight
Hindsight is a long-term memory system for AI agents that stores facts and observations rather than just conversation history, reporting state-of-the-art results on the LongMemEval benchmark. It runs as a server…