Metadata-Version: 2.4
Name: agentshield-sdk
Version: 0.1.0
Summary: Python SDK for the AgentShield API - Runtime security for agentic AI applications.
Author-email: AgentShield Admin <hello@sanjayck.com>
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: httpx>=0.20.0
Requires-Dist: pydantic>=2.0

# AgentShield SDK

[![PyPI version](https://badge.fury.io/py/agentshield-sdk.svg)](https://badge.fury.io/py/agentshield-sdk) Python SDK for the AgentShield API - Runtime security for agentic AI applications.

AgentShield provides a backend service that AI agents can query *before* performing potentially risky actions (like external API calls or code execution). It checks the proposed action against configurable security policies and returns an "allow" or "block" decision. This SDK provides convenient Python functions for agents to interact with a deployed AgentShield API.

## Getting Started

TODO
