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:
Eugene Yurtsev
2025-04-29 13:56:57 -04:00
committed by GitHub
parent 11b472e876
commit 7170a9f0f4
59 changed files with 336 additions and 4 deletions
+9
View File
@@ -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).