Andy Johnson
Andy Johnson
I needed a quick and dirty solution to this. [I forked](https://github.com/PineFog/steamworks-rs), exposed some internal structs and reutilized a channel that wasn't doing anything. It's not pretty but am sharing if...
I'm trying Redis. I noticed index AutoGpt is created in Redis while .env specifies MEMORY_INDEX=auto-gpt. Configuring .env to either index and prompting for references to values in files preloaded in...
Oh, the .env.template has duplicate key names for `MEMORY_INDEX` by default. Commenting out other memory providers.
- Connect to redis by running `redis-cli` - Query for indexes by sending `FT._LIST`