Quick Start Guide
Prerequisites
Installation
git clone https://github.com/carv-protocol/d.a.t.a
cd d.a.t.ago mod downloadBasic Configuration
# LLM Configuration
LLM_API_KEY=your_api_key
LLM_PROVIDER=openai
# CARV Configuration
CARV_DATA_BASE_URL=https://api.carv.io
CARV_DATA_API_KEY=your_carv_api_key
# Optional Social Media Configuration
DISCORD_API_TOKEN=your_discord_token
TWITTER_API_KEY=your_twitter_key
TWITTER_API_KEY_SECRET=your_twitter_secret
TWITTER_ACCESS_TOKEN=your_twitter_access
TWITTER_TOKEN_SECRET=your_twitter_token
TELEGRAM_BOT_TOKEN=your_telegram_tokenRunning Your First Agent
Basic Usage Examples
1. Implementing a Custom Tool
2. Adding a New Social Platform Integration
Common Operations
Checking Token Balance
Processing Social Messages
Common Issues and Solutions
Next Steps
Last updated