Crypto.com AI Agent Client
Last updated
Was this helpful?
Last updated
Was this helpful?
The Crypto.com AI Agent Client is a library designed to facilitate easy and efficient interactions with the Crypto.com AI Agent Service API. This client library provides methods to send queries and fetch responses from the Crypto.com AI Agent Service seamlessly, currently the library supports:
TypeScript/JavaScript
Python
The implementation of the AI Agent Client is open source and can be found in this . Developers can also refer to Self-Hosting AI-Agent-Server example to host it independently.
Simple and intuitive API for interacting with the Crypto.com AI Agent.
Supports sending queries and receiving AI-generated responses.
Configurable client instances tailored to your specific endpoint and security needs.
Support networks: Cronos zkEVM and Cronos EVM mainnet and testnet.
To install the package, run the following command in your project directory:
Here’s how you can use the Crypto.com AI Agent Client in your project:
Sending a Query
generate_query(query)
: Generates a query that is send to the Crypto.com AI Agent Service and returns a response.