feat(agent): Add trace for agent (#1407)

This commit is contained in:
Fangyin Cheng
2024-04-11 19:07:06 +08:00
committed by GitHub
parent 7d6dfd9ea8
commit aea575e0b4
19 changed files with 1126 additions and 89 deletions

View File

@@ -450,9 +450,19 @@ const sidebars = {
type: 'category',
label: 'Agents',
items: [
{
type: "category",
label: "Cookbook",
items: [
{
type: "doc",
id: "agents/cookbook/calculator_with_agents"
},
],
},
{
type: 'doc',
id: 'cookbook/agents/codeagent_develop',
id: 'agents/custom_agents',
}
],
},