Skip to content

unconst/Auto-Tensor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto-Tensor: An Autonomous Bittensor Experiment

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.

🚀 Features

✅ 🌐 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

Quickstart

  1. 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 .
  1. Clone this repository and install it.
git clone https://github.com/unconst/Auto-Tensor.git
cd Auto-Tensor
python3 -m pip install -e .
  1. Create a bittensor wallet. (Store your mnemonic safely.)
btcli new_coldkey
  1. Run AutoTensor
./run.sh

About

Auto GPT but built on censorship resistant infrastructure.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.2%
  • Other 0.8%