Metadata-Version: 2.4
Name: chio-llamaindex
Version: 0.1.0
Summary: LlamaIndex integration for the Chio protocol -- capability-scoped FunctionTool and QueryEngineTool with vector-collection scoping
Author: Backbay Industries
License-Expression: MIT
Keywords: agent,capability,chio,llamaindex,rag,security,tool
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: chio-sdk-python>=0.1.0
Requires-Dist: llama-index-core<1,>=0.11
Requires-Dist: pydantic<3,>=2.5
Provides-Extra: dev
Requires-Dist: httpx<1,>=0.27; extra == 'dev'
Requires-Dist: mypy>=1.10; extra == 'dev'
Requires-Dist: pytest-asyncio<1,>=0.23; extra == 'dev'
Requires-Dist: pytest<9,>=8; extra == 'dev'
Requires-Dist: respx<1,>=0.21; extra == 'dev'
Requires-Dist: ruff>=0.5; extra == 'dev'
