01 / DAG workflow
DAG Multi-agent Orchestration
A cross-platform orchestration application that uses DAG workflows to coordinate multiple AI agents.
Hyacinth is a DAG-based cross-platform multi-agent orchestration application. Instead of treating agents as parallel chat participants only, it models agent work as directed workflow nodes with explicit dependencies, execution order, and reusable orchestration patterns.
Repository
https://github.com/ChivaLryCieux
Technical Stack
02 / Multi-agent orchestration
Multiple agents can be composed into repeatable execution patterns.
The application positions agents as coordinated workers rather than isolated chat windows. A workflow can route context between agents, sequence specialized responsibilities, and make collaboration between models easier to inspect and reuse.03 / Cross-platform runtime
The orchestration surface is designed to travel across desktop and mobile environments.
Hyacinth is positioned as a cross-platform control layer for agent workflows, allowing orchestration logic to remain consistent while the interface adapts across supported device targets.
What I Built
Uses DAG structure to model agent dependencies, execution order, and data flow.
Coordinates multiple AI agents as a workflow instead of a loose group chat.
Supports reusable orchestration patterns for complex AI-assisted tasks.
Keeps agent responsibilities and handoffs visible through graph-based composition.
Targets cross-platform use so the same orchestration logic can run across device contexts.