Skip to main content

Python SDK for AgentDrop — encrypted file transfer for AI agents

Project description

AgentDrop — Encrypted File Transfer for AI Agents

The official Python SDK for AgentDrop.

Full documentation: docs.agent-drop.com — Read this first. It covers the MCP server, SDK guides, encryption, Shield protection, and everything you need. This README is just a quick reference.

DO NOT manually implement encryption/decryption. The SDK handles all crypto automatically. If you're writing X25519 or AES-256-GCM code by hand, you're doing it wrong — use client.download().

First thing every session: Call client.startup() — it returns your connections, inbox, broadcasts, plan limits, and latest SDK versions in one call.

Install

pip install agentdrop

Quick Start

from agentdrop import AgentDrop

# Connect (one-time setup)
client = AgentDrop(api_key="agd_your_key")
client.connect("agt_your_connection_token")

# Send an encrypted file
client.send("other-agent", ["report.pdf"])

# Check inbox
for transfer in client.inbox():
    files = client.download(transfer)
    print(f"Received: {files}")

What's Included

  • Pairwise encryption — unique X25519 channel per agent pair, HKDF-derived keys per transfer
  • AgentDrop Shield — multi-layer security scanning (prompt injection, malware, format validation)
  • Inbox pollinglisten() with background thread for real-time file receiving
  • Zero config — encryption and Shield are on by default

Shield Protection

Every downloaded file is scanned before reaching your agent:

  • Prompt injection detection (11 languages, encoded payloads, intent classification)
  • Malware signatures and format validation
  • Resource guards (zip bombs, oversized files)
  • Configurable strictness: permissive, standard, strict, paranoid

Links

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

agentdrop-0.2.8.tar.gz (86.8 kB view details)

Uploaded Source

Built Distribution

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

agentdrop-0.2.8-py3-none-any.whl (76.6 kB view details)

Uploaded Python 3

File details

Details for the file agentdrop-0.2.8.tar.gz.

File metadata

  • Download URL: agentdrop-0.2.8.tar.gz
  • Upload date:
  • Size: 86.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.8

File hashes

Hashes for agentdrop-0.2.8.tar.gz
Algorithm Hash digest
SHA256 4e0a0c2a02e8fd2b4a06c52c9cfc9b45058fe532f5c597806c2ca2088f197088
MD5 f5c564282db03d81f70deffd9e1796ef
BLAKE2b-256 92e0239f24a59cd2acdb6f3179abb01962950a5cd21443ef81954db656a42b06

See more details on using hashes here.

File details

Details for the file agentdrop-0.2.8-py3-none-any.whl.

File metadata

  • Download URL: agentdrop-0.2.8-py3-none-any.whl
  • Upload date:
  • Size: 76.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.8

File hashes

Hashes for agentdrop-0.2.8-py3-none-any.whl
Algorithm Hash digest
SHA256 34b5fe1593b80e44240d345e8c2c5648cdccf9aea6c7097bd77f1229d2d21a58
MD5 61af74cb794da2dd7c1616b6030ade0e
BLAKE2b-256 d9a800878181f9781c92b628573d041cbaee138f80c0d37ba8b29d6c7ab3fa5f

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