Browse Source

Move existing quickstart guide to design patterns. Simplify quickstart (#4724)

* Move existing quickstart guide to design patterns. Simplify quickstart guide.

* minor fixes

---------

Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
tags/v0.4.0.dev12
peterychang GitHub 1 year ago
parent
commit
e2df4e24db
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
3 changed files with 428 additions and 300 deletions
  1. +333
    -0
      python/packages/autogen-core/docs/src/user-guide/core-user-guide/design-patterns/code-execution-groupchat.ipynb
  2. +1
    -0
      python/packages/autogen-core/docs/src/user-guide/core-user-guide/design-patterns/index.md
  3. +94
    -300
      python/packages/autogen-core/docs/src/user-guide/core-user-guide/quickstart.ipynb

+ 333
- 0
python/packages/autogen-core/docs/src/user-guide/core-user-guide/design-patterns/code-execution-groupchat.ipynb
File diff suppressed because it is too large
View File


+ 1
- 0
python/packages/autogen-core/docs/src/user-guide/core-user-guide/design-patterns/index.md View File

@@ -27,4 +27,5 @@ handoffs
mixture-of-agents mixture-of-agents
multi-agent-debate multi-agent-debate
reflection reflection
code-execution-groupchat
``` ```

+ 94
- 300
python/packages/autogen-core/docs/src/user-guide/core-user-guide/quickstart.ipynb
File diff suppressed because it is too large
View File


Loading…
Cancel
Save