Documentation Index
Fetch the complete documentation index at: https://docs.xpander.ai/llms.txt
Use this file to discover all available pages before exploring further.
Introduction
The Tools Repository Module is designed for managing and integrating external tools and services within AI agents.Overview
With this module, you can:- Manage and register local tools
- Discover and retrieve existing tools by ID
- Check synchronization requirements with the backend
- Use configuration settings to integrate tools seamlessly
Examples
Tool Registration
Learn how to register a local tool with both asynchronous and synchronous approaches.Asynchronous Example
Usingregister_tool():
Synchronous Example
Usingregister_tool():
Tool Invocation
Invoke a tool using both async and sync methods.Asynchronous Example
Synchronous Example
Continue to the [Tools API Reference](/API reference/tools/API reference) for detailed documentation on classes and methods.
Support
For additional help:- Full SDK Documentation
- Email: dev@xpander.ai

