Skip to main content

langchain-runloop

PyPI - Version PyPI - License PyPI - Downloads Twitter

Looking for the JS/TS version? Check out LangChain.js.

Quick Install

uv add langchain-runloop
import os

from langchain_runloop import RunloopProvider

api_key = os.environ["RUNLOOP_API_KEY"]
provider = RunloopProvider(api_key=api_key)

sandbox = provider.get_or_create()
try:
    result = sandbox.execute("echo hello")
    print(result.output)
finally:
    provider.delete(sandbox_id=sandbox.id)

Boot from a named blueprint (create-if-missing, same idea as LangSmith snapshots):

sandbox = provider.get_or_create(snapshot="my-blueprint")

Or pin via env: RUNLOOP_SANDBOX_BLUEPRINT_NAME, RUNLOOP_SANDBOX_BLUEPRINT_ID (ID wins; skips auto-build).

🤔 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.

Resources

  • LangChain Academy — Comprehensive, free courses on LangChain libraries and products, made by the LangChain team.
  • Code of Conduct — community guidelines and standards

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

langchain_runloop-0.0.7.tar.gz (131.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

langchain_runloop-0.0.7-py3-none-any.whl (7.7 kB view details)

Uploaded Python 3

File details

Details for the file langchain_runloop-0.0.7.tar.gz.

File metadata

  • Download URL: langchain_runloop-0.0.7.tar.gz
  • Upload date:
  • Size: 131.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for langchain_runloop-0.0.7.tar.gz
Algorithm Hash digest
SHA256 a356024ee41cd1e29bc74765aac82b50c36a7e22060407a2e6aff0fa7e38a747
MD5 33747bd56aa3986e3c6ee602ecafa0f0
BLAKE2b-256 fd0e0c8e196f3918a3e105937dd3293a911789f28c0a1ce50a43496ca2125ccb

See more details on using hashes here.

File details

Details for the file langchain_runloop-0.0.7-py3-none-any.whl.

File metadata

File hashes

Hashes for langchain_runloop-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 8ddc5435339a95d61d7d15403fa3422656807a8114329451879e741783833d79
MD5 beac27879d49cdc202fe2880e8163b8e
BLAKE2b-256 41ecf719ddeff515c3a34683a5b87a87943426f40e5ce2a3d84f6098c9984e63

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page