Redesign Qwestor action selection with adaptive context filtering and added evaluation#20
Merged
Merged
Conversation
…mapping, and add evaluation metrics
Nahom32
requested changes
Jul 6, 2026
Nahom32
approved these changes
Jul 7, 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.
This PR redesigns Qwestor's decision-making pipeline to make action selection more context-sensitive.
The changes introduce adaptive candidate filtering, recalibrated action definitions, redesigned stimulus generation, anti-goal-aware risk estimation, and improved evaluation logging.
Changes
Context Parser
Utilities
Stimulus Adapter
Redesigned the context-to-stimulus mapping.
Instead of relying almost entirely on linear signal weighting, the new implementation adopts a hybrid linear and rule-based approach.
Changes include:
Action Selection
The action layer was redesigned to become context adaptive rather than treating every action as a static candidate.
Changes include:
Previously, MAGUS evaluated all available actions regardless of context. The new implementation forwards only contextually relevant candidates, reducing unnecessary competition between unrelated actions while making action selection more computationally efficient and cognitively plausible.
State Projection
Evaluation Pipeline
Enhanced evaluation logging by storing additional information for every interaction, including:
This makes it possible to evaluate whether selected actions are consistent with both the environmental context and the internal motivational state.
Session & Infrastructure
Technical Approach
The overall architecture shifts from a static action-selection process toward an adaptive pipeline: