mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-09 04:49:26 +00:00
feat(agent): Add trace for agent (#1407)
This commit is contained in:
@@ -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',
|
||||
}
|
||||
],
|
||||
},
|
||||
|
Reference in New Issue
Block a user