Using LlamaIndex
You can use Toolhouse to equip your LlamaIndex agents with any Toolhouse tools. This allows you to use Toolhouse either alone or alongside any of your existing LlamaIndex tools across any agent type.
Check out the Sales Prospecting Workflow example on the LlamaIndex documentation.
To use Toolhouse with LlamaIndex, simply instantiate the Toolhouse SDK by specifying LlamaIndex as your provider:
You can also pass a Bundle to the th.get_tools()
call. This way, you can give each agent a specific collection of tools, which enhances their precisions and helps you optimize their responses:
Using local tools
If you want to build and execute a tool locally, you won't need to use local tools. Instead, define a LlamaIndex tool and pass it alongside your Toolhouse tools:
Last updated