Skip to content

paulkiley/ai-chat-context-app-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Chat Context App (Template)

This is a minimal example app that consumes the AI Chat Context Keeper framework to save and retrieve AI chat context safely.

Install

  • Create venv: uv venv
  • Install: uv pip install -e .

Config

  • Preferred env vars (framework-compatible):
    • CHM_HISTORY_BASE_DIR – base history dir
    • CHM_READ_ONLY=1 – prevent writes (use with aiapp save --dry-run)

Usage

  • Save from stdin:
    • pbpaste | uv run aiapp save --project MyProj --topic Setup --summary "Initial setup"
  • Retrieve:
    • uv run aiapp retrieve --project MyProj --topic Setup --limit 2

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages