Oaklight/ToolRegistry
ToolRegistry: A Protocol-Agnostic Tool Management Library for Function-Calling LLMs
This is a Python library that helps developers integrate and manage various computational tools within their applications, especially those using large language models (LLMs). It allows you to take existing Python functions, class methods, or external API specifications (like OpenAPI) and easily register them. The library then manages these tools, generates their required input schemas, and handles their execution, making it easier to build complex, tool-augmented AI systems.
Available on PyPI.
Use this if you are a developer building applications with large language models and need a robust way to give your AI access to external functions and services.
Not ideal if you are an end-user looking for a ready-to-use application, as this is a library for developers to build with.
Stars
48
Forks
7
Language
Python
License
MIT
Category
Last pushed
Mar 09, 2026
Commits (30d)
0
Dependencies
4
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/Oaklight/ToolRegistry"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
OpenCSGs/csghub-server
csghub-server is the backend server for CSGHub which helps user to manage datasets, modes, and...
Whth/fabricatio
Fabricatio is a Python library designed for building applications that leverage Large Language...
OpenCSGs/csghub
CSGHub is a brand-new open-source platform for managing LLMs, developed by the OpenCSG team. It...
Haidra-Org/horde-sdk
A python library to interact with AI-Horde's free generative AI APIs
Lightning-AI/litAI
LLM router + minimal agent framework in one. Call any LLM API with OpenAI format. Unified...