forked from MiroMindAI/MiroFlow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
87 lines (73 loc) · 2 KB
/
mkdocs.yml
File metadata and controls
87 lines (73 loc) · 2 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
site_name: MiroFlow
theme:
name: material
user_color_mode_toggle: true
highlightjs: true
hljs_languages:
- yaml
- rust
locale: en
# favicon: assets/m_logo.png
features:
- header.autohide
- navigation.tabs
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- attr_list
- md_in_html
- tables
repo_name: MiroFlow
repo_url: https://github.com/MiroMindAI/MiroFlow
nav:
- Introduction:
- News & Updates: index.md
- License: license.md
- Overview:
- Quickstart: quickstart.md
- Core Concepts: core_concepts.md
- YAML Configuration: yaml_config.md
- Evaluation:
- Overview: evaluation_overview.md
- Download Datasets: download_datasets.md
- Benchmarks:
- GAIA-Validation: gaia_validation.md
- GAIA-Test: gaia_test.md
- FutureX: futurex.md
- Add New Benchmarks: contribute_benchmarks.md
- Tools:
- Overview: tool_overview.md
- Tools:
- tool-reasoning: tool_reasoning.md
- tool-vqa: tool_vqa.md
- Advanced Features:
- E2B Advanced Features: e2b_advanced_features.md
- Add New Tools: contribute_tools.md
- LLM Clients:
- Overview: llm_clients_overview.md
- Models:
- MiroThinker: mirothinker.md
- Claude-3.7-Sonnet:
- Official SDK: claude-3.7-sonnet.md
- OpenRouter: openrouter-claude-3.7-sonnet.md
- OpenAI-GPT: openai-gpt.md
- Add New LLM Clients: contribute_llm_clients.md
- Resources:
- 📚 All About Agents: all_about_agents.md
- 📊 Open Source Data: data.md
- 📱 Applications: applications.md
- 🐛 FAQs: faqs.md
- 📝 Contributors: contributors.md
extra:
version:
provider: mike