feat(v0.5.1): 4-tier nervous system, WriteTimeout fix, /v1/prune endp…#3
Merged
Divish1032 merged 1 commit intomainfrom Mar 3, 2026
Merged
feat(v0.5.1): 4-tier nervous system, WriteTimeout fix, /v1/prune endp…#3Divish1032 merged 1 commit intomainfrom
Divish1032 merged 1 commit intomainfrom
Conversation
…oint Tiered Nervous System (Qwen3.5 models): - config: add ModelIngest/ModelGuardian/ModelEnrich/ModelOrchestrate fields with backward-compatible fallback chain (defaults: 0.8b/2b/4b/9b) - brain.New(): create 4 separate OllamaClient instances, one per tier - llm/ollama.go: add WithThinking(bool) builder + /think|/no_think prompt prefixes for Qwen3.5; strip <think>...</think> blocks from responses Bug fixes: - server: WriteTimeout now 2×TimeoutMS (was hardcoded 30s); closes BUG-I01 that silently killed enrich/explain-violation/coordinate on CPU - config: default TimeoutMS 30000→60000ms Features: - ingestor: update prompt to 2-3 sentence prose briefing format - pruner: new internal/pruner package strips web boilerplate via Tier 0 (0.8B) - server: POST /v1/prune endpoint; Brain interface + NullBrain updated 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.
…oint
Tiered Nervous System (Qwen3.5 models):
Bug fixes:
Features: