Metadata-Version: 2.4
Name: governor-sdk
Version: 0.2.0
Summary: Python SDK for GovernorAI - The execution boundary for autonomous AI
Author: GovernorAI Team
License: Apache-2.0
Project-URL: Homepage, https://github.com/governor/governor
Project-URL: Documentation, https://github.com/governor/governor#readme
Project-URL: Repository, https://github.com/governor/governor.git
Project-URL: Issues, https://github.com/governor/governor/issues
Keywords: governor,ai,governance,agent,policy,safety
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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.28.0
Provides-Extra: langchain
Requires-Dist: langchain<2.0.0,>=1.2.0; extra == "langchain"
Requires-Dist: langchain-core<2.0.0,>=1.2.0; extra == "langchain"
Provides-Extra: llamaindex
Requires-Dist: llama-index<0.15.0,>=0.14.0; extra == "llamaindex"
Provides-Extra: crewai
Requires-Dist: crewai<0.12.0,>=0.11.0; python_version < "3.14" and extra == "crewai"
Provides-Extra: langgraph
Requires-Dist: langgraph<2.0.0,>=1.1.0; extra == "langgraph"
Requires-Dist: langchain-core<2.0.0,>=1.2.0; extra == "langgraph"
Provides-Extra: all
Requires-Dist: langchain<2.0.0,>=1.2.0; extra == "all"
Requires-Dist: langchain-core<2.0.0,>=1.2.0; extra == "all"
Requires-Dist: llama-index<0.15.0,>=0.14.0; extra == "all"
Requires-Dist: crewai<0.12.0,>=0.11.0; python_version < "3.14" and extra == "all"
Requires-Dist: langgraph<2.0.0,>=1.1.0; extra == "all"
Provides-Extra: dev
Requires-Dist: pytest>=7.4.0; extra == "dev"
Requires-Dist: pytest-cov>=4.1.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.21.0; extra == "dev"
Requires-Dist: pytest-mock>=3.12.0; extra == "dev"
Requires-Dist: ruff>=0.1.0; extra == "dev"
Requires-Dist: black>=23.0.0; extra == "dev"
Requires-Dist: mypy>=1.7.0; extra == "dev"
Requires-Dist: types-requests>=2.31.0; extra == "dev"
Dynamic: requires-python
