-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
base: main
Are you sure you want to change the base?
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 |
## Overview <!-- Brief description of what documentation is being added/updated --> ## Type of change **Type:** [Replace with: New documentation page / Update existing documentation / Fix typo/bug/link/formatting / Remove outdated content / Other] ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) To automatically close an issue when this PR is merged, use closing keywords: - "closes #123" or "fixes #123" or "resolves #123" For regular references without auto-closing, just use: - "#123" or "See issue #123" Examples: - closes #456 (will auto-close issue #456 when PR is merged) - See #789 for context (will reference but not auto-close issue #789) --> - GitHub issue: - Feature PR: <!-- For LangChain employees, if applicable: --> - Linear issue: - Slack thread: ## Checklist <!-- Put an 'x' in all boxes that apply --> - [ ] I have read the [contributing guidelines](README.md) - [ ] I have tested my changes locally using `docs dev` - [ ] All code examples have been tested and work correctly - [ ] I have used **root relative** paths for internal links - [ ] I have updated navigation in `src/docs.json` if needed (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers -->
|
Mintlify preview ID generated: preview-srmult-1765820423-8931177 |
Update the skills section
|
Mintlify preview ID generated: preview-srmult-1765828134-f4149c9 |
building out a custom rag pipeline that serves as a wnba q&a bot :) this is not the most realistic rag example ever but more POC re different node types. also thought about coding agent but oh my gosh we need some variety in our docs! that's basic!!
|
Mintlify preview ID generated: preview-srmult-1765828453-2f2ac60 |
adding generic diagram and incorporating comments from #1914
|
Mintlify preview ID generated: preview-srmult-1765833363-d855628 |
|
Mintlify preview ID generated: preview-srmult-1765843135-099791e |
|
Mintlify preview ID generated: preview-srmult-1765844199-8abe3a7 |
## Overview <!-- Brief description of what documentation is being added/updated --> ## Type of change **Type:** [Replace with: New documentation page / Update existing documentation / Fix typo/bug/link/formatting / Remove outdated content / Other] ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) To automatically close an issue when this PR is merged, use closing keywords: - "closes #123" or "fixes #123" or "resolves #123" For regular references without auto-closing, just use: - "#123" or "See issue #123" Examples: - closes #456 (will auto-close issue #456 when PR is merged) - See #789 for context (will reference but not auto-close issue #789) --> - GitHub issue: - Feature PR: <!-- For LangChain employees, if applicable: --> - Linear issue: - Slack thread: ## Checklist <!-- Put an 'x' in all boxes that apply --> - [ ] I have read the [contributing guidelines](README.md) - [ ] I have tested my changes locally using `docs dev` - [ ] All code examples have been tested and work correctly - [ ] I have used **root relative** paths for internal links - [ ] I have updated navigation in `src/docs.json` if needed (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers -->
|
Mintlify preview ID generated: preview-srmult-1765856935-95e32b4 |
* rename state machine -> handoffs * redesign "why multi agent" section * using cards for some visual pop (we have a LOT of text) * adding the decision table * consolidating "context eng" section into a tooltip * subagents sectio reorg (sync vs async, # tools, inputs/outputs -- aka context eng) * collapsed some long code snippets * we should consolidated content after the "why multi agent" cards, there's a LOT of info
|
Mintlify preview ID generated: preview-srmult-1765896742-ef67260 |
|
Mintlify preview ID generated: preview-srmult-1765896949-28ad8dd |
|
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 |
current preview: https://langchain-5e9cc07a-preview-srtues-1765892940-6d4394f.mintlify.app/oss/python/langchain/multi-agent