Index
Master-repo for å bevare kontekst fra AI-tråder uten bloat.
Struktur
threads/
claude/ # én .md per Claude-tråd
gemini/ # én .md per Gemini-tråd
projects/ # prosjekt-kontekst på tvers av plattformer
drive/
summaries/ # auto-genererte sammendrag fra Google Drive
index.yaml # auto-generert Drive-indeks
templates/ # maler for nye filer
scripts/ # verktøy
index.yaml # auto-generert tråd-oversikt
Arbeidsflyt
Ny tråd:
python scripts/new_thread.py "Tittel på tråden" --platform claude --project prosjektnavn
Oppdater indeks:
python scripts/index.py
Søk:
python scripts/search.py "nøkkelord"
python scripts/search.py "nøkkelord" --platform gemini
python scripts/search.py "nøkkelord" --project prosjektnavn
Google Drive → sammendrag
Første gangs oppsett:
- Gå til Google Cloud Console, opprett et prosjekt og aktiver Drive API
- Last ned
credentials.jsonog legg det i.credentials/credentials.json - Installer avhengigheter:
pip install -r requirements.txt - Hent Gemini API-nøkkel fra aistudio.google.com og sett:
export GEMINI_API_KEY=...
Kjør pipeline:
# List filer uten å sammenfatte (test)
python scripts/process_drive.py --dry-run
# Sammenfatt alle filer
python scripts/process_drive.py
# Bare én mappe (bruk mappe-ID fra Drive-URL)
python scripts/process_drive.py --folder <folder-id>
# Tving re-sammendrag av alt
python scripts/process_drive.py --force
# Oppdater Drive-indeks
python scripts/index_drive.py
Sammendrag lagres i drive/summaries/ som markdown med YAML-header.
Prinsipp
Ikke råe chat-eksporter — bare destillert kontekst: hva som ble besluttet, hva statusen er, og hva neste AI-sesjon trenger å vite.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vaig-0.2.0.tar.gz
(19.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
vaig-0.2.0-py3-none-any.whl
(24.8 kB
view details)
File details
Details for the file vaig-0.2.0.tar.gz.
File metadata
- Download URL: vaig-0.2.0.tar.gz
- Upload date:
- Size: 19.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e8c7d686d7a4c0358fdb0ec492a7a5f8daeb3a3839c35504d32c0ea3b3b1995
|
|
| MD5 |
f9fc6a5bee8a19f0b2408e52fa1f8a0f
|
|
| BLAKE2b-256 |
766fdf73c971e54d66c930de4ed2c2013ead5e1bf7bdc6eec6f55ba5461727e0
|
File details
Details for the file vaig-0.2.0-py3-none-any.whl.
File metadata
- Download URL: vaig-0.2.0-py3-none-any.whl
- Upload date:
- Size: 24.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
918f3d851ce71c548b8c958d697697c0ea946684a7e94452fce3185c4a11918f
|
|
| MD5 |
6f33a4900e453f7f0c2c1742a2058a98
|
|
| BLAKE2b-256 |
b54519a5d5645f257c66e2173b07528b1cd557dd0ed9fd4059050c6e04b58314
|