ToolRegistry Hub: A collection of commonly used tools for LLM function calling
Project description
ToolRegistry Hub
A comprehensive collection of tools designed for LLM function calling, extracted from the main ToolRegistry package to provide focused utility modules.
Version Information
This package was separated from toolregistry, with an initial version of 0.4.14 to maintain version continuity with the original toolregistry package.
Overview
ToolRegistry Hub provides a robust set of utility tools specifically designed for LLM agents and function calling scenarios:
- Calculator: Advanced mathematical operations and expression evaluation with support for complex functions
- FileSystem: Comprehensive file and directory operations with enhanced error handling
- FileOps: Atomic file operations with diff/patch support for safe file manipulations
- UnitConverter: Extensive unit conversion utilities covering various measurement systems
- WebSearch: Multi-engine web search capabilities with content fetching and filtering options
Features
Calculator
- Evaluate mathematical expressions with standard and custom functions
- Support for trigonometric, logarithmic, and statistical operations
- Error handling for invalid expressions
FileSystem
- Create, read, update, and delete files and directories
- Path manipulation and validation
- Recursive directory operations
FileOps
- Atomic file operations to prevent data corruption
- Diff and patch functionality for file comparisons and updates
- Safe file writing with backup options
UnitConverter
- Convert between various units of measurement (length, weight, volume, temperature, etc.)
- Support for custom unit definitions
- Batch conversion capabilities
WebSearch
- Multiple search engine support (Google, Bing, SearXNG)
- Content fetching and extraction from web pages
- Result filtering and ranking options
Installation
pip install toolregistry-hub
Quick Start
from toolregistry_hub import Calculator, FileSystem, WebSearchGoogle
# Mathematical calculations
calc = Calculator()
result = calc.evaluate("sqrt(16) + pow(2, 3)")
print(f"Calculation result: {result}")
# File operations
fs = FileSystem()
fs.create_dir("my_project")
fs.create_file("my_project/config.txt", content="Configuration data")
# Web search
search = WebSearchGoogle()
results = search.search("Python programming", number_results=3)
for result in results:
print(f"Title: {result['title']}")
print(f"URL: {result['url']}")
print(f"Content: {result['content'][:100]}...")
Integration with ToolRegistry
This package is designed to work seamlessly with the main ToolRegistry package:
# Install ToolRegistry with hub tools
pip install toolregistry[hub]
API Documentation
For detailed API documentation and advanced usage examples, visit: https://toolregistry.readthedocs.io/
Contributing
We welcome contributions! Please see our contributing guidelines for more information on how to get involved.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Changelog
See CHANGELOG.md for a list of changes and version history.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file toolregistry_hub-0.4.14.tar.gz.
File metadata
- Download URL: toolregistry_hub-0.4.14.tar.gz
- Upload date:
- Size: 35.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f251babf562038c54c0b13bd023610d9205b2bf365ea869559b37f3d1ab4d89
|
|
| MD5 |
bb245780fcf557b5eee1eea5d759e4ef
|
|
| BLAKE2b-256 |
1e0caf70bf3ed9ad4e074ed9ea43bc7825c29a29327b17e47f91395eb9edad9a
|
File details
Details for the file toolregistry_hub-0.4.14-py3-none-any.whl.
File metadata
- Download URL: toolregistry_hub-0.4.14-py3-none-any.whl
- Upload date:
- Size: 32.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99c8c44dacb7e794f0de09fbf5087fde9054b5eda9357093f36ac5270abe4efa
|
|
| MD5 |
e8b817249201f31a3cd1e1d647bfacfb
|
|
| BLAKE2b-256 |
187e6fb1dd940e5da29876b59b9c26a8f1f33d09eeb2a365e0d323b35a627e3a
|