bitcoin ai agent
Basic Information
This repository provides an AI agent designed to fetch current Bitcoin prices denominated in Indian Rupees (INR) and to interact with users who may ask in any language while returning responses in English. It integrates a large language model, specifically LLaMA 3.1 8B from TogetherAI, and a dedicated crypto tool for obtaining live price data. The agent includes prompt engineering guidelines, stores conversational context, and demonstrates a function-calling pattern to retrieve and present price information. The project includes installation instructions (requirements.txt and a .env example), an interactive sample conversation, and describes caching and rate-limiting behavior to limit API calls. The README documents assumptions and limitations such as response length, lack of streaming, and basic translation handled by the model.