1
0

[loop-cycle-38] fix: add soul identity to system prompts (#127) (#134)

Co-authored-by: hermes <hermes@timmy.local>
Co-committed-by: hermes <hermes@timmy.local>
This commit is contained in:
2026-03-15 09:42:57 -04:00
committed by rockachopa
parent 76df262563
commit d48d56ecc0
4 changed files with 8 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ def test_create_timmy_embeds_system_prompt():
kwargs = MockAgent.call_args.kwargs
# Prompt should contain base system prompt (may have memory context appended)
# Default model (llama3.2) uses the lite prompt
assert "local AI assistant" in kwargs["description"]
assert "Timmy" in kwargs["description"]
# ── Ollama host regression (container connectivity) ─────────────────────────