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.3.0.tar.gz (137.7 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.3.0-py3-none-any.whl (102.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for strathon-1.3.0.tar.gz
Algorithm Hash digest
SHA256 920ad8365f4ac0f920637aebd8955abe7a81f44db3fc70d9ab0fcd153e99a827
MD5 42039de3eaf8c8cebd5959567422aeb2
BLAKE2b-256 2522e41b286ba92fdd69dfbc548922d056c9be39462da2873528dacd61827c14

See more details on using hashes here.

File details

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

File metadata

  • Download URL: strathon-1.3.0-py3-none-any.whl
  • Upload date:
  • Size: 102.8 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.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b0810721d2211ebed2851f468a381a12d762f2979de3261bf77d9a612e7d9b0b
MD5 0191196e7e9d4421674b1df23d8c927e
BLAKE2b-256 1414ce56b72f61a7417092d23ddfd310a5eacd5601847cd1524c8f479860b6f7

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