Skip to content

Commit 7e9b08b

Browse files
lukegalbraithrussellWilliamBergamintechnically-tracy
authored
docs: agent kit (#1478)
Co-authored-by: William Bergamin <wbergamin@salesforce.com> Co-authored-by: Tracy Rericha <108959677+technically-tracy@users.noreply.github.com> Co-authored-by: William Bergamin <william.bergamin.coen@gmail.com>
1 parent c64d69d commit 7e9b08b

File tree

9 files changed

+892
-573
lines changed

9 files changed

+892
-573
lines changed

docs/english/_sidebar.json

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,19 @@
77
},
88
"tools/bolt-python/getting-started",
99
{ "type": "html", "value": "<hr>" },
10-
"tools/bolt-python/building-an-app",
10+
"tools/bolt-python/creating-an-app",
11+
{
12+
"type": "category",
13+
"label": "AI & Agents",
14+
"link": {
15+
"type": "doc",
16+
"id": "tools/bolt-python/concepts/adding-agent-features"
17+
},
18+
"items": [
19+
"tools/bolt-python/concepts/adding-agent-features",
20+
"tools/bolt-python/concepts/using-the-assistant-class"
21+
]
22+
},
1123
{
1224
"type": "category",
1325
"label": "Slack API calls",
@@ -39,7 +51,6 @@
3951
"tools/bolt-python/concepts/app-home"
4052
]
4153
},
42-
"tools/bolt-python/concepts/ai-apps",
4354
{
4455
"type": "category",
4556
"label": "Custom Steps",
@@ -85,11 +96,7 @@
8596
"tools/bolt-python/concepts/token-rotation"
8697
]
8798
},
88-
{
89-
"type": "category",
90-
"label": "Experiments",
91-
"items": ["tools/bolt-python/experiments"]
92-
},
99+
"tools/bolt-python/experiments",
93100
{
94101
"type": "category",
95102
"label": "Legacy",

0 commit comments

Comments
 (0)