Metadata-Version: 2.4
Name: LLMClassBasedToolRegistry
Version: 0.1.0
Summary: A lightweight tool registry system for function metadata, tagging, and OpenAI compatibility
Author-email: bathonSpidey <bathonbhats@gmail.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Dynamic: license-file

# ToolRegistry

A lightweight tool registry system for registering callable tools with metadata and JSON schemas, ready for OpenAI function calling using functions in class.
