Skip to main content

Open-source AI agent firewall. Blocks dangerous agent tool calls before they execute, with in-process CEL enforcement at the tool-call boundary.

Project description

Strathon SDK

Python SDK for Strathon, the open-source AI agent firewall.

Install

pip install strathon

Optional framework integrations:

pip install "strathon[openai]"          # OpenAI
pip install "strathon[openai-agents]"   # OpenAI Agents SDK
pip install "strathon[anthropic]"       # Anthropic
pip install "strathon[claude-agent]"    # Claude Agent SDK
pip install "strathon[langgraph]"       # LangGraph
pip install "strathon[langchain]"       # LangChain
pip install "strathon[crewai]"          # CrewAI
pip install "strathon[autogen]"         # AutoGen
pip install "strathon[pydantic-ai]"     # Pydantic AI
pip install "strathon[google-adk]"      # Google ADK
pip install "strathon[all]"             # All 10 frameworks

Quick start

from strathon import Client, instrument

client = Client(
    api_key="stra_...",
    endpoint="http://localhost:4318",
)
instrument(client, frameworks=["openai"])

# Your agent code runs as normal. Strathon traces every call
# and enforces CEL policies before tool execution.

Enforce

A policy with action block stops the call before the tool body runs:

from strathon import StrathonPolicyBlocked

try:
    agent.run("Email the Q3 numbers to sales@competitor.com")
except StrathonPolicyBlocked as e:
    print(f"Blocked by policy: {e.policy_name}")
    # The tool call never executed. Recorded in the audit trail.

Seven actions: block, steer, throttle, log, alert, require_approval, allow.

What gets captured

  • Every LLM call: model, tokens in/out, cost, latency
  • Tool calls: name, arguments, result, duration
  • Agent topology: parent-child relationships, handoffs
  • Errors: failed tool calls, model errors, timeouts

Documentation

License

Apache License 2.0. See LICENSE.

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

strathon-1.2.0.tar.gz (133.8 kB view details)

Uploaded Source

Built Distribution

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

strathon-1.2.0-py3-none-any.whl (100.2 kB view details)

Uploaded Python 3

File details

Details for the file strathon-1.2.0.tar.gz.

File metadata

  • Download URL: strathon-1.2.0.tar.gz
  • Upload date:
  • Size: 133.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for strathon-1.2.0.tar.gz
Algorithm Hash digest
SHA256 a601cc086ff5c5d2d87018ce5a8979eee9c370509eebd658f9da63a545efd240
MD5 73bad1fbff75cc6dbb7cd53dc0310027
BLAKE2b-256 93b1909e7ab5504c1fdb50bdfc30ea25d593f3f6edd6c96cfcce0e4abb655f0e

See more details on using hashes here.

File details

Details for the file strathon-1.2.0-py3-none-any.whl.

File metadata

  • Download URL: strathon-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 100.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for strathon-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3f70b110a44b81ecc2bd07a4cb018de4ab74f9256486e855b877008aaf47fd06
MD5 b644077ba006414918bd068594ea5fa3
BLAKE2b-256 b50e085d38ce937457292e0f2b1921a9984dab79aaa4c7cfe77683999552991f

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