Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Maintained by [SandBase AI](https://www.sandbase.ai/), an agent infrastructure p

## Current Milestone

This repository now tracks **500 projects** across **10 production-agent infrastructure categories**.
This repository now tracks **501 projects** across **10 production-agent infrastructure categories**.

Use it when you want to answer questions like:

Expand Down Expand Up @@ -104,7 +104,7 @@ We avoid low-quality AI tool directories, pure prompt libraries, and projects wi

The structured project list is maintained in [data/projects.json](data/projects.json).

Current coverage: **500 projects** across **10 infrastructure categories**.
Current coverage: **501 projects** across **10 infrastructure categories**.

Useful supporting docs:

Expand Down Expand Up @@ -209,6 +209,7 @@ Descriptions should stay neutral, short, and builder-oriented. If you maintain o
| [XAgent](https://github.com/OpenBMB/XAgent) | Open-source autonomous agent framework. | Research agent systems |
| [Voyager](https://github.com/MineDojo/Voyager) | Lifelong learning agent in Minecraft. | Skill-library agent research |
| [AgentVerse](https://github.com/OpenBMB/AgentVerse) | Framework for multi-agent collaboration and simulation. | Multi-agent simulations |
| [rust-norion](https://github.com/yanghao1143/rust-norion) | DNA-inspired Rust inference control-layer prototype with adaptive routing, memory, and reflection. | Research-stage agent control-layer experiments |

## Execution Sandbox

Expand Down
17 changes: 17 additions & 0 deletions data/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -7498,5 +7498,22 @@
"best_for": "API tool collaboration",
"featured": false,
"source": "SandBase Agent Ecosystem Market"
},
{
"name": "rust-norion",
"category": "Agent runtime",
"url": "https://github.com/yanghao1143/rust-norion",
"tagline": "DNA-inspired Rust inference control-layer prototype with adaptive routing, memory, and reflection.",
"description": "Research-stage Rust control engine for inference outer-layer routing, memory management, experience replay, and drift gating. Provides a no-backend CLI shell for protocol validation.",
"tags": [
"Rust",
"control-layer",
"research-stage",
"routing",
"memory"
],
"best_for": "Research-stage agent control-layer experiments",
"featured": false,
"source": "SandBase Agent Ecosystem Market"
}
]