-
Notifications
You must be signed in to change notification settings - Fork 1.5k
feat: multi agent part 2 #1866
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
feat: multi agent part 2 #1866
Conversation
❌ Import check failedThis PR contains imports from Detailed issuesWhy this is a problemThe
How to fixReplace the imports as suggested above. For example:
🤖 Automated checkThis check is based on the latest analysis of |
|
Mintlify preview ID generated: preview-srmult-1765486358-912f048 |
|
Mintlify preview ID generated: preview-srmult-1765898309-14ce191 |
lnhsingh
left a comment
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.
Nice job @sydney-runkle and @eyurtsev !!!!!
Co-authored-by: Lauren Hirata Singh <[email protected]>
|
Mintlify preview ID generated: preview-srmult-1765901258-9e41223 |
|
Mintlify preview ID generated: preview-srmult-1765902910-57c322e |
|
Mintlify preview ID generated: preview-srmult-1765982084-dd256c0 |
|
Mintlify preview ID generated: preview-srmult-1765996983-00cab74 |
refactoring multi agent to be multiple pages (overview + spinoff pages
for each pattern)
new architecture
```
Multi Agent
Overview
Why multi agent
Patterns
Choosing a pattern
Performance Comparison
Subagents
Handoffs
Skills
Router
Custom Workflow
```
Each of the patterns pages has
```
* Intro paragraph
* Diagram
## Key characteristics
## When to use
## Basic implementation
* small code snippet
* tutorial link / card
## A bunch of sections specific to said pattern (context eng stuff, for e.g.)
```
- [ ] finish perf comparison section
- [x] finish router tutorial
- [x] figure out what we're doing w/ some of the collapsable snippets
- [ ] xrefs and links
- [x] handoffs - add more details on handoff specs for each of
middleware and graph jumps
- [x] router - add basic impl w/ command not send
- [x] figure out how we're organizing all of the tutorials (maybe a
multi agent section)
---------
Co-authored-by: Eugene Yurtsev <[email protected]>
|
Mintlify preview ID generated: preview-srmult-1766003055-de13dcb |
|
Mintlify preview ID generated: preview-srmult-1766003902-e4d91e6 |
|
Mintlify preview ID generated: preview-srmult-1766011159-0525fe2 |
|
Mintlify preview ID generated: preview-srmult-1766073225-8264b51 |
|
|
Mintlify preview ID generated: preview-srmult-1766073714-f1b83c7 |
New and revamped multi agent docs!! Weeks in the making!
Added pages for:
Added tutorials for: