Dynamic reasoning/model switch per user request in Agno AgentOS via AG-UI — is this supported? #7475
paulsonkevgit
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
🔴 Core Questions
I’m trying to confirm the following:
**Can users dynamically control reasoning and model selection per request/run? : when using AGUI interface
If yes:
If not:
Agentinstance effectively fixed once initialized in AgentOS?4.Or only dynamic way is to let the agent decide based on the reasoining tools (https://docs.agno.com/reasoning/reasoning-tools)
https://docs.agno.com/reasoning/overview
https://docs.agno.com/reasoning/reasoning-agents
🎯MY Goals / (CLICK TO EXPAND )
I’m trying to build a UX similar to ChatGPT / Copilot: (HEY But MY BACKEND AGENT FRAMEWORK IS AGNO - i know its AGUI compatible and is hitting the AGUI endpoint from my front end)
Expected behavior:
/aguirequest reflects the user’s selection in how the agent behaves## 🧩 My Setup (CLICK TO EXPAND )
/aguiendpointAG-UI payload supports:
❓ Additional Architecture Question
If dynamic reconfiguration is not supported directly:
What is the recommended approach?
Is it only possible to:
Or is there a better pattern to handle:
📚 My Research & Observations (from docs OF AGNO)
Reasoning Support in Agent
From docs:
https://docs.agno.com/reasoning/overview
https://docs.agno.com/reasoning/reasoning-agents
Reasoning can be enabled at the Agent constructor level:
For non-native reasoning models:
🙏 Final Ask
Also:
Is it not a recommended pattern to allow:
Thanks in advance.
All reactions