llama-index tools globalcheck integration
Project description
GlobalCheck Tool
This tool allows LlamaIndex agents to deterministically verify international trade compliance before executing purchases or shipments.
Usage
This tool requires an API Key for GlobalCheck (available on RapidAPI).
from llama_index.tools.globalcheck import GlobalCheckToolSpec
from llama_index.agent.openai import OpenAIAgent
tool_spec = GlobalCheckToolSpec(api_key="your-rapidapi-key")
agent = OpenAIAgent.from_tools(tool_spec.to_tool_list())
agent.chat("Can I ship 50 lithium batteries from CN to the US?")
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 llama_index_tools_globalcheck-0.1.0.tar.gz.
File metadata
- Download URL: llama_index_tools_globalcheck-0.1.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.4 CPython/3.13.3 Darwin/25.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
185f02bf2601e8697373339609b568aed92b6ecb548803bffd60d83bf274ae96
|
|
| MD5 |
6434ceb0c40df6712d31aea79843e63a
|
|
| BLAKE2b-256 |
519a393692c3827c4b993b50d19992ffd8b74832f188c2d69bb7a8f8702ec9cd
|
File details
Details for the file llama_index_tools_globalcheck-0.1.0-py3-none-any.whl.
File metadata
- Download URL: llama_index_tools_globalcheck-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.4 CPython/3.13.3 Darwin/25.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3748696c1b60803cd5c0adc6be459098c9b3da7b145dba64d3a4b6ff58d84f08
|
|
| MD5 |
0900efdddb76858fb01e5d598fac4cd2
|
|
| BLAKE2b-256 |
7fb9a8ca28d1411391b4510892841df1e36e9ba6741879096091bf4be7283101
|