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.
167 stars 21 forks source link

Fixed Tutorial.md #525

Closed ngo275 closed 4 months ago

ngo275 commented 4 months ago

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.