angel291592/Intent-Router
Intent compiler for AI agents — converges vague requests into typed IntentSpec contracts (probe, ask, or halt before routing), the input layer for routers and typed-decision models like Jev & Laya
About the project
An intent compiler for AI agents: turns a vague request into a typed IntentSpec contract by probing the repo, tickets and docs itself, asking only the questions no file can answer.
Useful for
- Compile a vague request like "add caching to the user API" into an IntentSpec for a router or agent
- Install as a Claude Code skill so the agent probes the repo before asking clarifying questions
- Persist the .intent.yaml contract so the next session or teammate starts from it
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 11 stars so far today, about 19 expected by the end of the day.
- The spike has held for 3 days in a row — not a one-off blip.
- The repository is 3 days old and already has 84 stars. With less than two weeks of history, there's no usual pace to compare the spike against yet.
- Top new repositories this week: #194.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 84
- Today
- 11 · ≈ 19 by evening
- Forks
- 10
- Issues and pull requests
- 2
- Watchers
- 7
- Language
- Python
- License
- MIT
- Latest release
- v1.1.0 · September 24, 2026
- Created
- September 22, 2026
- Last push
- September 24, 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: #194
More in this category
-
8.7
paperclipai/paperclip
Open-source Node.js and React platform for orchestrating a team of AI agents: goals, org chart, budgets, tickets and audit. Suits teams running autonomous agents (Claude Code, Codex, Cursor, etc.) and wanting to manage…
-
8.1
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…
-
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
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.6
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.0
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…