feat(brain): experimental model and thinking cadence foundation - #772
Draft
axelpey wants to merge 4 commits into
Draft
feat(brain): experimental model and thinking cadence foundation#772axelpey wants to merge 4 commits into
axelpey wants to merge 4 commits into
Conversation
This was referenced Sep 6, 2026
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.
Allows the core brain to opt into OpenAI Responses with
gpt-6-astra/lowreasoning and lets each directive vary its idle or running-skill thought pause. Gemini 3.6 Flash/minimal and the 3s/5s global defaults remain unchanged. Provider/model selection takes effect on node restart.The foundation belongs below the Household Orders solution/skills/agent PR. Generic cadence is reused from #694 commit
3894f29fa; no Household skills or routing changes are included. “Astra light” is interpreted as Astra at its lowest documented effort (low), not a different model ID. The separate key-configuration PR owns secure local setup.The adapter preserves native tool-call IDs and encrypted reasoning in bounded local history, uses
store=false, and reuses the existing turn dispatch/cancellation path. Stop now waits for child-turn cleanup before returning. Failed/incomplete streams cannot commit tools or history. The managed proxy's wrapped SSE event-name lines are supported; errors are sanitized and direct keys are blocked in public demo mode.Validation:
Configuration, reproducible probe, raw results and limitations.
Full ROS node + live simulator UI behavior has not been exercised in this foundation; Household integration remains above it. As in the current worker-thread architecture, cancelled HTTP requests can finish in the background but cannot commit or act. Keep this PR DRAFT until Axel explicitly approves it. Do not merge or deploy it as a substitute for approval.