marauder-actual
66544f427d
remove redundant marauder wrappers and anthropic dependency
...
memory.py and marauder_cart.py were subprocess wrappers around marauder
CLI — redundant now that the opencode chat agent has native EEMS tools.
Also remove custom TOOLS dict, EEMS context injection at session start,
marauder_cart.create() in calibration_done, and anthropic dep/env vars.
Inline slug() as _slug() in calibration.py.
2026-05-30 10:32:58 +02:00
marauder-actual
e2f6bc7ee3
fix: remove marauder/MCP references from all LLM-facing prompts
...
- BT_SYSTEM_PROMPT: removed MCP/marauder limitation lines
- calibration.py: removed marauder CLI suggestion from generated cart prompts
- Adam's cart on sin: cleaned separately (marauder line removed)
2026-05-29 19:16:14 +02:00
marauder-actual
c8b554ce76
fix(calibration): fallback voices use madcat-tts cart IDs, not piper model names
2026-05-29 16:59:59 +02:00
marauder-actual
4594f07ebc
feat(calibration): 10-question battery, config-driven voice, WCAG-safe theme
...
Rework calibration.py into a fixed 10-question battery:
- 4 critical questions (language, name, persona name, gender)
- 6 random probes drawn from the 12-item pool (all AI/tech-unrelated)
Theme inference (palette × typography × density × labels):
- Palette: warmth × contrast × energy → default|rose|morning|evening|
sage|paper|ink; all choices verified WCAG AA ≥4.5:1.
- Typography: elaborate+warm → serif-warm; cool+ink → mono;
high-contrast+cool → serif-formal; energetic+warm → mixed-modern;
otherwise sans.
- Density: elaborate cadence → airy; terse → dense; else normal.
- Labels: serif-warm/mixed-modern → cursive; mono → prefix; else block.
Voice selection:
- Removed VOICE_POOL (lang × gender heuristic).
- Added _load_persona_voices(): reads [voices.<lang>].id from a
cart.toml persona file at PCART_CONFIG_PATH or app/conf/persona.toml.
Falls back to FALLBACK_VOICES when no file is present.
- _pick_voice(lang) selects by language key only — no gender heuristic.
cart_store.Cart changes:
- Added calibration_version: int = 1 (new carts emit 2)
- Bumped version: 3 → 4
- Removed unused import
No changes to app/main.py — calibration wiring was already correct.
2026-05-29 14:00:14 +02:00
marauder-actual
96ba8f4b6e
chore: initial commit — chat-saiden web chat baseline
2026-05-29 13:47:34 +02:00