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
1.07k stars 122 forks source link

Refactor internal workflow logic for optimization #64

Closed jsCONFIG closed 6 months ago

jsCONFIG commented 6 months ago
  1. Optimization of Execution Logic: Introduced a ticketing mechanism to precisely control execution dependencies.
  2. Refinement of Interruption Logic: Adjusted the interruption logic to trigger interruptions only during short-term, high-frequency executions.
  3. Streamlining Configuration Logic: Improved the configuration logic to support shorthand notation for multiple handlers.
  4. Increased Debugging Information: Added more debugging information.