Metadata-Version: 2.4
Name: runtime-fence
Version: 1.0.0
Summary: AI Agent Safety Control - Kill switch and guardrails for AI agents
Author-email: Runtime Fence Team <team@runtimefence.com>
License: MIT
Project-URL: Homepage, https://runtimefence.com
Project-URL: Documentation, https://github.com/Protocol14019/ai-agent-killswitch/wiki
Project-URL: Repository, https://github.com/Protocol14019/ai-agent-killswitch
Project-URL: Issues, https://github.com/Protocol14019/ai-agent-killswitch/issues
Keywords: ai,agent,safety,killswitch,guardrails,security,llm,autogpt,langchain
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.28.0
Requires-Dist: psutil>=5.9.0
Requires-Dist: pystray>=0.19.0
Requires-Dist: Pillow>=9.0.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
Requires-Dist: black>=23.0.0; extra == "dev"
Requires-Dist: mypy>=1.0.0; extra == "dev"
Provides-Extra: alerts
Requires-Dist: twilio>=8.0.0; extra == "alerts"
Provides-Extra: all
Requires-Dist: runtime-fence[alerts,dev]; extra == "all"

# $KILLSWITCH Python SDK 
 
pip install killswitch 
