mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
b048236c1a
Note: There are no changes in the file names! - The group name on the main navbar changed: `Agent toolkits` -> `Agents & Toolkits`. Examples here are the mix of the Agent and Toolkit examples because Agents and Toolkits in examples are always used together. - Titles changed: removed "Agent" and "Toolkit" suffixes. The reason is the same. - Formatting: mostly cleaning the header structure, so it could be better on the right-side navbar. Main navbar is looking much cleaner now.
13 lines
207 B
Plaintext
13 lines
207 B
Plaintext
---
|
|
sidebar_position: 0
|
|
---
|
|
|
|
# Agents & Toolkits
|
|
|
|
Agents and Toolkits are placed in the same directory because they are always used together.
|
|
|
|
|
|
import DocCardList from "@theme/DocCardList";
|
|
|
|
<DocCardList />
|