Dustin
01f063d22a
Update code-executors.ipynb ( #2396 )
...
fix grammar
2024-04-16 05:04:12 +00:00
Dustin
fd4e722f63
Update code-executors.ipynb ( #2394 )
...
fix spelling typo
2024-04-16 05:03:07 +00:00
Dustin
f3b9febead
Update chat-termination.ipynb ( #2393 )
...
fix grammar mistake
2024-04-16 04:59:46 +00:00
liujun121533
77e169c918
Fix typo in conversation-patterns.ipynb ( #2322 )
2024-04-08 11:53:34 +00:00
Chi Wang
ebd0210fa1
bump version to 0.2.22 ( #2256 )
...
* bump version to 0.2.22
* doc update
* link update
* consider the failure case
2024-04-05 13:41:14 +00:00
Li Jiang
42b27b9a9d
Add isort ( #2265 )
...
* Add isort
* Apply isort on py files
* Fix circular import
* Fix format for notebooks
* Fix format
---------
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
2024-04-05 02:26:06 +00:00
Benjamin Stein
1c22a93535
Update listdir() in sample code to take correct args ( #2261 )
...
Executing this code (Python 3.11, MacOS) returns error
`TypeError: listdir: path should be string, bytes, os.PathLike, integer or None, not TemporaryDirectory`
Using the string name of the dir works better.
2024-04-03 02:33:27 +00:00
Eric Zhu
c27eb0d0c0
Break up contributor guide for better navigability ( #2250 )
...
* contributor guide
* update
2024-04-02 14:51:22 +00:00
Eric Zhu
6ca478502d
Improving website navigation and help click-through analytics collection ( #2205 )
...
* Add changes
* Update
2024-04-01 18:32:41 +00:00
Mark Sze
3f63db32b9
Added ability to specify 'role' field for select speaker messages for Group Chats (Replaces PR #2167 ) ( #2199 )
...
* Re-commit of code from PR (#2167 ) addressing #1861 , due to wrong basing
* Update website/docs/topics/non-openai-models/best-tips-for-nonopenai-models.md
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Removed unnecessary notebook images
* Update conversation-patterns.ipynb
Updated to include note about being applicable when auto.
* Updated to include checks that the role is not blank/None. Added tests.
* Changed try-except to use pytest
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2024-03-31 22:54:17 +00:00
Eric Zhu
2bfa181b4d
New conversational chess notebook using nested chats and tool use ( #2137 )
...
* add chess notebook
* update
* update
* Update notebook with figure
* Add example link
* redirect
* Clean up example format
* address gagan's comments
* update references
* fix links
2024-03-25 16:24:08 +00:00
Eric Zhu
ecc459f8c5
Add tool use chapter to tutorial ( #2079 )
...
* Add tool use chapter
* fix format
* typo
* Edits to tool-use chapter
* update
---------
Co-authored-by: Jack Gerrits <jack@jackgerrits.com>
2024-03-20 19:31:58 +00:00
Eric Zhu
5c1579d2ad
Add links to roadmap issues from README, Getting-Started, Contribute and Tutorial ( #2072 )
...
* Link to roadmap issues.
* Ordering
2024-03-20 02:04:41 +00:00
Dan
501f8d2272
Fix typo in conversation-patterns.ipynb ( #2066 )
2024-03-19 03:27:00 +00:00
Chi Wang
cc836de13d
adjust order of side bars ( #2040 )
...
* adjust order of side bars
* doc improvement
* limit max turns
* improve tests
* improve doc
* improve docstr
2024-03-17 22:57:54 +00:00
Benhao Huang
462ef9c387
Update chat-termination.ipynb ( #2019 )
...
grammar typos found and fixed
2024-03-14 18:09:49 +00:00
Eric Zhu
0ae35815be
Rename tutorial chapter: "what is next" --> "what next" ( #1992 )
...
* rename termination to chat termination
* label
* redirect
* Rename "what is next" --> "what next"
2024-03-13 15:47:41 +00:00
Eric Zhu
33e42c44cb
Rename tutorial chatper "Termination" to "Chat Termination" ( #1962 )
...
* rename termination to chat termination
* label
2024-03-12 23:55:08 +00:00
Chi Wang
858cec8de8
bump version to 0.2.19 and update doc ( #1971 )
...
* bump version to 0.2.19 and update doc
* doc update
2024-03-12 19:05:00 +00:00
Davor Runje
16955959a3
website/docs/tutorial/assets/conversable-agent.jpg: convert to Git LFS ( #1974 )
2024-03-12 18:09:54 +00:00
andreyseas
579c3cc466
Fixed simple grammatical mistake ( #1952 )
2024-03-11 18:07:11 +00:00
Eric Zhu
a5a0540be9
Update tutorial examples, reference to register_reply. ( #1941 )
...
* update tutorial examples, writings, reference to register_reply.
* update
* update
2024-03-10 05:36:34 +00:00
Eric Zhu
bae54073cd
Update conversable agent image ( #1939 )
...
* Update conversable agent image
* fix
* fix
* fix
* fix
2024-03-10 04:41:15 +00:00
Chi Wang
f247b45500
Update introduction.ipynb ( #1934 )
...
* Update introduction.ipynb
* fix json
* word
2024-03-10 04:02:56 +00:00
Eric Zhu
74298cda2c
AutoGen Tutorial ( #1702 )
...
* update intro
* update intro
* tutorial
* update notebook
* update notebooks
* update
* merge
* add conversation patterns
* rename; delete unused files.
* Reorganize new guides
* Improve intro, fix typos
* add what is next
* outline for code executor
* initiate chats png
* Improve language
* Improve language of human in the loop tutorial
* update
* update
* Update group chat
* code executor
* update convsersation patterns
* update code executor section to use legacy code executor
* update conversation pattern
* redirect
* update figures
* update whats next
* Break down chapter 2 into two chapters
* udpate
* fix website build
* Minor corrections of typos and grammar.
* remove broken links, update sidebar
* code executor update
* Suggest changes to the code executor section
* update what is next
* reorder
* update getting started
* title
* update navbar
* Delete website/docs/tutorial/what-is-next.ipynb
* update conversable patterns
* Improve language
* Fix typo
* minor fixes
---------
Co-authored-by: Jack Gerrits <jack@jackgerrits.com>
Co-authored-by: gagb <gagb@users.noreply.github.com>
Co-authored-by: Joshua Kim <joshua@spectdata.com>
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
2024-03-09 17:45:58 +00:00