mirror of
https://github.com/larchanka/manbot.git
synced 2026-05-13 21:42:08 +00:00
716 B
716 B
Task: [P10-06] Model Selection Verification
Status: Todo Priority: Medium Source: _board/AUDIT.md
Description
Conduct a verification run to ensure that the complexity mapping works as expected after the changes in P10-04 and P10-05.
Steps
- Set
plannerComplexitytolargeinconfig.json. - Run a task that requires multiple steps (e.g., "Write a complex research paper about black holes").
- Check terminal logs for IPC messages to
model-router. - Verify that the
modelparameter in Lemonade requests isqwen2.5:7b(mapped tolarge).
Success Criteria
- Planning uses the configured complexity.
- Execution nodes without explicit classes use the task's global complexity.