Netrum AI Agent is a FastAPI-based backend service designed for blockchain node monitoring, automation, and Web3 infrastructure management.
This project is part of the NetrumLabs ecosystem, focused on building AI-powered infrastructure for blockchain networks.
https://agent.netrumlabs.dev
Need Python 3.11 after setup netrum ai agent
python -m venv venvvenv\Scripts\activatesource venv/bin/activatepip install -r requirements.txtpython main.pyServer will start on:
http://127.0.0.1:8040
Swagger API Docs:
http://127.0.0.1:8040/docs
netrum-ai-agent
│
├── agent
│ ├── __init__.py
│ └── agent.py # Background AI agent
│
├── api
│ ├── __init__.py
│ ├── routes.py # Main API routes
│ └── health.py # Health check endpoint
│
├── config
│ ├── __init__.py
│ └── settings.py # Environment configuration
│
├── main.py # FastAPI application entry point
├── requirements.txt # Python dependencies
├── .env # Environment variables
└── README.md
GET /health
GET /api/agent/status
GET /api/
- FastAPI backend
- AI Agent background service
- Blockchain node monitoring
- Web3 infrastructure management
- Health monitoring API
- Swagger API documentation
- RPC node monitoring
- Blockchain sync status tracking
- AI log analysis
- Node performance analytics
- Multi-chain infrastructure support
MIT License
AI-powered infrastructure for the Web3 ecosystem.