microsoft / microsoft/agent-framework

Python: [Issue]: DevUI is not showing streaming responses and tools call execution for autonomous mode

Open
#3,082 2 comments 0 reactions 1 assignee View on GitHub

@victordibia is already working on this.

Since Jan 6, 2026.

bug devui python reproduced
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

Image
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.