mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-13 21:27:52 +02:00
docs: apply boosts and tag a few things (#4455)
Manual pass to apply a few heuristics: * Boost conceptual pages * Deboost (is that a word?) index pages that list all content * Prefer Agents pages if search query contains the word "agent" * Add tags for a few selected pages
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
---
|
||||
search:
|
||||
boost: 2
|
||||
tags:
|
||||
- agent
|
||||
hide:
|
||||
- tags
|
||||
---
|
||||
|
||||
# Multi-agent
|
||||
|
||||
A single agent might struggle if it needs to specialize in multiple domains or manage many tools. To tackle this, you can break your agent into smaller, independent agents and composing them into a [multi-agent system](../concepts/multi_agent.md).
|
||||
|
||||
Reference in New Issue
Block a user