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

AutoGen Tutorial #1702

Merged
merged 60 commits into from
Mar 9, 2024
Merged
Show file tree
Hide file tree
Changes from 32 commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
3aade55
update intro
ekzhu Feb 15, 2024
db1b9fa
update intro
ekzhu Feb 15, 2024
29d4350
tutorial
ekzhu Feb 16, 2024
da827a7
update notebook
ekzhu Feb 17, 2024
0dc7181
Merge branch 'main' into tutorial
ekzhu Feb 17, 2024
8d7fe94
update notebooks
ekzhu Feb 17, 2024
c37bb05
update
ekzhu Feb 20, 2024
c626bbf
Merge branch 'main' into tutorial
ekzhu Feb 21, 2024
bd4eab1
merge
ekzhu Feb 21, 2024
cfd4999
add conversation patterns
ekzhu Feb 21, 2024
9f702d5
rename; delete unused files.
ekzhu Feb 21, 2024
633aa10
Reorganize new guides
jackgerrits Feb 21, 2024
d0238c0
Merge pull request #1751 from jackgerrits/tutorial_website_organization
ekzhu Feb 21, 2024
a8d0369
Improve intro, fix typos
gagb Feb 21, 2024
4516a7d
Merge pull request #1754 from microsoft/gagb-tutorial
ekzhu Feb 22, 2024
4cf31d5
add what is next
ekzhu Feb 22, 2024
fc70ffe
outline for code executor
ekzhu Feb 22, 2024
898e48d
initiate chats png
ekzhu Feb 23, 2024
b2838ee
Improve language
gagb Feb 23, 2024
591c81f
Improve language of human in the loop tutorial
gagb Feb 23, 2024
34d4e0c
Merge pull request #1774 from microsoft/gagb-tutorial
ekzhu Feb 24, 2024
48ca642
update
ekzhu Feb 25, 2024
c8ef623
update
ekzhu Feb 25, 2024
a72d15b
Merge branch 'main' into tutorial
ekzhu Feb 25, 2024
7098662
Update group chat
ekzhu Feb 25, 2024
160e8b9
code executor
ekzhu Feb 26, 2024
4d4b0ba
update convsersation patterns
ekzhu Feb 27, 2024
eda0473
Merge branch 'main' into tutorial
ekzhu Feb 29, 2024
82fe004
update code executor section to use legacy code executor
ekzhu Feb 29, 2024
5ef964b
Merge branch 'main' into tutorial
ekzhu Feb 29, 2024
e492193
Merge branch 'main' into tutorial
ekzhu Mar 1, 2024
012e558
update conversation pattern
ekzhu Mar 1, 2024
853edb4
redirect
ekzhu Mar 3, 2024
1319786
update figures
ekzhu Mar 3, 2024
1499737
Merge branch 'main' into tutorial
ekzhu Mar 3, 2024
c83d8d8
update whats next
ekzhu Mar 3, 2024
a0b816d
Break down chapter 2 into two chapters
gagb Mar 5, 2024
0b53c1e
Merge branch 'main' into tutorial
ekzhu Mar 6, 2024
f4cb6d6
udpate
ekzhu Mar 6, 2024
d65ec9c
Merge pull request #1864 from microsoft/gagb-tutorial
ekzhu Mar 6, 2024
39928c7
fix website build
jackgerrits Mar 7, 2024
41a7b55
Minor corrections of typos and grammar.
joshkyh Mar 7, 2024
e48e486
Merge branch 'main' into tutorial
ekzhu Mar 8, 2024
60dbd38
remove broken links, update sidebar
ekzhu Mar 8, 2024
91952f5
Merge branch 'main' into tutorial
ekzhu Mar 8, 2024
579840d
code executor update
ekzhu Mar 8, 2024
4d71e27
Suggest changes to the code executor section
jackgerrits Mar 8, 2024
904167f
update what is next
jackgerrits Mar 8, 2024
39a8c31
reorder
jackgerrits Mar 8, 2024
8a5a835
update getting started
jackgerrits Mar 8, 2024
5a3eadb
title
jackgerrits Mar 8, 2024
fa504fc
update navbar
jackgerrits Mar 8, 2024
d4c82d8
Delete website/docs/tutorial/what-is-next.ipynb
jackgerrits Mar 8, 2024
a967fb3
Merge pull request #1917 from jackgerrits/edits_to_tut
ekzhu Mar 8, 2024
cec33a6
update conversable patterns
ekzhu Mar 8, 2024
5bd2211
Improve language
gagb Mar 9, 2024
affb9f3
Fix typo
gagb Mar 9, 2024
4671bd8
Merge pull request #1927 from microsoft/gagb-tutorial
ekzhu Mar 9, 2024
dafa042
minor fixes
ekzhu Mar 9, 2024
0d5e4f1
Merge branch 'tutorial' of https://github.com/microsoft/autogen into …
ekzhu Mar 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ repos:
pyproject.toml |
website/static/img/ag.svg |
website/yarn.lock |
website/docs/getting-started/code-executors.ipynb |
notebook/.*
)$
- repo: https://github.com/nbQA-dev/nbQA
Expand Down
4 changes: 4 additions & 0 deletions website/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
docs/Tutorial/code_executor_files/figure-markdown_strict/cell-8-output-1.png filter=lfs diff=lfs merge=lfs -text
docs/Tutorial/assets/Human-in-the-loop.png filter=lfs diff=lfs merge=lfs -text
docs/Tutorial/assets/conversable-agent.png filter=lfs diff=lfs merge=lfs -text
docs/Tutorial/.cache/41/cache.db filter=lfs diff=lfs merge=lfs -text
3 changes: 3 additions & 0 deletions website/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ docs/reference
/docs/notebooks

docs/llm_configuration.mdx
docs/getting-started/*.mdx
docs/getting-started/**/*.png
!docs/getting-started/assets/*.png

# Misc
.DS_Store
Expand Down
1 change: 1 addition & 0 deletions website/docs/Getting-Started.md
ekzhu marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ user_proxy.initiate_chat(assistant, message="Plot a chart of NVDA and TESLA stoc
The figure below shows an example conversation flow with AutoGen.
![Agent Chat Example](/img/chat_example.png)

* [Tutorial](/docs/getting-started/introduction).
* [Code examples](/docs/Examples).
* [Documentation](/docs/Use-Cases/agent_chat).

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading