AI chat feature for the tokenburner suite. Streaming replies via AWS Bedrock, conversation history in DynamoDB, single-file HTML UI.
git clone https://github.com/tokenburner-ai/stack.git
cd stack
python3 tokenburner.py install --features chatThe base stack must be deployed first. Then:
cd cdk
AWS_PROFILE=<profile> \
CDK_DEFAULT_ACCOUNT=$(AWS_PROFILE=<profile> aws sts get-caller-identity --query Account --output text) \
CDK_DEFAULT_REGION=us-west-2 \
npx cdk deploy tokenburner-chat --require-approval neverSee tokenburner.md for the full feature spec.