Maplemx / Agently

[AI Agent Application Development Framework] - 🚀 Build AI agent native application in very few code 💬 Easy to interact with AI agent in code using structure data and chained-calls syntax 🧩 Enhance AI Agent using plugins instead of rebuild a whole new agent
http://agently.tech
Apache License 2.0
908 stars 100 forks source link

Missing workflow start function in docs #88

Closed Undertone0809 closed 2 months ago

Undertone0809 commented 2 months ago

There's a function missing here

image

Maplemx commented 2 months ago

It's because this chunk require no executor function so just skip the executor function definition. It works...

Undertone0809 commented 2 months ago

Oh. It's a bit confusing the first time you see it, and it needs to be explained separately.