Runloop sandbox integration for Deep Agents
Project description
langchain-runloop
Looking for the JS/TS version? Check out LangChain.js.
Quick Install
pip install langchain-runloop
import os
from runloop_api_client import RunloopSDK
from langchain_runloop import RunloopSandbox
api_key = os.environ["RUNLOOP_API_KEY"]
client = RunloopSDK(bearer_token=api_key)
devbox = client.devbox.create()
sandbox = RunloopSandbox(devbox=devbox)
try:
result = sandbox.execute("echo hello")
print(result.output)
finally:
devbox.shutdown()
🤔 What is this?
Runloop sandbox integration for Deep Agents.
📕 Releases & Versioning
See our Releases and Versioning policies.
💁 Contributing
As an open-source project in a rapidly developing field, we are extremely open to contributions, whether it be in the form of a new feature, improved infrastructure, or better documentation.
For detailed information on how to contribute, see the Contributing Guide.
Project details
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file langchain_runloop-0.0.5.tar.gz.
File metadata
- Download URL: langchain_runloop-0.0.5.tar.gz
- Upload date:
- Size: 125.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aec3d9b096a401cd0a975280891fc4977f0e65b552e744f40afa2548d53a0d7a
|
|
| MD5 |
f31fcc8e568a1d001f29ad8afc8ce5a6
|
|
| BLAKE2b-256 |
96bb23672d280d9d4bfcacb7c52430da728843f128f9db96396241908e52796b
|
File details
Details for the file langchain_runloop-0.0.5-py3-none-any.whl.
File metadata
- Download URL: langchain_runloop-0.0.5-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70936110deecd1610539bc42823a71b3038d3baee0c5c20a525db7280b6525c9
|
|
| MD5 |
d493674db82d441b895e5bc4b98574ed
|
|
| BLAKE2b-256 |
5af7caeaed7f0936cf06639c679a2b0b8f3e1d45fd63135ea1aab94d7c479bdc
|