Skip to content
/ btb Public

Blue-text Bot AI. Uses Ollama + AppleScript

Notifications You must be signed in to change notification settings

bwasti/btb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

btb

locally run blue text bot with editable memory. this is a super early work in progress!

btb

the code is built on ollama and does two things:

  1. uses messages for communication (you'll need a mac and a separate apple account)
  2. uses json for "memory" and lets you edit that directly in the browser

Usage

install Ollama https://ollama.com

ollama pull llama3
pip install -r requirements.txt

then run the service

python service.py

How it works

Messages

  1. Parse ~/Library/Messages/chat.db to get the most recent text (every 1 second)
  2. Use applescript (send.applescript) to send a response message

JSON

  1. Inject the most recent "memory" as JSON into the ollama chat history
  2. Ask a separate model (prompted for JSON output, using format=json) to summarize any new information and update the JSON
  3. Run a server (flask with websockets) to make the JSON live editable by the user in the browser

About

Blue-text Bot AI. Uses Ollama + AppleScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published