receptron/graphai
GraphAI is an asynchronous data flow execution engine, which allows developers to build agentic applications by describing agent workflows as declarative data flow graphs in YAML or JSON.
What it solves
GraphAI provides a way for developers to build complex agentic applications by treating agent workflows as data flow graphs. It removes the need to hard-code logic, allowing workflows to be described declaratively in YAML or JSON formats.
How it works
It operates as an asynchronous data flow execution engine. Developers define the structure of their agent workflows as graphs, where the nodes represent actions and the edges represent the flow of data between them. These declarative definitions (JSON/YAML) are then executed by the engine to coordinate the activities of various AI agents.
Who it’s for
Developers who want to build agentic applications with flexible, declarative workflow orchestration rather than imperative code.
Highlights
- Asynchronous data flow execution engine.
- Declarative workflow descriptions using YAML or JSON.
- Support for agentic applications and complex agent workflows.
- Companion CLI and GUI tools (Grapys) for development.
Related
- Project
- Project
- Project
- Project
- Project