You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, BeeAI framework has support for code interpreter in TypeScript but lacks a Python implementation. Adding code interpreter tool support to the Python version will allow agents to execute Python code safely in a sandboxed environment, enabling more complex problem-solving capabilities.
The fastest way to get bee-code-interpreter up and running is via the bee-agent-framework-starter repository (pull and run npm run infra:start --profile=code_interpreter)
Description
Currently, BeeAI framework has support for code interpreter in TypeScript but lacks a Python implementation. Adding code interpreter tool support to the Python version will allow agents to execute Python code safely in a sandboxed environment, enabling more complex problem-solving capabilities.
Tasks
Details from original ticket
Implement 'SandboxedTool ' to allow the agent (LLM) to write and execute Python code. Under the hood, this tool uses
bee-code-interpreter
.Checklist
TS source code: https://github.com/i-am-bee/bee-agent-framework/tree/main/typescript/src/tools/python
TIPS:
npm run infra:start --profile=code_interpreter
)The text was updated successfully, but these errors were encountered: