Skip to content

Commit

Permalink
refactor: error handling for run-tool/run-agent scripts (sigoden#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden authored and matias-ceau committed Dec 8, 2024
1 parent 3334814 commit ba88ede
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,20 @@
functions.json
/bin
/cache
/agents/_*
/tools/_*
/tools/web_search.*
/tools/code_interpreter.*
/tools/test.*
/.env
__pycache__
/.venv
/venv
node_modules
/package.json
<<<<<<< HEAD
/package-lock.json
*.lockautomation.sh
=======
<<<<<<< HEAD
package-lock.json
=======
/package-lock.json
>>>>>>> dcdf988 (refactor: error handling for run-tool/run-agent scripts (#133))
*.lock
>>>>>>> 8078575 (refactor: error handling for run-tool/run-agent scripts (#133))

0 comments on commit ba88ede

Please sign in to comment.