Quick Start Guide: Simulation Entry Point
Last updated
Was this helpful?
Last updated
Was this helpful?
This file serves as a simulation and testing entry point for the Crypto.com Agent Client. It demonstrates how to initialize the agent, configure plugins, and interact with the LangGraph-based conversational AI.
The simulation provides a controlled environment to experiment with the Crypto.com AI Agent’s capabilities before integrating it into real-world applications, configuring it with a large language model (LLM) and blockchain settings to enable seamless interactions. It integrates various plugins, including LangFuse for observability, SQLite for persistent storage, and custom tools for enhanced functionality.
Additionally, the script features an interactive CLI-based testing loop, allowing developers to validate AI-driven blockchain interactions in real time which makes it a powerful tool for experimentation and development.
Agent initialization with LLM and blockchain configurations.
Plugin integration (LangFuse, SQLite for storage, and custom tools).
Interactive CLI loop for testing agent responses.
Before starting, ensure you have the following components ready.
Python installed (version ≥ 3.12)
API Key for or
API Keys of AI provider, refer to the to see which providers are supported by the AI Agent SDK. Only the API keys for the selected AI provider are required when initializing the agent.
For Windows Users:
Windows 10 SDK or Windows 11 SDK depends on system version
MSVC v143 - C++ x64/86 build tools
Step 2 - Before running the script, ensure that all configurations are properly set up: Replace placeholders such as your-api-key
with valid credentials to enable proper functionality. Then run the python file to initialize the bot.
Step 1 - Run this with the following command or to .
This Quick Start provide a foundation. To dive deeper, refer to the section for more use cases and advanced scenarios that suit your interest, including building your own Telegram bot, AI Agent Chatbot, "Magic Link" Signer and more. Visit the for detailed information on available functionalities.