This AI Agent is powered by the OpenAI Agents framework and integrates a custom tool that connects directly to the Bitget API.
When a user asks a question like “What is the price of SOL right now?”, the agent automatically detects that it needs real-time market data.
It then calls the Bitget API to fetch the latest price for Solana (SOL), processes the result, and replies naturally with a message such as:
“The current price of SOL (Solana) is approximately $158.33 USD.”
This setup demonstrates the tool-using capability of an AI Agent—combining natural language understanding with live data access to deliver accurate, context-aware responses.