This package provides a modular AI agent for interacting with the NEAR blockchain. It enables querying account details, and serves as a foundation for building more advanced blockchain automation tools.
git clone https://github.com/yourusername/ai_agent.git
cd ai_agent
python3 -m venv venv #feel free to give your venv name
source venv/bin/activate # On macOS/Linux
venv\Scripts\activate # On Windows
pip install -r requirements.txt
pip install -e .
pytest tests/
pytest tests/ --capture=tee-sys