wangmingxuan666/Tiersense
About the project
TierSense hub repository with documentation and integration examples for three agent modules: task difficulty scoring, selecting history steps to compress, and deciding whether to compress or recall memory.
Useful for
- Call the score API to route requests between models by task difficulty
- Use the compress API to pick which history steps to pass to your own summarizer
- Query memory/decide for a compress-or-recall decision before hitting your memory system
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 42 stars today.
- The spike has held for 2 days in a row — not a one-off blip.
- The repository is 1 day old and already has 92 stars. With less than two weeks of history, there's no usual pace to compare the spike against yet.
- Top new repositories this week: #191.
- About 9 forks a day — people are taking the code.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 92
- Today
- 42
- Forks
- 9
- Issues and pull requests
- 0
- Watchers
- 16
- Created
- September 24, 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: #191
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.3
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.7
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.4
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.2
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.
-
6.8
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…