This repository contains the OpenMind subnet implementation and supporting documentation.
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.
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.
- Subnet code
- Miner code
- Validator code
- Setup instructions
- Run instructions
Most implementation files are in:
openmind-subnet/
- 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
- 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
- Read
openmind-subnet/SETUP_INSTRUCTIONS.md - Read
openmind-subnet/RUN_INSTRUCTIONS.md - Use
openmind-subnet/DEPLOY_TESTNET.mdfor testnet-specific settings