unicity-aos/capsule-react
ReAct loop coordinator. Stateless state machine for reasoning-and-action cycle. Part of Unicity AOS. observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 91
- Release rhythm 92
- Longevity 12
Flags: young
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 7
- age_days: 170
- days_rel: 55
- days_push: 55
- n_releases_24m: 4
Adoption not part of the score
5053 stars · 13 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A Rust ReAct loop coordinator that implements a stateless state machine for the reasoning-and-action cycle in agent systems. It is part of the Unicity AOS/Astrid OS ecosystem, orchestrating session, identity, prompt-building, provider, and tool-routing capsules over an IPC event bus without performing inference or tool execution itself.
Use cases
- coordinate a ReAct reasoning-and-action loop for an LLM agent
- orchestrate multiple agent capsules over an IPC event bus
- swap agent orchestration strategies like debate or chain-of-verification
- build a stateless state machine for streaming LLM turns and tool calls
- separate agent control flow from inference and tool execution
When to choose
- you are building agents within the Unicity AOS/Astrid OS capsule model
- you want pure orchestration control flow decoupled from LLM providers and tools
- you need a Rust/WASM state machine for the ReAct cycle
When to avoid
- you need a full agent framework with built-in LLM calls, tools, or memory
- you want a standalone agent runtime outside the AOS capsule ecosystem
- you need conversation history persistence, which lives in the session capsule
Facets
library · maturity active
agent-framework llm-inference workflow-automation middleware large-language-models developer-tools rust wasm react-loop state-machine orchestration ipc capsule agent-architecture ai-agents
1 source
- readme: https://github.com/unicity-aos/capsule-react · fetched 2026-08-28 · 51e90cf9c31a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| unicity-aos/capsule-react | main | 76 |
For agents
markdown · JSON · MCP: product_card(name="unicity-aos/capsule-react")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem