Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

toolregistry_hub-0.4.14.tar.gz (35.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

toolregistry_hub-0.4.14-py3-none-any.whl (32.3 kB view details)

Uploaded Python 3

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

Hashes for toolregistry_hub-0.4.14.tar.gz
Algorithm Hash digest
SHA256 4f251babf562038c54c0b13bd023610d9205b2bf365ea869559b37f3d1ab4d89
MD5 bb245780fcf557b5eee1eea5d759e4ef
BLAKE2b-256 1e0caf70bf3ed9ad4e074ed9ea43bc7825c29a29327b17e47f91395eb9edad9a

See more details on using hashes here.

File details

Details for the file toolregistry_hub-0.4.14-py3-none-any.whl.

File metadata

File hashes

Hashes for toolregistry_hub-0.4.14-py3-none-any.whl
Algorithm Hash digest
SHA256 99c8c44dacb7e794f0de09fbf5087fde9054b5eda9357093f36ac5270abe4efa
MD5 e8b817249201f31a3cd1e1d647bfacfb
BLAKE2b-256 187e6fb1dd940e5da29876b59b9c26a8f1f33d09eeb2a365e0d323b35a627e3a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page