Commit Graph

2 Commits

Author SHA1 Message Date
perplexity
f8028cfb61 fix: overnight loop provider resolution — explicit Ollama
Some checks failed
Smoke Test / smoke (pull_request) Failing after 5s
The overnight tightening loop had a 99% error rate (11,058/11,210 tasks)
because resolve_runtime_provider() returned provider='local' which the
AIAgent doesn't recognize.

Fix: Bypass resolve_runtime_provider() entirely. The overnight loop
always runs against local Ollama inference — hardcode it.

Changes:
- Removed dependency on hermes_cli.runtime_provider
- Explicit Ollama provider (http://localhost:11434/v1)
- Model configurable via OVERNIGHT_MODEL env var (default: hermes4:14b)
- Base URL configurable via OVERNIGHT_BASE_URL env var

Before: 1% pass rate (139/11,210 over 1,121 cycles)
After: Should match Ollama availability (near 100% when running)
2026-04-13 02:10:05 +00:00
Alexander Whitestone
9c1dd7fff7 chore: check in all local work — uniwizard, briefings, reports, evennia, morrowind, scripts, specs, training data, angband MCP, diagrams, twitter archive, wizards
- Resolve decisions.md merge conflict (keep both Codex boundary + Ezra/Bezalel entries)
- Update .gitignore: protect bare secret files, exclude venvs and nexus-localhost
- Add uniwizard tools (mention watcher, adaptive prompt router, self-grader, classifiers)
- Add briefings, good-morning reports, production reports
- Add evennia world scaffold and training data
- Add angband and morrowind MCP servers
- Add diagrams, specs, test results, overnight loop scripts
- Add twitter archive insights and media metadata
- Add wizard workspaces (allegro, nahshon)
2026-03-30 17:18:09 -04:00