Skip to main content

Agent Control Plane for Autonomous Systems

Project description

SteerPlane SDK

Agent Control Plane for Autonomous Systems

"Agents don't fail in the dark anymore."

Quick Start

pip install steerplane

Decorator API (Minimal Integration)

from steerplane import guard

@guard(max_cost_usd=10, max_steps=50)
def run_agent():
    agent.run()

Context Manager API (Full Control)

from steerplane import SteerPlane

sp = SteerPlane(agent_id="my_bot")

with sp.run(max_cost_usd=10) as run:
    run.log_step("query_db", tokens=380, cost=0.002)
    run.log_step("generate_response", tokens=1240, cost=0.008)

Features

  • 🔄 Loop Detection — Automatically detects repeating agent behavior
  • 💰 Cost Limits — Stop expensive agent runs before they blow budgets
  • 🚫 Step Limits — Prevent runaway execution
  • 📊 Telemetry — Full step-by-step execution tracking
  • 🖥️ Dashboard — Visual execution monitoring

Documentation

See docs.steerplane.ai for full documentation.

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

steerplane-0.1.0.tar.gz (14.3 kB view details)

Uploaded Source

Built Distribution

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

steerplane-0.1.0-py3-none-any.whl (18.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: steerplane-0.1.0.tar.gz
  • Upload date:
  • Size: 14.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.0

File hashes

Hashes for steerplane-0.1.0.tar.gz
Algorithm Hash digest
SHA256 265537af7d470b507f91bcb07e565a7b3411bb7c6d655a18c2118163b71639b4
MD5 f2a4e6193d58b8c75beb14cd32df5eca
BLAKE2b-256 2cef7b263d4dddc2e12367a24bc677bc949de2ec163cf7292cbaf211bdc0a906

See more details on using hashes here.

File details

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

File metadata

  • Download URL: steerplane-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 18.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.0

File hashes

Hashes for steerplane-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 22abb16da291fadd7a1b4e00a06d2bd68b2ab4ea9866d525371f764dc64e5ca6
MD5 a079754646c06367aa902ede6149a9a9
BLAKE2b-256 4cbfeb2113e1adec6096cb1f279edc2c126d37ff0cb0f67acf53cd0faaa0472d

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