from starsessions.nn import BaseEngine
# 2️⃣ Install dependencies (Python 3.10+) pip install -r requirements.txt
| Concept | One‑Line Definition | |---------|----------------------| | | A self‑contained conversation or interaction that retains state across turns. | | Context Buffer | Stores the last N tokens (default = 512) to give the model the necessary history. | | Star‑Score | A normalized confidence metric (0–5★) displayed as a star rating; useful for quick human review. | | Persistence Layer | Optional SQLite/Redis store that lets you resume a session after a server restart. |
Nn !full! - Starsessions
from starsessions.nn import BaseEngine
# 2️⃣ Install dependencies (Python 3.10+) pip install -r requirements.txt
| Concept | One‑Line Definition | |---------|----------------------| | | A self‑contained conversation or interaction that retains state across turns. | | Context Buffer | Stores the last N tokens (default = 512) to give the model the necessary history. | | Star‑Score | A normalized confidence metric (0–5★) displayed as a star rating; useful for quick human review. | | Persistence Layer | Optional SQLite/Redis store that lets you resume a session after a server restart. |