Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug][AutoGen Studio]: Update workflow won't update session info, neither the agents info #2128

Open
thinkall opened this issue Mar 23, 2024 · 2 comments
Labels
bug Something isn't working studio Related to AutoGen Studio.

Comments

@thinkall
Copy link
Collaborator

Describe the bug

When I create a session without setting the llm_config, it raises an error message saying that I need to config the llm_config.
Then I go the build page and updated the workflow by adding API key to the model. However, the existing session still doesn't work, while I can create a new session with the same workflow and it works.
image

Moreover, we can update agents info in the workflow, but it doesn't sync with the agents. Updated agents won't sync in the workflow either. It's a little bit confusing. If agents in the workflow is actually an "instance" of the agents in the "Agents" page, then it might be better that the agent names in the workflow reflect that.

Steps to reproduce

No response

Model Used

No response

Expected Behavior

No response

Screenshots and logs

No response

Additional Information

No response

@thinkall thinkall added bug Something isn't working studio Related to AutoGen Studio. labels Mar 23, 2024
@gagb
Copy link
Collaborator

gagb commented Mar 23, 2024

@thinkall, @victordibia is actively rewriting the DB layer to address this.

@victordibia
Copy link
Collaborator

Hi @thinkall ,

This is being worked on as part of a DB rewrite in this issue #1694
This should enable us link entities correctly.
In the error/issue above, once a workflow is linked to a session, all actions in the session should use the most updated version of the workflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working studio Related to AutoGen Studio.
Projects
None yet
Development

No branches or pull requests

3 participants