HackHuang and GitHub
f7d9daa4eb
docs(multi_agent.md) : Fix some code snippets ( #3565 )
...
Hey buddy! You forgot to import the `Command` in some code snippets.
2025-02-24 13:28:56 -05:00
8c192414a2
docs: Update Hierarchial Multi Agent Example ( #3282 )
...
Was trying to learn the Multi Agent Workflow examples and encountered
some errors, which I fixed by editing these:
* Added missing state for Team1, and importing `Command`
* `ValueError: Node `LangGraph` already present.`: Seems to happen we
add the `team_1_graph` node without giving it a name, it will default to
the name `LangGraph`. Solved by giving the sub-graph a name when
building the top-level supervisor.
* Added the edges for the graph to feedback to the top level supervisor
to decide whether it still needs to relegate the task to other nodes or
end from there
---------
Co-authored-by: Vadym Barda <vadim.barda@gmail.com >
2025-02-03 09:29:19 -05:00
Cesar William Alvarenga and GitHub
a61ea101f6
fix: add missing END constant import ( #3011 )
2025-01-13 19:40:40 -05:00
Vadym Barda and GitHub
9bd351b80f
docs: small fixes ( #2798 )
2024-12-17 11:58:38 -05:00
Vadym Barda and GitHub
4c3958f0be
docs: update custom tool call snippet ( #2754 )
2024-12-13 09:42:13 -05:00
Vadym Barda and GitHub
70a5ef6713
docs: small updates ( #2694 )
2024-12-10 12:02:24 -05:00
Vadym Barda and GitHub
038bec2e78
update callout ( #2689 )
2024-12-09 23:27:44 -05:00
Vadym Barda and GitHub
d81dec653d
docs: temporarily fix link ( #2685 )
2024-12-09 21:09:32 -05:00
Vadym Barda and GitHub
e1d8c6b113
docs: update multi-agent concept doc ( #2684 )
2024-12-09 21:01:14 -05:00
Eugene Yurtsev and GitHub
dad0f39fa4
concepts: reword network architecture ( #2625 )
2024-12-04 23:49:17 +00:00
Vadym Barda and GitHub
6f236b5f2c
docs: update multi-agent concept examples ( #2151 )
2024-10-23 13:40:24 -04:00
2670bcf330
docs: add concepts for subgraphs and multi-agent ( #2069 )
...
Co-authored-by: Harrison Chase <hw.chase.17@gmail.com >
Co-authored-by: Nuno Campos <nuno@langchain.dev >
2024-10-15 17:17:22 -04:00
f8ba4c3b7d
(wip) docs: revamp conceptual docs ( #1663 )
...
* docs: revamp conceptual docs
* multi-agent draft
* typo
* Update Why LangGraph page
* update multi-agent
* Update persistence page
* update
* Clarification of graph re-playing
* update persistence
* more updates
* more updates
* Add multiple schemas section to glossary
* more updates
* Clarify I/O schema
* dynamic breakpoints
* Update agentic concepts
* Fix comments
* Update figureds
* cr
* cr
* cr
---------
Co-authored-by: Lance Martin <lance@langchain.dev >
Co-authored-by: Harrison Chase <hw.chase.17@gmail.com >
2024-09-16 17:35:01 -07:00