Skip to content

tokenburner-ai/agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Token Agent

Account + context management for the tokenburner suite. Registers two cards on the dashboard:

  • Agent — end-user surface (desktop app download, onboarding).
  • Administration — admin console: create agent accounts (provisions IAM users with scoped Bedrock access), edit per-account or shared context, toggle tiers.

Ships a second Lambda behind an IAM-signed Function URL for MCP-style context reads from a user's machine.

Install

git clone https://github.com/tokenburner-ai/stack.git
cd stack
python3 tokenburner.py install --features agent

Standalone

The 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-agent --require-approval never

See tokenburner.md for the full feature spec.

About

Account + context administration for the tokenburner stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors