-
-
Notifications
You must be signed in to change notification settings - Fork 350
/
mint.json
109 lines (109 loc) · 2.19 KB
/
mint.json
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
{
"name": "PraisonAI Documentation",
"logo": {
"light": "/docs/images/praisonai-logo-black-large.png",
"dark": "/docs/images/praisonai-logo-large.png"
},
"favicon": "/docs/images/favicon.png",
"colors": {
"primary": "#0069ED",
"light": "#4D9CFF",
"dark": "#0050B4"
},
"topbarLinks": [
{
"name": "GitHub",
"url": "https://github.com/MervinPraison/PraisonAI"
}
],
"topbarCtaButton": {
"name": "Get Started",
"url": "https://docs.praison.ai/installation"
},
"navigation": [
{
"group": "Getting Started",
"pages": [
"introduction",
"tldr",
"installation",
"initialise",
"run",
"auto"
]
},
{
"group": "User Interface",
"pages": [
"ui/ui",
"ui/chat",
"ui/code",
"ui/realtime"
]
},
{
"group": "Core Concepts",
"pages": [
"train",
"framework/crewai",
"framework/autogen"
]
},
{
"group": "Models",
"pages": [
"models",
"models/openai",
"models/groq",
"models/google",
"models/anthropic",
"models/cohere",
"models/mistral",
"models/openrouter",
"models/ollama",
"models/other"
]
},
{
"group": "Tools",
"pages": [
"tools",
"tools/custom",
"tools/gpt",
"tools/duckduckgo",
"tools/langchain",
"firecrawl",
"tools/wikipedia",
"tools/youtube",
"tools/tavily",
"tools/reddit",
"tools/you.com",
"tools/crawl4ai",
"tools/mem0"
]
},
{
"group": "Monitoring",
"pages": ["monitoring/agentops"]
},
{
"group": "Developers",
"pages": [
"developers/test",
"developers/agents-playbook",
"developers/wrapper",
"developers/wrapper-tools",
"developers/googlecolab",
"developers/googlecolab-tools",
"deploy"
]
},
{
"group": "API Reference",
"pages": ["api-reference/index"]
}
],
"footerSocials": {
"github": "https://github.com/MervinPraison/PraisonAI"
}
}