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

decorated tool function can not be called directly #113

Closed Maplemx closed 2 weeks ago

Maplemx commented 2 weeks ago

@agent.tool() will make function can not be called. It is because the decorator did not return original function.

It is a bug to be fixed.

Maplemx commented 2 weeks ago

fixed in https://github.com/Maplemx/Agently/commit/60f9d475184815ca9d4ce3df0eab71dde393c207

Maplemx commented 2 weeks ago

published in version 3.3.1.2