CodeBox gives you an easy scalable and isolated python interpreter for your LLM Agents.
Project description
CodeBox
CodeBox is the simplest cloud infrastructure for your LLM Apps and Services. It allows you to run python code in an isolated/sandboxed environment. Additionally, it provides simple fileIO (and vector database support coming soon).
Installation
You can install CodeBox with pip:
pip install codeboxapi
Usage
export CODEBOX_API_KEY=sk-***************
from codeboxapi import CodeBox
# startup and automatically shutdown a new codebox
with CodeBox() as codebox:
# check if it's running
print(codebox.status())
# run some code
codebox.run("a = 'Hello'")
codebox.run("b = 'World!'")
codebox.run("result = a + ', ' + b")
result = codebox.run("print(result)")
print(result)
# Hello, World!
Where to get your api-key?
Checkout the pricing page of CodeBoxAPI. By subscribing to a plan, you will receive an account with an api-key. Bear in mind, we don't have many automations set up right now, so you'll need to write an email for things like refunds, sub cancellations, or upgrades.
Docs
Checkout the documentation for more details!
Contributing
Feel free to contribute to this project. You can open an issue or submit a pull request.
License
Contact
You can contact me at team@codeboxapi.com
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file codeboxapi-0.2.0.tar.gz
.
File metadata
- Download URL: codeboxapi-0.2.0.tar.gz
- Upload date:
- Size: 27.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c045ab43e0fff930645c46ac3cfbcaa415534df901de9eeb14ac805234610101 |
|
MD5 | 9aeaad88ef96c5ec87a6eec5e2367c9f |
|
BLAKE2b-256 | e50f76f3ce40580449a44ec7ced26a82ed5c975a1fcba76fa54a03d6545177dc |
File details
Details for the file codeboxapi-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: codeboxapi-0.2.0-py3-none-any.whl
- Upload date:
- Size: 16.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 56665d76a7cef268941e25f7103d2f5aff59a05f8e863bdc719491d3823851a3 |
|
MD5 | e1eb930ee72c3ff9a90ce56780e00975 |
|
BLAKE2b-256 | dd73c6e00b3b1a4963565275aff91bbbbe6750ab9f55c66ef780ae0d263a094c |