microsoft / autogen

A programming framework for agentic AI 🤖
https://microsoft.github.io/autogen/
Creative Commons Attribution 4.0 International
30.73k stars 4.48k forks source link

[AutoGen Studio]: Error occurred while retrieving workflows #1326

Closed vipervs closed 7 months ago

vipervs commented 7 months ago

Describe the bug

when clicking on Workflows I get this error "Error occurred while retrieving workflows: 1 validation error for AgentWorkFlowConfig type Input should be 'twoagents' or 'groupchat' [type=literal_error, input_value='default', input_type=str] For further information visit https://errors.pydantic.dev/2.3/v/literal_error"

and it is not possible to add a new workflow

Error occurred while creating workflow: 1 validation error for AgentWorkFlowConfig type Input should be 'twoagents' or 'groupchat' [type=literal_error, input_value='default', input_type=str] For further information visit https://errors.pydantic.dev/2.3/v/literal_error

i have tried to pip uninstall and reinstall autogenstudio with a new Conda env, but no change.

where can I find and delete the db?

Steps to reproduce

No response

Expected Behavior

No response

Screenshots and logs

No response

Additional Information

No response

victordibia commented 7 months ago

This error is due to a some schema differences across versions. Related to #1305 Please uninstall and reinstall autogenstudio.