Skip to content

NetrumLabs/netrum-ai-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netrum AI Agent

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.

Base URL


https://agent.netrumlabs.dev

🚀 Quick Start

Need Python 3.11 after setup netrum ai agent

1. Create Virtual Environment

python -m venv venv

2. Activate Virtual Environment

Windows

venv\Scripts\activate

Linux / Mac

source venv/bin/activate

3. Install Dependencies

pip install -r requirements.txt

4. Run the Server

python main.py

Server will start on:

http://127.0.0.1:8040

Swagger API Docs:

http://127.0.0.1:8040/docs

Project Structure

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

API Endpoints

Health Check

GET /health

Agent Status

GET /api/agent/status

Home

GET /api/

Features

  • FastAPI backend
  • AI Agent background service
  • Blockchain node monitoring
  • Web3 infrastructure management
  • Health monitoring API
  • Swagger API documentation

Future Roadmap

  • RPC node monitoring
  • Blockchain sync status tracking
  • AI log analysis
  • Node performance analytics
  • Multi-chain infrastructure support

License

MIT License

NetrumLabs

AI-powered infrastructure for the Web3 ecosystem.

About

Netrum AI-powered Web3 infrastructure agent for blockchain node monitoring and automation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages