Papers › GoEX: Perspectives and Designs Towards a Runtime for Autonomous LLM Applications

GoEX: Perspectives and Designs Towards a Runtime for Autonomous LLM Applications

10 Apr 2024arXiv:2404.06921archive 2025-07-28

Shishir G. Patil, Tianjun Zhang, Vivian Fang, Noppapon C., Roy Huang, Aaron Hao, Martin Casado, Joseph E. Gonzalez, Raluca Ada Popa, Ion Stoica

Large Language Models (LLMs) are evolving beyond their classical role of providing information within dialogue systems to actively engaging with tools and performing actions on real-world applications and services. Today, humans verify the correctness and appropriateness of the LLM-generated outputs (e.g., code, functions, or actions) before putting them into real-world execution. This poses significant challenges as code comprehension is well known to be notoriously difficult. In this paper, we study how humans can efficiently collaborate with, delegate to, and supervise autonomous LLMs in the future. We argue that in many cases, "post-facto validation" - verifying the correctness of a proposed action after seeing the output - is much easier than the aforementioned "pre-facto validation" setting. The core concept behind enabling a post-facto validation system is the integration of an intuitive undo feature, and establishing a damage confinement for the LLM-generated actions as effective strategies to mitigate the associated risks. Using this, a human can now either revert the effect of an LLM-generated output or be confident that the potential risk is bounded. We believe this is critical to unlock the potential for LLM agents to interact with applications and services with limited (post-facto) human involvement. We describe the design and implementation of our open-source runtime for executing LLM actions, Gorilla Execution Engine (GoEX), and present open research questions towards realizing the goal of LLMs and applications interacting with each other with minimal human supervision. We release GoEX at https://github.com/ShishirPatil/gorilla/.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2404.06921")

Code

Syntology Ran 6 of 11 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 6 ran with no contract checked.

By repository: official repository: 11 samples from 1 repository, 6 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ShishirPatil/gorilla officialmentioned in papermentioned on GitHubtfApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

11 samples harvested; 6 ran; 0 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

6ran
5unverified

Licence: 0 of the 11 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from ShishirPatil/gorilla. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

encode_question ShishirPatil/gorilla/gorilla/eval/get_llm_responses.py official repository ran Apache-2.0 (permissive) · c34a73c1bf673a0b · report
get_all_sub_trees ShishirPatil/gorilla/gorilla/eval/eval-scripts/ast_eval_hf.py official repository ran Apache-2.0 (permissive) · cbc9e3ecfe4b8580 · report
get_args ShishirPatil/gorilla/gorilla/eval/eval-scripts/ast_eval_th.py official repository ran Apache-2.0 (permissive) · 65bc21b9f088f906 · report
get_questions ShishirPatil/gorilla/gorilla/inference/gorilla_eval.py official repository ran Apache-2.0 (permissive) · 899cb7d14116e83d · report
messages_from_dict ShishirPatil/gorilla/gorilla/eval/retrievers/schema.py official repository ran Apache-2.0 (permissive) · e7bb842a667e637c · report
messages_to_dict ShishirPatil/gorilla/gorilla/eval/retrievers/schema.py official repository ran Apache-2.0 (permissive) · 2c09abf6e7d255ad · report
get_args ShishirPatil/gorilla/gorilla/eval/eval-scripts/ast_eval_hf.py official repository unverified Apache-2.0 (permissive) · 0d43a9f437f03789 · report
get_args ShishirPatil/gorilla/gorilla/eval/eval-scripts/ast_eval_tf.py official repository unverified Apache-2.0 (permissive) · 011dca36dc92a8af · report
get_buffer_string ShishirPatil/gorilla/gorilla/eval/retrievers/schema.py official repository unverified Apache-2.0 (permissive) · 5ca74d2a45a7f542 · report
load_model ShishirPatil/gorilla/gorilla/inference/gorilla_eval.py official repository unverified Apache-2.0 (permissive) · ba873c8d7fc8d9c3 · report
run_eval ShishirPatil/gorilla/gorilla/inference/gorilla_eval.py official repository unverified Apache-2.0 (permissive) · 0739c6a004099445 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections