Skip to main content

AgentFleet Python SDK & fleetctl CLI

Official Python SDK and command-line management client for AgentFleet — the self-hosted platform for autonomous computer-use agents, where every agent gets its own disposable Linux desktop that streams live into your browser.


📦 Installation

pip install open-agent-fleet

That gives you the agentfleet package and the fleetctl CLI. To work from source instead:

git clone https://github.com/BryantVanOrden/OpenAgentFleet.git
pip install -e OpenAgentFleet/sdk/python

The SDK is a client — it talks to an AgentFleet orchestrator. To run one, see the main README (make up is the whole quickstart).


⚡ Quickstart (Python SDK)

from agentfleet import FleetClient

# Connect to your local or remote orchestrator
fleet = FleetClient("http://localhost:8080", token="your-api-token")

# 1. Deploy a specialized bot archetype
bot = fleet.deploy_bot("cyber_ops", name="security-auditor")
print(f"Spawned {bot.name} (ID: {bot.id})")

# 2. Run an autonomous goal
task = bot.run("Run SAST vulnerability scan and compile CVSS briefing", wait=True)
print(f"Task status: {task.state}")
print(f"Result: {task.result}")

# 3. Launch a collaborative multi-agent swarm
swarm = fleet.launch_swarm(
    name="Fintech Mobile Audit",
    mission="Full-Stack Dev + QA Tester + CyberSec PenTester collaborative sweep",
)

# 4. Pocket TTS Voice Co-Pilot
fleet.speak("All tasks completed successfully, operator.", voice="shadow")

🛠️ Command-Line Interface (fleetctl)

The fleetctl command-line utility provides full administrative control, live telemetry, and system diagnostics:

# 1. Configuration & Authentication
fleetctl config set-url http://localhost:8080
fleetctl login admin@example.com

# 2. Comprehensive Diagnostics & Health Check
fleetctl diagnostics

# 3. List and Inspect Instances
fleetctl list
fleetctl inspect <instance_id>

# 4. Deploy Bots
fleetctl deploy --archetype cyber_ops --name "nightly-scanner"

# 5. Execute Tasks & Stream Live Execution
fleetctl run <instance_id> "Refactor backend authentication and run unit tests" --wait

# 6. Multi-Agent Swarm Mission Control
fleetctl swarm list
fleetctl swarm launch --name "Security Sweep" --mission "Penetration test staging endpoints"
fleetctl swarm watch <swarm_id>

# 7. Real-Time Pocket TTS Voice
fleetctl voice list
fleetctl voice speak "System operational and standing by." --voice shadow

# 8. Webhook & Autopilot Sinks
fleetctl webhooks list
fleetctl webhooks trigger github-pr-sync --data '{"pr": 42}'

Download files

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

Source Distribution

open_agent_fleet-1.0.0.tar.gz (31.4 kB view details)

Uploaded Source

Built Distribution

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

open_agent_fleet-1.0.0-py3-none-any.whl (23.0 kB view details)

Uploaded Python 3

File details

Details for the file open_agent_fleet-1.0.0.tar.gz.

File metadata

  • Download URL: open_agent_fleet-1.0.0.tar.gz
  • Upload date:
  • Size: 31.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for open_agent_fleet-1.0.0.tar.gz
Algorithm Hash digest
SHA256 8ba7fe635d32129cd936b3176349f9d03dff68037c78953c0448e3b96d770539
MD5 61aa4bdd3ecc8a24f3380861a4a2e872
BLAKE2b-256 4ba413d16599a13a4bbb580b2ad6b7a1f8083a1d985a4f1760608c68a9119ecd

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_agent_fleet-1.0.0.tar.gz:

Publisher: publish-pypi.yml on BryantVanOrden/OpenAgentFleet

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file open_agent_fleet-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for open_agent_fleet-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 423ba92ffd151c5df1c47ebff8551711de99f0694b1073071fdb90df0bfe2291
MD5 376f90e1e2bd8974a314216d83256eb3
BLAKE2b-256 fd2a2e401a4e62fd97b9e571605e9d934ed4e6bb5f66a2fad615c5f6415d5cde

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_agent_fleet-1.0.0-py3-none-any.whl:

Publisher: publish-pypi.yml on BryantVanOrden/OpenAgentFleet

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

1.0.1

2 files

This release

1.0.0 This release

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page