Files
timmy-home/training-data/dpo-pairs/session_20260324_163045_67b832.json
Alexander Whitestone 0d64d8e559 initial: sovereign home — morrowind agent, skills, training-data, research, specs, notes, operational docs
Tracked: morrowind agent (py/cfg), skills/, training-data/, research/,
notes/, specs/, test-results/, metrics/, heartbeat/, briefings/,
memories/, skins/, hooks/, decisions.md, OPERATIONS.md, SOUL.md

Excluded: screenshots, PNGs, binaries, sessions, databases, secrets,
audio cache, timmy-config/ and timmy-telemetry/ (separate repos)
2026-03-27 13:05:57 -04:00

7 lines
1.0 KiB
JSON

[
{
"prompt": "Investigate issue #1459: Pre-push hook times out on agentic_loop tests that try to connect to Ollama.\n\nThe tox.ini already excludes tests marked @pytest.mark.ollama. The bug is that some agentic_loop tests make real Ollama connections without being marked with @pytest.mark.ollama.\n\n1. Read ALL agentic_loop test files in /tmp/timmy-agents/hermes/repo/tests/ (there are several: tests/test_agentic_loop.py, tests/unit/test_agentic_loop.py, tests/timmy/test_agentic_loop.py, tests/e2e/test_agentic_chain.py)\n2. For each file, check if tests:\n a. Make real HTTP connections to Ollama (not mocked)\n b. Are missing @pytest.mark.ollama marker\n c. Are marked @pytest.mark.unit but try real connections\n3. Also check tests/timmy/test_ollama_timeout.py and tests/timmy/test_ollama_disconnect.py\n4. Report: which specific test files and functions are the problem? What markers do they have? What connections do they attempt?",
"chosen": "",
"session": "session_20260324_163045_67b832.json"
}
]