Metadata-Version: 2.3
Name: agentc
Version: 1.0.0
Summary: The front-facing package for the Couchbase Agent Catalog project.
License: Apache-2.0
Author: Glenn Galvizo
Author-email: glenn.galvizo@couchbase.com
Requires-Python: >=3.11,<3.14
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: langchain
Provides-Extra: langgraph
Provides-Extra: llamaindex
Requires-Dist: agentc-cli (>=1.0.0,<2.0.0)
Requires-Dist: agentc-core (>=1.0.0,<2.0.0)
Requires-Dist: agentc-langchain (>=1.0.0,<2.0.0) ; extra == "langchain"
Requires-Dist: agentc-langgraph (>=1.0.0,<2.0.0) ; extra == "langgraph"
Requires-Dist: agentc-llamaindex (>=1.0.0,<2.0.0) ; extra == "llamaindex"
Requires-Dist: pydantic-settings (>=2.7.1,<3.0.0)
Project-URL: Documentation, https://couchbaselabs.github.io/agent-catalog/index.html
Project-URL: Repository, https://github.com/couchbaselabs/agent-catalog
