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

[Bug]: Unable to see the workflow #1340

Closed monuminu closed 7 months ago

monuminu commented 7 months ago

Describe the bug

When I click on Workflow tab in the UI i get the below error

Error occurred while retrieving workflows: 1 validation error for AgentWorkFlowConfig type unexpected value; permitted: 'twoagents', 'groupchat' (type=value_error.const; given=default; permitted=('twoagents', 'groupchat'))

Steps to reproduce

No response

Expected Behavior

No response

Screenshots and logs

No response

Additional Information

No response

victordibia commented 7 months ago

Hi @monuminu ,

Does the solution in #1305 address your issue?

monuminu commented 7 months ago

I upgraded to autogenstudio-0.0.28a0 and i got this issue. I had to uninstall , clear the folder and install again. My workflow are lost though !

victordibia commented 7 months ago

Sorry about that.
And yes, we will need some good versioning scheme to deal with database schema compatibility issues like this. Added to the roadmap #737

gagb commented 7 months ago

Closing as we added it to the roadmap as a feature request; @monuminu any help is appreciated. Please reopen if this was an error.