• by tianjunz on 4/11/2024, 6:41:24 PM

    Author of Gorilla Execution Engine (GoEx) here! The key idea behind GoEx: 1. "Post-facto validation" for assessing LLM actions after execution. 2. "Undo" button and “Damage confinement” abstractions to manage unintended actions & risks!

    GoEx (code below) inherently supports Gmail/Slack/Dropbox/Spotify/Github, try it out to build your own LLM agents!

    Blog: https://gorilla.cs.berkeley.edu/blogs/10_gorilla_exec_engine... Code: https://github.com/ShishirPatil/gorilla/tree/main/goex

  • by wonderer--2 on 4/11/2024, 8:02:23 PM

    Congratulations on the release! I have interests to integrate concepts of GoEX to my applications. What's some of the main focus for GoEX to improve, and make GoEx enterprise-grade and how far is the system away from getting there?

  • by sloth-d on 4/11/2024, 8:40:23 PM

    Congrats!! Such brilliant ideas and amazing work! Can't wait to see it being deployed in more applications. Also, second to what polarbear-c said, a side-by-side comparison with other LLM agent systems would be great!

  • by Charlie-Ji on 4/11/2024, 7:11:30 PM

    Very interesting to see GoEX the concept of “post-facto LLM validation," and concept of damage confinement, allowing reversible actions and limiting risk in real-world applications. Can't wait to try out the demos

  • by Charlie-Ji on 4/11/2024, 7:38:07 PM

    Curious to see what are the common failure modes that the GoEX have, so that I can understand how the post-facto LLM validation has compared to those of pre-facto LLM validation

  • by polarbear-c on 4/11/2024, 8:08:27 PM

    Exciting work! Congrats! Hope to see a side-by-side comparison for LLM agent systems to see more clearly the advantages and limitation that GoEX offers.

  • by oscillatingfans on 4/11/2024, 6:15:08 PM

    Excited to see what kind of agents can be built given an execution framework.

  • by fanjiayan22 on 4/11/2024, 6:25:28 PM

    Exciting contributions to LLM tool uses; Can't wait to try it in Slack.