microsoft / microsoft/agent-framework
Python: [Issue]: DevUI is not showing streaming responses and tools call execution for autonomous mode
@victordibia is already working on this.
Since Jan 6, 2026.
- Dominant language
- Python
- Stars
- 13.6k
- Forks
- 2.3k
- Avg merge
- 2d 45m
- Merged PRs (30d)
- 358
Description
### Language
Python
### Type of Issue
Bug
### Microsoft.Agents.AI
_No response_
### Microsoft.Agents.AI.Abstractions
_No response_
### Microsoft.Agents.AI.OpenAI
_No response_
### Microsoft.Agents.AI.AzureAI
_No response_
### Microsoft.Agents.AI.Anthropic
_No response_
### Microsoft.Agents.AI.Hosting
_No response_
### Microsoft.Agents.AI.Workflows
_No response_
### Other .NET Packages
_No response_
### agent-framework-core
1.0.0b251223
### agent-framework-azure-ai
_No response_
### agent-framework-anthropic
_No response_
### agent-framework-azurefunctions
_No response_
### Other Python Packages
_No response_
### Description
I'm using the handoff workflow with
`.with_interaction_mode("autonomous", autonomous_turn_limit=15)`
Attached is the devUI screenshot
The workflow calls tools in the code which I can see in the logs too, but that tool call stack is not seen on the devUI and the response is also not streamed on the devUI.
Is it a way to stream responses on the devUI as and when it is received on the backend and the tools call should show on the devUI too which it doesn't at all right now?
### Code Sample
```markdown
```
### Additional Context
_No response_
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.