Metadata-Version: 2.4
Name: vaultagent
Version: 0.1.0
Summary: Permission control for AI Agents — control what your agents can and cannot do.
Project-URL: Homepage, https://vaultagent.dev
Project-URL: Documentation, https://docs.vaultagent.dev
Project-URL: Repository, https://github.com/aplomb2/VaultAgent
Project-URL: Issues, https://github.com/aplomb2/VaultAgent/issues
Author-email: VaultAgent <hello@vaultagent.dev>
License-Expression: Apache-2.0
Keywords: agent,ai,audit,authorization,compliance,llm,mcp,permissions,security,tool-calling
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: httpx>=0.25.0
Requires-Dist: pyyaml>=6.0
Provides-Extra: all
Requires-Dist: anthropic>=0.20.0; extra == 'all'
Requires-Dist: langchain-core>=0.2.0; extra == 'all'
Requires-Dist: openai>=1.0.0; extra == 'all'
Provides-Extra: anthropic
Requires-Dist: anthropic>=0.20.0; extra == 'anthropic'
Provides-Extra: dev
Requires-Dist: mypy>=1.0; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.21; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Requires-Dist: ruff>=0.1.0; extra == 'dev'
Provides-Extra: langchain
Requires-Dist: langchain-core>=0.2.0; extra == 'langchain'
Provides-Extra: openai
Requires-Dist: openai>=1.0.0; extra == 'openai'
Description-Content-Type: text/markdown

# VaultAgent SDK

Permission control for AI Agents — control what your agents can and cannot do.

See the [main README](../README.md) for full documentation.
