Auto-Tensor is a fork of Auto-GPT but with openai's engine removed and the bittensor network injected. Just like AutoGPT, the agent chains together LLM "thoughts", into an autononous agent which runs on your computer. The difference is that Auto-Tensor's thoughts come from a decentralized network of miners on the Bittensor network.
✅ 🌐 Internet access for searches and information gathering
✅ 💾 Long-term and short-term memory management
✅ 🧠 Bittensor access for text generation
✅ 🔗 Access to popular websites and platforms
✅ 🗃️ File storage and summarization
✅ 🔌 Extensibility with Plugins
❌ ⛓️ Reliance on a centralized AI provider
- Install Bittensor's backend.
Option 1:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/opentensor/bittensor/master/scripts/install.sh)"
cd ~/.bittensor/bittensor && git checkout origin text_prompting && python3 -m pip install -e .
Option 2:
git clone https://github.com/opentensor/bittensor
cd bittensor
git checkout text_prompting
python3 -m pip install -e .
- Clone this repository and install it.
git clone https://github.com/unconst/Auto-Tensor.git
cd Auto-Tensor
python3 -m pip install -e .
- Create a bittensor wallet. (Store your mnemonic safely.)
btcli new_coldkey
- Run AutoTensor
./run.sh