Emiyaaaaa/HiveMind
A Python-first runtime layer for multi-agent systems providing persistent run state, streaming execution events, and a pluggable orchestration interface.

HiveMind (AgentFlow) provides runtime infrastructure for multi-agent applications, sitting beneath frameworks like LangGraph, AutoGen, CrewAI, and PydanticAI. It models agent invocations as durable runs that produce ordered steps, messages, and tool-call records, with state changes streamable to clients. The stack combines a Java/Spring Boot API for HTTP and SSE with Python workers for adapter execution, SQLAlchemy and Alembic for persistence, and Redis for job queues and live events.
Frequently asked
- What is Emiyaaaaa/HiveMind?
- A Python-first runtime layer for multi-agent systems providing persistent run state, streaming execution events, and a pluggable orchestration interface.
- Is HiveMind open source?
- Yes — Emiyaaaaa/HiveMind is an open-source project tracked on heatdrop.
- What language is HiveMind written in?
- Emiyaaaaa/HiveMind is primarily written in Python.
- How popular is HiveMind?
- Emiyaaaaa/HiveMind has 1.1k stars on GitHub.
- Where can I find HiveMind?
- Emiyaaaaa/HiveMind is on GitHub at https://github.com/Emiyaaaaa/HiveMind.