thoughtchain 0.2.2

Semantic, hash-chained memory for long-running and multi-agent systems.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env bash
set -euo pipefail

cd "$(dirname "$0")"

# Optional configuration overrides:
# export THOUGHTCHAIN_DIR="$HOME/.cloudllm/thoughtchain"
# export THOUGHTCHAIN_DEFAULT_KEY="borganism-brain"
# export THOUGHTCHAIN_STORAGE_ADAPTER="jsonl"   # jsonl | binary
# export THOUGHTCHAIN_BIND_HOST="127.0.0.1"
# export THOUGHTCHAIN_MCP_PORT="9471"
# export THOUGHTCHAIN_REST_PORT="9472"

cargo run --bin thoughtchaind