Daytona sandbox integration for Deep Agents
Project description
langchain-daytona
Looking for the JS/TS version? Check out LangChain.js.
Quick Install
pip install langchain_daytona
from daytona import Daytona
from langchain_daytona import DaytonaSandbox
sandbox = Daytona().create()
backend = DaytonaSandbox(
sandbox=sandbox,
timeout=300,
sync_polling_interval=0.25,
)
result = backend.execute("echo hello")
print(result.output)
🤔 What is this?
Daytona 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_daytona-0.0.4.tar.gz.
File metadata
- Download URL: langchain_daytona-0.0.4.tar.gz
- Upload date:
- Size: 187.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
037a88cbba4a198d2832303c7f89d5df082e82bad67d8f8eba4a954d6eea3a05
|
|
| MD5 |
5d4150bc2a82558ddc631249747f1e93
|
|
| BLAKE2b-256 |
4cff5a4a7ef32f1697c9084c0c908e268f3715b9e1c4963984035737b1ff139a
|
File details
Details for the file langchain_daytona-0.0.4-py3-none-any.whl.
File metadata
- Download URL: langchain_daytona-0.0.4-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea50516c03417bd365ba362885e473a43627ea2443eddd304bf8d46868275720
|
|
| MD5 |
319031701eec2f174d6da4ae1bc77de4
|
|
| BLAKE2b-256 |
e2ce40298b8839a51f18892a07839fb22e19ad99847a742ea5b43eab1f779033
|