A Brain framework-based AI agent designed to collect, analyze, and present cryptocurrency history in an educational format suitable for K-12 students.
Clio AI, named after the Greek muse of history, is built on the IQ AI Brain framework and:
- Collects cryptocurrency-related events from social media and blockchain sources
- Creates a comprehensive timeline of crypto history since 2010
- Processes and presents information in an educational, age-appropriate format
- Install dependencies:
npm install- Configure environment variables:
cp .env.example .env
# Edit .env with your API keys and configuration- Run the agent:
npm startclio-ai/
├── src/
│ ├── index.js # Main agent entry point
│ └── utils/ # Utility functions and helpers
│ └── gradeVocabulary.js # Grade-level content adaptation
├── package.json # Project configuration and dependencies
└── .env # Environment configuration
This agent is built using the Brain framework and utilizes several plugins:
@iqai/brain-twitter: For social media data collection@iqai/brain-web3: For blockchain data integration
-
Historical Event Collection
- Twitter data scraping
- Blockchain event monitoring
- News aggregation
-
Educational Processing
- Grade-level content adaptation
- Learning objective generation
- Interactive activity creation
- Automated crypto event collection
- Grade-appropriate content processing (Elementary, Middle, High School)
- Educational timeline generation
- Interactive learning activities
- ATP (Agent Tokenization Platform) compatible
MIT License