- scheduler.py: AsyncIOScheduler with three cron jobs
short daily 03:00 (no LLM, always fast)
mid weekly Sun 03:30 (LLM)
long monthly 1st 04:00 (LLM — off by default)
- config.py: AUTO_DISTILL, AUTO_DISTILL_SHORT/MID/LONG .env flags
- main.py: start/stop scheduler in FastAPI lifespan
- routers/distill.py: GET /distill/status — next run times + config
- requirements.txt: apscheduler>=3.10
- HELP.md: updated planned items, added /distill/status to API table
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Inara — Identity & Memory Layer
This directory is Inara's home. It contains everything needed to instantiate her as a consistent, persistent agent across any model or runtime.
Files
| File | Tier | Purpose |
|---|---|---|
SOUL.md |
Always | Core identity, traits, how she behaves |
IDENTITY.md |
Always | Name, vibe, emoji — the short card |
USER.md |
T1+ | Scott's profile — who she's helping |
MEMORY.md |
T2+ | Curated long-term memory (keep under 4k tokens) |
PROTOCOLS.md |
T2+ | Fleet rules, safety, delegation, memory management |
CONTEXT_TIERS.md |
Dispatcher | Which files to load per model context size |
sessions/ |
T3+ | Daily session logs (raw), format: YYYY-MM-DD.md |
Loading Order
Always load in this order to establish context before adding detail:
SOUL.mdIDENTITY.mdUSER.mdMEMORY.mdPROTOCOLS.md- Session files (most recent first)
See CONTEXT_TIERS.md for the full dispatcher spec.
Secrets
Credentials, API keys, and tokens live in .env only — never in these files.