A self-hosted Claude agent with local memory and cheaper repeat prompts

This is a for running a Claude agent that remembers past work and avoids paying full price to resend the same every time. It includes both Discord and s. Everything the agent writes is stored exactly as written in local ChromaDB storage, then searched later by meaning.

That recall happens on the user’s own machine, so it does not spend API tokens or depend on a paid vector service. Repeated stable use , which can make those prompt parts about 90% cheaper on each turn. The project now includes a Dockerfile, so it can be started with up.

The public repository is github.com/avasol/galadriel-public.

Key points

  • The tool runs a Claude agent on your own server or machine.
  • It provides both Discord and s.
  • Agent output is stored locally in ChromaDB and searched by meaning later.
  • Memory lookup does not spend API tokens.
  • can make repeated about 90% cheaper.
Read original