Go to file
Aymeric c18bc9037d Add E2B code interpreter 🥳 2024-12-20 16:20:41 +01:00
docs Refactor documentation 2024-12-20 16:15:06 +01:00
examples Add E2B code interpreter 🥳 2024-12-20 16:20:41 +01:00
src/agents Add E2B code interpreter 🥳 2024-12-20 16:20:41 +01:00
tests Add E2B code interpreter 🥳 2024-12-20 16:20:41 +01:00
.gitignore Add E2B code interpreter 🥳 2024-12-20 16:20:41 +01:00
Dockerfile Add E2B code interpreter 🥳 2024-12-20 16:20:41 +01:00
LICENSE Initial commit 2024-12-05 12:28:04 +01:00
Makefile Uv config 2024-12-11 16:15:49 +01:00
README.md Consolidate pushing Tools to Hub 2024-12-19 16:57:05 +01:00
e2b.Dockerfile Add E2B code interpreter 🥳 2024-12-20 16:20:41 +01:00
e2b.toml Add E2B code interpreter 🥳 2024-12-20 16:20:41 +01:00
pyproject.toml Downgrade minimum python version 2024-12-20 12:16:19 +01:00
requirements.in Uv config 2024-12-11 16:15:49 +01:00
requirements.txt Ruff formatting 2024-12-11 16:16:18 +01:00
server.py another example 2024-12-17 17:01:34 +01:00

README.md

License Documentation GitHub release Contributor Covenant

Run agents!

W

To run Docker, run docker build -t pyrunner:latest .

This will use the Local Dockerfile to create your Docker image!