Metadata-Version: 2.4
Name: toolbox-gateway
Version: 0.5.0
Summary: Single-tool gateway pattern for LLM agents — discover, inspect, and execute tools on demand
Author: Jason McNeal
License-Expression: MIT
Keywords: agent,ai,llm,mcp,token-optimization,tools
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT 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: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.23; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: ruff>=0.4; extra == 'dev'
Provides-Extra: langchain
Requires-Dist: langchain-core>=0.1; extra == 'langchain'
Requires-Dist: pydantic>=2.0; extra == 'langchain'
Provides-Extra: redis
Requires-Dist: redis>=5.0; extra == 'redis'
Description-Content-Type: text/markdown

# toolbox-gateway

Python implementation of the single-tool gateway pattern for LLM agents.

See the [top-level README](../../README.md) for full documentation.

Install: `pip install toolbox-gateway`
Import: `from toolbox_gateway import Toolbox, Tool`
