Skip to content

Belloabraham121/OpenMind

Repository files navigation

OpenMind Project

This repository contains the OpenMind subnet implementation and supporting documentation.

Project Description

OpenMind is a Bittensor subnet focused on decentralized memory for AI agents and applications. It provides:

  • subnet protocol and memory primitives
  • miner and validator neuron implementations
  • gateway/API interfaces for integration
  • deployment, setup, and run documentation for testnet operation

In this repo, the main implementation is under openmind-subnet/, with dedicated docs for code navigation, setup, and runtime instructions.

Project Description

OpenMind is a Bittensor subnet focused on decentralized memory for AI agents and applications. It provides:

  • subnet protocol and memory primitives
  • miner and validator neuron implementations
  • gateway/API interfaces for integration
  • deployment, setup, and run documentation for testnet operation

In this repo, the main implementation is under openmind-subnet/, with dedicated docs for code navigation, setup, and runtime instructions.

What you can find here

  • Subnet code
  • Miner code
  • Validator code
  • Setup instructions
  • Run instructions

Main project location

Most implementation files are in:

  • openmind-subnet/

Documentation index

  • Project README: openmind-subnet/README.md
  • Subnet code guide: openmind-subnet/SUBNET_CODE.md
  • Miner code guide: openmind-subnet/MINER_CODE.md
  • Validator code guide: openmind-subnet/VALIDATOR_CODE.md
  • Setup instructions: openmind-subnet/SETUP_INSTRUCTIONS.md
  • Run instructions: openmind-subnet/RUN_INSTRUCTIONS.md
  • Testnet deployment: openmind-subnet/DEPLOY_TESTNET.md

Direct code references

  • Subnet core modules: openmind-subnet/openmind/
  • Miner implementation: openmind-subnet/neurons/miner.py
  • Validator implementation: openmind-subnet/neurons/validator.py
  • Entrypoint: openmind-subnet/neuron.py
  • Gateway API: openmind-subnet/gateway/api.py

Quick start

  1. Read openmind-subnet/SETUP_INSTRUCTIONS.md
  2. Read openmind-subnet/RUN_INSTRUCTIONS.md
  3. Use openmind-subnet/DEPLOY_TESTNET.md for testnet-specific settings

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors