aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/run-agent.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/run-agent.py')
-rwxr-xr-xscripts/run-agent.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/scripts/run-agent.py b/scripts/run-agent.py
index 6b16b14..c58612a 100755
--- a/scripts/run-agent.py
+++ b/scripts/run-agent.py
@@ -162,8 +162,4 @@ def return_to_llm(value):
if __name__ == "__main__":
- try:
- main()
- except Exception as e:
- print(e, file=sys.stderr)
- sys.exit(1)
+ main() \ No newline at end of file