forked from VRSEN/agency-swarm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
78 lines (78 loc) · 2.18 KB
/
mkdocs.yml
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
site_name: Agency Swarm
site_author: Arsenii Shatokhin
site_description: A an open source agent orchestration framework based on the latest OpenAI Assistants API.
site_url: https://vrsen.github.io/agency-swarm/
theme:
features:
- search.suggest
- search.highlight
- search.share
- navigation.expand
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.prune
# - navigation.sections
- navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
- content.code.select
- content.code.copy
name: material
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: amber
accent: yellow
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: amber
accent: yellow
toggle:
icon: material/brightness-4
name: Switch to system preference
nav:
- Introduction: "index.md"
- Quick Start: "quick_start.md"
- Advanced Usage:
- Advanced Tools: "advanced-usage/tools.md"
- Agents: "advanced-usage/agents.md"
- Agencies: "advanced-usage/agencies.md"
- Azure OpenAI: "advanced-usage/azure-openai.md"
- Deployment to Production: "deployment.md"
- Open Source Models: "advanced-usage/open-source-models.md"
- API Reference: "api.md"
- Contributing: "contributing.md"
- Examples: "examples.md"
plugins:
- mkdocs-jupyter:
ignore_h1_titles: true
execute: false
- search
- mkdocstrings
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra:
generator: false
social:
- icon: fontawesome/brands/mastodon
link: https://agents.vrsen.ai/
- icon: fontawesome/brands/github
link: https://github.com/VRSEN/agency-swarm
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/__vrsen__