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

Autogenstudio Updates [CSV support, Workflow Export, Skill Editing, Windows Testing ] #1475

Merged
merged 71 commits into from
Feb 6, 2024

Conversation

victordibia
Copy link
Collaborator

@victordibia victordibia commented Jan 30, 2024

Why are these changes needed?

This PR adds improvements to AutoGen Studio

Related issue number

#1373 #1442

Checks

victordibia and others added 30 commits January 20, 2024 23:13
…CSV files. Add download link in the modal for appropriate file types including CSV, Code, and PDF.
Autogenstudio Add CSV file support
…es to remain in state when closing a modal other than onOk.
…when the content of FlowConfigViewer Modal was changed after the Agent Specification Modal was updated when an updatedFlowConfig was created using localFlowConfig.
…pchat_from_new_workflow

Fixed a bug in Workflow Specification Modal state management
Copy link
Contributor

@junkei-okinawa junkei-okinawa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have verified that the edits are reflected and the functionality works.

  • Other Features

@cheng-tan
Copy link
Contributor

small issue: In csv report, if select showing 10 items or 20 items per page, it still shows 50 items per page

@victordibia victordibia added the proj-studio Related to AutoGen Studio. label Feb 1, 2024
@victordibia victordibia requested a review from sonichi February 5, 2024 06:51
@gagb
Copy link
Collaborator

gagb commented Feb 5, 2024

I get the following error when I try to build this PR with the studio dev container. Complains about a product env being missing. lmk when this is fixed and I can re-review.

creation.log

Seems like the build issues were addressed in commits after last review. Approving.

@sonichi sonichi added this pull request to the merge queue Feb 6, 2024
Merged via the queue into main with commit feed806 Feb 6, 2024
22 checks passed
@sonichi sonichi deleted the autogenstudio branch February 6, 2024 02:48
whiskyboy pushed a commit to whiskyboy/autogen that referenced this pull request Apr 17, 2024
…indows Testing ] (microsoft#1475)

* support groupchat, other QOL fixes

* remove gallery success toast

* Fix microsoft#1328. Add CSVLoader component and related support for rendering CSV files. Add download link in the modal for appropriate file types including CSV, Code, and PDF.

* add name and description field to session datamodel

* Update website/blog/2023-12-01-AutoGenStudio/index.mdx

Co-authored-by: Chi Wang <[email protected]>

* sanitize llmconfig, remove additional fields

* improve models UX, only modify models from model tab.

* readme updates

* improve db defaults

* improve ui hover behavior and add note on models

* general qol updats

* add support for returning summary_method

* use ant design tables

* icon and layout updates

* css and layout updates

* readme updates and QOL updates

* fix bug where empty string is used as apikey microsoft#1415

* add speaker selection to UI microsoft#1373

* Fixed a bug that localAgent updates were not synchronized between GroupChatFlowSpecView and AgentFlowSpecView.

* Fixed a bug in Agent Specification Modal that caused localAgent updates to remain in state when closing a modal other than onOk.

* Fixed a bug that the updated Agent Specification Modal was not saved when the content of FlowConfigViewer Modal was changed after the Agent Specification Modal was updated when an updatedFlowConfig was created using localFlowConfig.

* add version to package

* remove sample key

* early support for versions table and testing models

* Add support for testing model when created microsoft#1404

* remove unused imports, qol updates

* fix bug on workflowmanager

* make file_name optional in skills datamodel

* update instructions on models

* fix errors from merge conflict with main

* santize workflow before download

* add support for editing skills in full fledged editor (monaco) microsoft#1442

* fix merge artifacts

* Fix build command for windows

Replaced && to & to continue execution when the 'ui' folder doesn't exist and also suppressed error "The system cannot find the file specified."

* Fix setup instructions

The config file starts with a dot (according to gatsby-config.ts).

* Throw error if env file doesn't exist

Otherwise the app will not work (issue very hard to trace)

* version bump

* formattin gupdates

* formatting updates

* Show warning instead of error if env config file doesn't exist

Fix: microsoft#1475 (comment)

* add rel noopener to a tags

* formating updates

* remove double section in readme.

* update dev readme

* format update

* add default autoreply to agent config datamodel

* add check for empty messages list

* improve groupchat behavior, add sender to list of agents

* update system_message defaults to fit autogen default system message microsoft#1474

* simplify response from test_model to only return content, fix serialization issue in microsoft#1404

* readme and other formatting updates

* add support for showing temp and default auto reply microsoft#1521

* formatting updates

* formating and other updates

---------

Co-authored-by: Paul Retherford <[email protected]>
Co-authored-by: Chi Wang <[email protected]>
Co-authored-by: junkei_okinawa <[email protected]>
Co-authored-by: Christopher Pereira <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proj-studio Related to AutoGen Studio.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Issue]: Editing a Skill
8 participants