Bess Ollama battery tooling + Grok substrate fix#3
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
test_ollama_local.py) pointed at Bess endpointConvergenceDetectorinit — remove unsupportedgrammar_versionkwargembassy.helixaiinnovations.ca:11434grok_xaifromazure_gptinidentify_substrate()via c_seed topology prefix — both share all-L1 B-vector; Llama-small prefix (92de78db...) now correctly routes togrok_xaiTest plan
qwen2.5:7bon Bess converges withtest_ollama_local.py(confirmed 2026-05-27)deepseek-helix:lateston Bess converges (confirmed 2026-05-28, 5 passes)identify_substrate(["L1","L1","L1","L1"], c_seed="92de78db...")returnsgrok_xaiidentify_substrate(["L1","L1","L1","L1"], c_seed="c9b0b4c4...")returnsazure_gptidentify_substrate(["L1","L1","L1","L1"])(no seed) returnsazure_gpt(backward compat)🤖 Generated with Claude Code