Emiyaaaaa/HiveMind
A Python-first runtime layer for multi-agent systems, with persistent run state, streaming execution events, and a pluggable orchestration interface. observed · 2026-09-03
Health v2 · maintenance only
62/100
- Activity 100
- Release rhythm 35
- Longevity 26
Flags: no_releases no_license
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: n/a
- age_days: 370
- days_rel: n/a
- days_push: 0
- n_releases_24m: 0
Adoption not part of the score
1092 stars · 129 forks observed · 2026-09-03
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
AgentFlow (repo HiveMind) is a Python-first runtime layer for multi-agent systems that adds persistent run state, ordered step/message/tool-call records, and SSE event streaming on top of orchestration frameworks like LangGraph and PydanticAI. It pairs a Java/Spring Boot HTTP API with Python workers, SQLAlchemy persistence, Redis job queues, and a Next.js admin console for inspecting runs.
Use cases
- run multi-agent workflows with durable run history across restarts
- stream agent execution events to web clients via SSE
- switch between LangGraph, AutoGen, or CrewAI without changing the API
- debug and audit agent tool calls and messages
- inspect active and historical agent runs in an admin console
- cancel, retry, and resume agent runs in production
- move an agent prototype to an inspectable service
When to choose
- you need production runtime concerns (persistence, streaming, cancellation) around an existing agent framework
- you want framework-agnostic orchestration adapters with a stable API and schema
- you need an operator-facing console for run observability
When to avoid
- you only need local agent composition for prototypes without persistence or streaming
- you want a single-framework solution fully managed by LangGraph, AutoGen, or CrewAI
- you cannot operate a multi-language stack (Java, Python, Redis, Next.js)
Facets
framework · maturity active
agent-framework workflow-automation streaming monitoring api-framework message-queue database webhook large-language-models artificial-intelligence developer-tools backend apis microservices python self-hosted cross-platform multi-agent-runtime orchestration-adapters langgraph pydantic-ai run-persistence sse-events spring-boot redis-queues admin-console agent-observability ai-agents docker web-server
1 source
- readme: https://github.com/Emiyaaaaa/HiveMind · fetched 2026-09-03 · 6a9f0e7a07af
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Emiyaaaaa/HiveMind | main | 62 |
For agents
markdown · JSON · MCP: product_card(name="Emiyaaaaa/HiveMind")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem