Swift - #5
Merged
Merged
Conversation
added 3 commits
July 24, 2026 08:00
…ht panel
classify_step now wraps its greeting/question decision in
context.thinking("planning", ...) instead of relying on emit_status alone
(never persisted or shown in the UI). Developers and testers can see why
a message was routed to greet vs. answer without reading server logs.
…r's thought The router's coordinator now emits a "Choosing a specialist" thought (fred-sdk 3.4.0, AGENT-THINKING-API-RFC.md Amendment C) that names the chosen member — the [ROUTED:GRAPH]/[ROUTED:REACT_1]/[ROUTED:REACT_2] markers baked into each child's prompt/output were only ever there to let a human verify routing, and they leaked into the visible answer text. Remove them from all three children; the graph child's own deterministic classify_request_step also gets a thought block narrating its keyword decision. Update README_AGENT.md / README_CLI.md to check the thought conclusion instead of the marker. Requires fred-sdk>=3.4.0 (local editable install via `make dev-local` until fred-sdk 3.4.0 is published).
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.
No description provided.