-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathmkdocs.yml
More file actions
157 lines (146 loc) · 4.87 KB
/
mkdocs.yml
File metadata and controls
157 lines (146 loc) · 4.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
# Project information
site_name: BeeAI Workshop
site_url: https://ibm.github.io/beeai-workshop
site_author: IBM Research
# Repository
repo_name: beeai-workshop
repo_url: https://github.com/IBM/beeai-workshop
edit_uri: edit/main/docs
# Navigation
nav:
- Welcome:
- About BeeAI: README.md
- Workshops:
- Introduction to BeeAI Framework:
- Get Started: introduction_beeai_framework/overview/README.md
- Company Analysis Agent with the BeeAI Framework:
- Overview: beeai_fw__tavily_redis/overview/README.md
- Pre-Work: beeai_fw__tavily_redis/pre-work/README.md
- Workshop Setup: beeai_fw__tavily_redis/setup/README.md
- Create Tools: beeai_fw__tavily_redis/tools/README.md
- Build the Agent: beeai_fw__tavily_redis/agent/README.md
- Clean up: beeai_fw__tavily_redis/cleanup/README.md
- Building Production-Ready AI Agents in the Open Source Ecosystem:
- Overview: opentech/overview/README.md
- Prework: opentech/prework/README.md
- Open Source AI Labs:
- Overview: opentech/llm/overview/README.md
- Pre-work: opentech/llm/pre-work/README.md
- Lab 1: opentech/llm/lab-1/README.md
- Lab 2: opentech/llm/lab-2/README.md
- Lab 3: opentech/llm/lab-3/README.md
- Lab 4: opentech/llm/lab-4/README.md
- Lab 5: opentech/llm/lab-5/README.md
- Document Processing Labs:
- Overview: opentech/docling/overview/README.md
- Prework: opentech/docling/prework/README.md
- Lab 1: opentech/docling/lab-1/README.md
- Lab 2: opentech/docling/lab-2/README.md
- Generative Computing Labs:
- Overview: opentech/mellea/overview/README.md
- Prework: opentech/mellea/pre-work/README.md
- Lab 1: opentech/mellea/lab-1/README.md
- Agentic AI Labs:
- BeeAI Framework:
- Overview: opentech/beeaiframework/overview/README.md
- Prework: opentech/beeaiframework/prework/README.md
- Lab: opentech/beeaiframework/lab-1/README.md
- Agent Stack:
- Overview: opentech/agentstack/overview/README.md
- Prework: opentech/agentstack/pre-work/README.md
- Setup: opentech/agentstack/setup/README.md
- Lab: opentech/agentstack/run/README.md
- Kitchen-Aide:
- Get Started: kitchen-aide/README.md
- BeeAI Middleware:
- Get Started: middleware/README.md
- Reasoning Patterns:
- Get Started: reasoning-patterns/README.md
- Demos:
- Introduction to BeeAI Platform:
- Overview: introduction_beeai_platform/overview/README.md
- Pre-work: introduction_beeai_platform/pre-work/README.md
- Setup: introduction_beeai_platform/setup/README.md
- Build and run the agent: introduction_beeai_platform/run/README.md
- Uninstall & Troubleshooting: introduction_beeai_platform/uninstall_troubleshooting/README.md
- References:
- BeeAI Community: https://github.com/i-am-bee
## DO NOT CHANGE BELOW THIS LINE
# Copyright
copyright: Copyright © 2025- BeeAI a Series of LF Projects, LLC
# Theme
theme:
name: material
font:
text: IBM Plex Sans
code: IBM Plex Mono
icon:
logo: material/library
logo: images/BeeAI-Logo-White.png
favicon: images/favicon.ico
features:
- navigation.tabs
- navigation.footer
#- navigation.instant
- content.code.copy
palette:
scheme: default
primary: black
accent: white
# Plugins
plugins:
- search
- social
- macros:
on_undefined: strict
# Customization
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/i-am-bee
# - icon: fontawesome/brands/twitter
# link: https://twitter.com/ibmdeveloper
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/showcase/ibm-research/
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@BeeAIAgents
- icon: fontawesome/brands/dev
link: https://dev.to/ibmdeveloper
colab_url: https://colab.research.google.com/github/IBM/beeai-workshop
# Extensions
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- meta
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde