Requirements
- Python 3.9+
Install
Optional: enable remote sync
Remote sync useshttpx (optional dependency):
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Install the Agent Sentinel Python SDK.
pip install agentsentinel-sdk
httpx (optional dependency):
pip install "agentsentinel-sdk[remote]"
pip install "agentsentinel-sdk[llm]"
pip install "agentsentinel-sdk[integrations]"
pip install "agentsentinel-sdk[all]"
from agent_sentinel import guarded_action
from agent_sentinel import PolicyEngine, CostTracker, enable_remote_sync, replay_mode
