-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Conversation
…CSV files. Add download link in the modal for appropriate file types including CSV, Code, and PDF.
Co-authored-by: Chi Wang <[email protected]>
Autogenstudio Add CSV file support
…upChatFlowSpecView and AgentFlowSpecView.
…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
There was a problem hiding this 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.
- Fix a bug with workflow specification Fixed a bug in Workflow Specification Modal state management Fixed a bug in Workflow Specification Modal state management #1428 .
- Add Support for viewing CSV files in AutoGen Studio Autogenstudio Add CSV file support Autogenstudio Add CSV file support #1355.
- Fix Install Guide for Windows Users Fix build issues Fix build issues #1470.
- Other Features
- Add Models as high level object with support for testing models in UI. [Feature Request]: "Test" button for Models [Feature Request]: "Test" button for Models #1404
- Support for downloading workflows (sanitized to remove api keys) [Autogen Studio Feature Request]: The ability to export agents and workflows as python code. [Autogen Studio Feature Request]: The ability to export agents and workflows as python code. #1287
-> @victordibiaTo copy a workflow, click on the "copy" icon, then click on "Cancel" in the "Workflow Specification" modal that appears. in the "Workflow Specification" modal that appears after clicking the "copy" icon. This will be the next issue to be corrected.
-> My apologies. It seems I made an operational error. I withdraw my point as it does not reproduce. - Add Support for editing skills with a full fledged code editor . Fixes [Issue]: Editing a Skill [Issue]: Editing a Skill #1442
- Add speaker selection to Group Chat UI [Feature Request]: Ability to Predefine Speaker Flow in Studio [Feature Request]: Ability to Predefine Speaker Flow in Studio #1373
small issue: In csv report, if select showing 10 items or 20 items per page, it still shows 50 items per page |
samples/apps/autogen-studio/autogenstudio/utils/dbdefaults.json
Outdated
Show resolved
Hide resolved
Seems like the build issues were addressed in commits after last review. Approving. |
…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]>
Why are these changes needed?
This PR adds improvements to AutoGen Studio
Related issue number
#1373 #1442
Checks