-
Notifications
You must be signed in to change notification settings - Fork 5k
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
[AutoBuild] address issue 941 954; add new feature; add debug information #944
Conversation
…ith output examples.
Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu>
# Conflicts: # autogen/agentchat/contrib/agent_builder.py
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #944 +/- ##
===========================================
+ Coverage 26.63% 37.77% +11.14%
===========================================
Files 28 28
Lines 3777 3801 +24
Branches 858 907 +49
===========================================
+ Hits 1006 1436 +430
+ Misses 2700 2239 -461
- Partials 71 126 +55
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
LGTM
…tion (microsoft#944) * try to fix blog * modify blog * fix test error in microsoft#717; fix blog typo in installation; update blogs with output examples. * pre-commit * pre-commit * Update website/blog/2023-11-26-Agent-AutoBuild/index.mdx Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu> * add future work * fix grammar * update agent_builder * solve microsoft#941; add detailed debug info; support json string config * pre-commit * solve microsoft#954 * pre-commit --------- Co-authored-by: Jieyu Zhang <jieyuz2@cs.washington.edu> Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu>
…tion (microsoft#944) * try to fix blog * modify blog * fix test error in microsoft#717; fix blog typo in installation; update blogs with output examples. * pre-commit * pre-commit * Update website/blog/2023-11-26-Agent-AutoBuild/index.mdx Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu> * add future work * fix grammar * update agent_builder * solve microsoft#941; add detailed debug info; support json string config * pre-commit * solve microsoft#954 * pre-commit --------- Co-authored-by: Jieyu Zhang <jieyuz2@cs.washington.edu> Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu>
Why are these changes needed?
Related issue number
#941 #954
Checks