Skip to main content

Overlay image package for quicksand

Project description

Quicksand Agent Sandbox

An overlay image package for quicksand that provides a Python 3.12 environment with common AI agent tools pre-installed. Built on top of quicksand-ubuntu.

Installation

quicksand install quicksand-agent

Usage

Simple (recommended)

import asyncio
from quicksand_agent import AgentSandbox

async def main():
    async with AgentSandbox() as sb:
        result = await sb.execute("python3 --version")
        print(result.stdout)

asyncio.run(main())

With custom config

from quicksand_core import Sandbox

async with Sandbox(image="quicksand-agent", memory="4G", cpus=4) as sb:
    result = await sb.execute("pip list")

What's Included

Built on Ubuntu 24.04, this overlay adds:

  • Python 3.12 virtual environment at /opt/python (with pip)
  • uv fast Python package manager
  • build-essential (gcc, make, etc.)
  • requests HTTP library
  • pyyaml YAML parsing
  • ddgs DuckDuckGo Search API
  • markitdown Markdown conversion tool

License

MIT

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

quicksand_agent-0.5.0a1-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

Details for the file quicksand_agent-0.5.0a1-py3-none-any.whl.

File metadata

  • Download URL: quicksand_agent-0.5.0a1-py3-none-any.whl
  • Upload date:
  • Size: 3.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.14 {"installer":{"name":"uv","version":"0.11.14","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for quicksand_agent-0.5.0a1-py3-none-any.whl
Algorithm Hash digest
SHA256 809a966faacc6222607a0798902ec79f5bd21d6c2634d3b761a75b40f7558817
MD5 bcff9c20f7e4b6cdf4a8c9035ddf81dd
BLAKE2b-256 f873ab3b94919ae9f981a318785d9a66aa650818cc97cb1fe9c0fc991cbbd13f

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 Pingdom Monitoring Sentry Error logging StatusPage Status page