Skip to main content

Secure sandboxed cloud and edge environments made for AI agents and AI apps

Project description

Orango AI logo

Orango Sandboxes

Secure sandboxed cloud and edge environments made for AI agents and AI apps

Docs | Website | Slack | Twitter

What is Orango AI?

Orango AI Sandbox is a secure sandboxed cloud environment made for AI agents and AI apps. Sandboxes allow AI agents and apps to have long running cloud secure environments. In these environments, large language models can use the same tools as humans do. For example:

  • Cloud browsers
  • GitHub repositories and CLIs
  • Coding tools like linters, autocomplete, "go-to defintion"
  • Running LLM generated code
  • Audio & video editing

The Orango AI sandbox can be connected to any LLM and any AI agent or app.


Getting started & documentation

> Please visit documentation to get started.

To create and control a sandbox, you use our SDK:

Installation

pip install orango

Usage

from orango import Sandbox

def run():
    sandbox = Sandbox.create(api_key='your-api-key-here', template_id='your-template-id-here')
    sandbox.exec('x = 1')

    execution = sandbox.exec('x += 1; x')
    print(execution['result'])  # outputs 2

    sandbox.close()

if __name__ == '__main__':
    run()

Integration with LLM Frameworks

SDKs

  1. JS SDK
  2. [Python] (https://pypi.org/project/orango)
  3. CLI
  4. Documentation

Links

Footer Socials


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

orango-0.1.0.tar.gz (2.4 kB view details)

Uploaded Source

Built Distribution

orango-0.1.0-py3-none-any.whl (2.7 kB view details)

Uploaded Python 3

File details

Details for the file orango-0.1.0.tar.gz.

File metadata

  • Download URL: orango-0.1.0.tar.gz
  • Upload date:
  • Size: 2.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.10.14 Darwin/23.5.0

File hashes

Hashes for orango-0.1.0.tar.gz
Algorithm Hash digest
SHA256 b5ab1b8844866e175ab79924fd589b5d37d8f981787d86d367df85d6cd3a38af
MD5 03ab63b42c196ec9dbfd6ecc7e29c8ef
BLAKE2b-256 7135fd427534e43a2e16d3fada1cdb77f6210c2afcd609fc623f89d419a7556a

See more details on using hashes here.

File details

Details for the file orango-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: orango-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 2.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.10.14 Darwin/23.5.0

File hashes

Hashes for orango-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c948943bf5c4480542a5cfa8847c84e23905bb1984eb1bada3a17aebc10b075e
MD5 5fb2c2da3792b9e93f405e2e11b00bef
BLAKE2b-256 48562da203bb1e736b6cd111f953d48972824279d94a203ed2610fdd4bd71587

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page