originoneai/awr
Persistent work state and minimal context for long-running AI agents.
About the project
AWR is a local runtime for coding agents: it indexes Markdown/YAML sources, stores execution checkpoints, and compiles a bounded context packet per task. New agent sessions can resume work without rereading the whole project history.
Useful for
- Compile a task context packet for a coding agent to cut repeated source reading
- Resume agent work across sessions using stored checkpoints and open loops
- Map goals and tasks of an existing project via awr init and intake inspect
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 2 stars so far today, about 3 expected by the end of the day.
- The repository is 14 days old and already has 133 stars.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 133
- Stars in a day
- 3
- Forks
- 19
- Issues and pull requests
- 79
- Watchers
- 2
- Language
- Rust
- License
- Apache-2.0
- Latest release
- v0.5.0 · September 20, 2026
- Created
- September 7, 2026
- Last push
- September 21, 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 13, 2026Top new repositories this week: #160
Similar projects
-
9.9
zai-org/ZCode
Z.ai's coding agent workbench: an Electron desktop app, browser UI and terminal Agent CLI. The repo contains the client, backend, shared UI and the agent CLI/runtime sources.
-
9.3
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.
-
8.8
browser-use/jev-ultrafast
A browser agent with a dynamic, indexed action space: given one natural-language goal it picks an operation (CLICK, TYPE_TEXT, SELECT, etc.) and an element, using a small LLM to generate text only for typing.
-
7.4
trycua/cua
Open-source toolkit for computer-use agents: cloud and local desktops, an app automation driver, and benchmarks for training and evaluation. For those giving AI agents control of a computer.
-
7.2
typesafe-ai/skills
Agent skills for building with TypeSafe's System One API: typed decisions and probabilities for LLM agents. Installs as a Claude Code plugin or via skills.sh.
-
7.2
vercel-labs/json-render
Generative UI framework: an LLM turns prompts into JSON interfaces constrained to a catalog of components you define, keeping output predictable and safe. Supports React, Vue, Svelte, Solid, React Native, Next.js, 3D,…