-
Notifications
You must be signed in to change notification settings - Fork 824
feat: sandbox protocol #319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
| custom_tool_descriptions = {} | ||
| tools = [] | ||
|
|
||
| for tool_name, tool_generator in TOOL_GENERATORS.items(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dont we want to check if exec is supported by backend, and then optionally add or not add here? rather than check inside tool?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's one of the places where the abstraction leaks for the factory -- I'll add conditional logic to simplify the non factory case
| self, | ||
| command: str, | ||
| *, | ||
| timeout: int = 30 * 60, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this doesnt seem used? remove?
Uh oh!
There was an error while loading. Please reload this page.