Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
One brain, many harnesses. Portable .agent/ folder (memory + skills + protocols) that plugs into Claude Code, Cursor, Windsurf, OpenCode, OpenClaw, Hermes, or DIY Python — and keeps its knowledge when you switch.
| Date | Stars |
|---|---|
| 2026-07-31 | 2206 |
| 2026-08-03 | 2211 |
| 2026-08-06 | 2211 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
35.0
growth rate 0.00%/day
# agentic-stack **Keep one portable memory-and-skills layer across coding-agent harnesses, so switching tools doesn't reset how your agent works.** A portable `.agent/` folder (memory + skills + protocols) that plugs into Claude Code, Cursor, Windsurf, OpenCode, OpenClaw, GitHub Copilot CLI, Google Gemini CLI, Hermes, Pi Coding Agent, Codex, Antigravity, or a DIY Python loop — and keeps its knowledge when you switch. It also includes a local data layer so you can monitor the whole suite of agents from one place: harness activity, cron runs, active agents, token/cost estimates, KPI summaries, user-defined resource categories, and screenshot-ready daily dashboards. <p align="center"> <img src="docs/data-layer.svg" alt="agentic-stack data layer dashboard flow" width="880"/> </p> And it can turn approved, redacted runs into local flywheel artifacts: trace records, context cards, eval cases, training-ready JSONL, and readiness metrics without training a model or sending telemetry. <p align="center"> <img src="docs/demo.gif" alt="agentic-stack demo" width="880"/> </p> <p align="center"> <img src="docs/diagram.svg" alt="agentic-stack architecture" width="880"/> </p> ### New in v0.18.0 — external Brain memory integration Minor release. Adds an optional bridge to [`codejunkie99/brain`](https://github.com/codejunkie99/brain), the external git-backed long-term memory CLI/TUI/MCP server, without vendoring Brain's Rust workspace into agentic-stack. - **`agentic-stack brain ...`.** Check Brain status, onboard a project, search global memory, write durable notes, run Brain doctor/TUI, or print the MCP stdio command from the normal agentic-stack CLI. - **Project bridge.** Installed `.agent/` projects now include `.agent/tools/brain_bridge.py`, so host agents can call Brain explicitly when a task needs cross-project recall. - **Brain seed skill.** A new `brain` skill teaches agents when to query or write Brain memory, and keeps secret handling explicit. See [CHANGELOG.md](CHANGELOG.md) for the full list. ### New in v0.19.0 — bounded agentic loops Portable loop contracts live under `.agent/loops` and use a maker → deterministic verifier → independent checker lifecycle. Start with: ```bash agentic-stack loop init /path/to/your-project agentic-stack loop validate /path/to/your-project agentic-stack loop run ci-sweeper "make the failing test green" /path/to/your-project --yes agentic-stack loop status /path/to/your-project ``` L2/L3 action loops use owned Git worktrees, finite attempts/runtime/output/token budgets, deny-path gates, resumable checkpoints, and privacy-safe local events. The supervisor bounds and audits child processes; it is not an operating-system sandbox. Use harness-native sandboxes and approvals for stronger isolation. Schedulers should invoke one bounded `loop run` command at a time and inspect its exit status before starting another run. ### v0.17.0 — adapters, Mission Control, and lesson retraction Minor release. Clears the open PR queue and ships the combined production surface from Copilot CLI, Gemini, Mission Control, and semantic lesson retraction work. ### v0.16.1 — getting-started refresh Patch release. Ships the production-ready getting-started guide from PR #49 and fixes onboarding version drift in the first-run banner. ### v0.16.0 — safe project upgrades Minor release. Adds `agentic-stack upgrade` and `agentic-stack sync-manifest` so installed projects can pick up new `.agent` infrastructure and skill metadata without clobbering adapter settings or user memory. - **Safe upgrade command.** Run `agentic-stack upgrade --dry-run` to preview skeleton-owned `.agent` file updates, then `agentic-stack upgrade --yes` to apply them. - **Manifest repair.** Run `agentic-stack sync-manifest` to rebuild `.agent/skills/_manifest.jsonl` from installed `SKILL.md` frontmatter. - **No config overwrite.** Upgrade leaves `CLAUDE.md`, `.claude/settings.json`, personal/semantic/episodic/working
Excerpt of 28,309 characters
Read on GitHub42
7
3
2
2
2
1
Imgbot · Imgbot · United States
1
1
Kagura
1
1
1
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:ad688fa13601a385, name:agentic