Skip to content

Python: [Bug]: devui #3983

@NicoVermeir

Description

@NicoVermeir

Description

DevUI is throwing an error in a workflow:

2026-02-16 15:36:45 [ERROR] agent_framework_devui._executor: Error in workflow execution: Sorry, something went wrong.
2026-02-16 15:36:45 [ERROR] agent_framework_devui._tracing: Error setting up trace capture: 'dict' object has no attribute 'type'
2026-02-16 15:36:45 [ERROR] agent_framework_devui._executor: Error executing entity workflow_basic: generator didn't stop after throw()
Traceback (most recent call last):
  File "d:\Demos\PythonAgents\.venv\Lib\site-packages\agent_framework_devui\_tracing.py", line 152, in capture_traces
    yield collector
  File "d:\Demos\PythonAgents\.venv\Lib\site-packages\agent_framework_devui\_executor.py", line 267, in execute_entity
    if event.type == "request_info":
       ^^^^^^^^^^
AttributeError: 'dict' object has no attribute 'type'

The error comes from the devUI code itself. I think it might be due to version mismatch between agent-framework and agent-framework.devui but that can't be resolved due to conflicts.

To reproduce:

  • Create a new venv
  • pip install agent-framework
  • pip list
Package                                  Version
---------------------------------------- ------------
agent-framework                          1.0.0b251120
agent-framework-core                     1.0.0b251001
  • pip install agent-framework.devui
  • pip list
Package                                  Version
---------------------------------------- ------------
agent-framework                          1.0.0b251120
agent-framework-core                     1.0.0b260212

core package has been upgraded

  • pip install -U agent-framework==1.0.0b260212
ERROR: Cannot install agent-framework-core[all]==1.0.0b260212 and agent-framework==1.0.0b260212 because these package versions have conflicting dependencies.

The conflict is caused by:
    agent-framework 1.0.0b260212 depends on agent-framework-core==1.0.0b260212
    agent-framework-core[all] 1.0.0b260212 depends on agent-framework-core 1.0.0b260212 (Installed)

Code Sample

Error Messages / Stack Traces

ERROR: Cannot install agent-framework-core[all]==1.0.0b260212 and agent-framework==1.0.0b260212 because these package versions have conflicting dependencies.

The conflict is caused by:
    agent-framework 1.0.0b260212 depends on agent-framework-core==1.0.0b260212
    agent-framework-core[all] 1.0.0b260212 depends on agent-framework-core 1.0.0b260212 (Installed)

Package Versions

agent-framework: 1.0.0b251120

Python Version

3.14.3

Additional Context

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingdevuiDevUI-related itemspython

Type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions