Skip to content

Bess Ollama battery tooling + Grok substrate fix#3

Merged
stephenh67 merged 4 commits into
mainfrom
spider-dev
May 29, 2026
Merged

Bess Ollama battery tooling + Grok substrate fix#3
stephenh67 merged 4 commits into
mainfrom
spider-dev

Conversation

@stephenh67

Copy link
Copy Markdown
Contributor

Summary

  • Add local Ollama TEL convergence battery (test_ollama_local.py) pointed at Bess endpoint
  • Fix ConvergenceDetector init — remove unsupported grammar_version kwarg
  • Point battery endpoint at embassy.helixaiinnovations.ca:11434
  • Disambiguate grok_xai from azure_gpt in identify_substrate() via c_seed topology prefix — both share all-L1 B-vector; Llama-small prefix (92de78db...) now correctly routes to grok_xai

Test plan

  • qwen2.5:7b on Bess converges with test_ollama_local.py (confirmed 2026-05-27)
  • deepseek-helix:latest on Bess converges (confirmed 2026-05-28, 5 passes)
  • identify_substrate(["L1","L1","L1","L1"], c_seed="92de78db...") returns grok_xai
  • identify_substrate(["L1","L1","L1","L1"], c_seed="c9b0b4c4...") returns azure_gpt
  • identify_substrate(["L1","L1","L1","L1"]) (no seed) returns azure_gpt (backward compat)

🤖 Generated with Claude Code

Spider-local (Claude Sonnet 4.6) and others added 4 commits May 27, 2026 14:47
Runs the full TEL convergence pass against a local Ollama endpoint.
Identifies topology from known C-seeds (Universal, Llama-small,
Gemma-small). Usage: python3 test_ollama_local.py <model-name>

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…pology prefix

Both xAI Grok and Azure GPT produce an all-L1 B-vector. identify_substrate()
now accepts an optional c_seed parameter; the Llama-small prefix (92de78db...)
routes to grok_xai while all other all-L1 cases remain azure_gpt.
ConvergenceSplit passes c_seed automatically. Backward-compatible: no c_seed
falls back to azure_gpt as before.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@stephenh67 stephenh67 merged commit c22c236 into main May 29, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant