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

Improvements to AutoGen Assistant #828

Merged
merged 25 commits into from
Dec 2, 2023
Merged

Improvements to AutoGen Assistant #828

merged 25 commits into from
Dec 2, 2023

Conversation

victordibia
Copy link
Collaborator

Why are these changes needed?

Improve documentation for AutoGen Assistant sample app, add functionality for sessions, saving sessions, publishing sessions to a local gallery, UI improvements for specifying models.

Related issue number

#793 #739 , parts of #737

Checks

@victordibia victordibia requested a review from gagb December 1, 2023 06:13
@codecov-commenter
Copy link

codecov-commenter commented Dec 1, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9ce60c4) 27.77% compared to head (49c72eb) 27.77%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #828   +/-   ##
=======================================
  Coverage   27.77%   27.77%           
=======================================
  Files          27       27           
  Lines        3500     3500           
  Branches      794      794           
=======================================
  Hits          972      972           
  Misses       2457     2457           
  Partials       71       71           
Flag Coverage Δ
unittests 27.71% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@afourney afourney self-requested a review December 1, 2023 17:47
Copy link
Member

@afourney afourney left a comment

Choose a reason for hiding this comment

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

Was playing with this last night. Looks great!

@sonichi sonichi added this pull request to the merge queue Dec 1, 2023
@sonichi sonichi removed this pull request from the merge queue due to a manual request Dec 1, 2023
Copy link
Contributor

@sonichi sonichi left a comment

Choose a reason for hiding this comment

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

minor suggestions.

samples/apps/autogen-assistant/notebooks/tutorial.ipynb Outdated Show resolved Hide resolved
samples/apps/autogen-assistant/pyproject.toml Outdated Show resolved Hide resolved
@sonichi sonichi added this pull request to the merge queue Dec 2, 2023
Merged via the queue into main with commit 5547e3b Dec 2, 2023
16 checks passed
@sonichi sonichi deleted the autogenra branch December 3, 2023 16:48
rlam3 pushed a commit to rlam3/autogen that referenced this pull request Dec 19, 2023
* improve template for files, integreate files in db

* ui update, improvements to file display grid

* add new global skill for image generation

* update readme to address microsoft#739

* utils.py refactor, separate db uitls for ease of development

* db utils

* add support for sessions both in backend api and ui

* improve implementation for session support

* add early v1 support for a gallery and publishing to a gallery

* rewrite logic for file storage representation. Store only file references on in db

* update generate image logic

* update ui layout

* fix light dark mode bug

* v1 support for showing items added to gallery

* remove viewer as it is merged in gallery

* formatting updates

* QOL refactoring

* readme and general updates

* add example notebook on assistant api

* imporve naming conventions and formatting

* readme update

* Update samples/apps/autogen-assistant/pyproject.toml

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

* Update samples/apps/autogen-assistant/notebooks/tutorial.ipynb

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

---------

Co-authored-by: Chi Wang <[email protected]>
whiskyboy pushed a commit to whiskyboy/autogen that referenced this pull request Apr 17, 2024
whiskyboy pushed a commit to whiskyboy/autogen that referenced this pull request Apr 17, 2024
* improve template for files, integreate files in db

* ui update, improvements to file display grid

* add new global skill for image generation

* update readme to address microsoft#739

* utils.py refactor, separate db uitls for ease of development

* db utils

* add support for sessions both in backend api and ui

* improve implementation for session support

* add early v1 support for a gallery and publishing to a gallery

* rewrite logic for file storage representation. Store only file references on in db

* update generate image logic

* update ui layout

* fix light dark mode bug

* v1 support for showing items added to gallery

* remove viewer as it is merged in gallery

* formatting updates

* QOL refactoring

* readme and general updates

* add example notebook on assistant api

* imporve naming conventions and formatting

* readme update

* Update samples/apps/autogen-assistant/pyproject.toml

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

* Update samples/apps/autogen-assistant/notebooks/tutorial.ipynb

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

---------

Co-authored-by: Chi Wang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants