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.
I like the concept of this project and am experimenting with it to see if it can be integrated into my product. The data flow programming model seems especially effective for agentic systems.
While exploring, I found that several sample YAML files were outdated and non-functional. This PR updates those obsolete samples to ensure they work properly.
Hi,
I like the concept of this project and am experimenting with it to see if it can be integrated into my product. The data flow programming model seems especially effective for agentic systems.
While exploring, I found that several sample YAML files were outdated and non-functional. This PR updates those obsolete samples to ensure they work properly.