Open-source AI agent firewall. CEL policies, runtime enforcement, and compliance for LLM agents.
Project description
Strathon SDK
Python SDK for Strathon, the open-source observability and runtime control platform for AI agents.
Install
pip install strathon
Optional framework integrations:
pip install "strathon[openai-agents]" # OpenAI Agents SDK
pip install "strathon[claude-agent]" # Claude Agent SDK
pip install "strathon[langchain]" # LangChain
pip install "strathon[crewai]" # CrewAI
pip install "strathon[autogen]" # AutoGen
pip install "strathon[all]" # All integrations
Quick start
from strathon import Client, instrument
client = Client(
api_key="your-api-key",
endpoint="http://localhost:4318", # Self-hosted Strathon
)
instrument(client, frameworks=["openai_agents", "anthropic"])
# Your agent code runs as normal; Strathon captures traces automatically.
What gets captured
- Every LLM call: model, tokens in/out, cost, latency
- Tool calls: name, arguments, result, duration
- Agent topology: parent-child relationships, sub-agent spawns, handoffs
- Decision branches: which path the agent took and why
- Errors: failed tool calls, model errors, timeouts
Status
v0.1.0 in active development. Target stable release: June 2026.
License
Apache License 2.0. See LICENSE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file strathon-1.0.1.tar.gz.
File metadata
- Download URL: strathon-1.0.1.tar.gz
- Upload date:
- Size: 118.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f3620dfecb9f28709cb073059e84d30bbc50d54a0719d485389b9795d40c3d1
|
|
| MD5 |
fd25f1009af9ad561864206233c2dc58
|
|
| BLAKE2b-256 |
58b104e9bbdae5f93735edc94e95166d331af207537ba85aa7ee9f6f070a891a
|
File details
Details for the file strathon-1.0.1-py3-none-any.whl.
File metadata
- Download URL: strathon-1.0.1-py3-none-any.whl
- Upload date:
- Size: 91.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7ec8b2d22b341b9731ce7bbbaaccf403500dfdd4bdb6337f56123965495ddba
|
|
| MD5 |
4386b725589315ff20beac35162db917
|
|
| BLAKE2b-256 |
44daa7303162c7e42bccfbaf022368aefbec052d97d425a9b18dd6589c9b6755
|