Explicit instrumentation
Sync and async contexts for one logical agent execution, without monkey-patching a framework.
Agent Reliability OSS
A stable, local-first Python SDK for measuring and testing whether agents meet explicit reliability objectives. No hosted account, API key, or mandatory runtime dependency.
Install
Wrap one logical agent execution, evaluate the relevant outcome, and calculate local reliability against an SLO. The base package sends nothing over the network.
python -m pip install agent-reliabilityinstrument.pyfrom agent_reliability.sdk import AgentReliability
sdk = AgentReliability()
with sdk.run(
agent_id="support-agent",
name="Support Agent",
version="1",
) as run:
# Run your agent, evaluate its outcome,
# and record explicit reliability evidence.
...What it provides
Sync and async contexts for one logical agent execution, without monkey-patching a framework.
PASS, FAIL, and UNKNOWN outcomes with evaluator identity, version, configuration, and provenance.
Exact aggregation, SLO evaluation, error budgets, burn rate, and measurement-health tracking.
Join an existing host trace while your application retains ownership of providers and exporters.
Open source SDK
The OSS package provides application-side instrumentation, evaluators, provenance, reliability calculations, and test/CI assertions. It works offline and does not require Gentlity.
Read the documentationGentlity platform
The commercial platform adds persisted evidence, historical analysis, journey coverage, revisioned reliability policy, and auditable deployment decisions for teams.
Explore GentlityEarly access
We are working with teams running AI agents in production.