-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmint.json
More file actions
107 lines (107 loc) · 2.47 KB
/
mint.json
File metadata and controls
107 lines (107 loc) · 2.47 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "lloyal-agents",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#10B981",
"light": "#34D399",
"dark": "#059669",
"background": {
"dark": "#111111"
},
"anchors": {
"from": "#10B981",
"to": "#34D399"
}
},
"font": {
"headings": { "family": "Quicksand", "weight": 600 },
"body": { "family": "Quicksand", "weight": 400 }
},
"modeToggle": {
"default": "dark"
},
"topbarLinks": [
{
"name": "GitHub",
"url": "https://github.com/lloyal-ai/sdk"
}
],
"topbarCtaButton": {
"name": "npm",
"url": "https://www.npmjs.com/package/@lloyal-labs/lloyal-agents"
},
"tabs": [
{ "name": "Get Started", "url": "learn" },
{ "name": "Reference", "url": "reference" },
{ "name": "Guides", "url": "guides" },
{ "name": "Examples", "url": "examples" },
{ "name": "API", "url": "https://lloyal-ai.github.io/sdk/" }
],
"navigation": [
{
"group": "Get Started",
"pages": [
"learn/introduction",
"learn/quick-start",
"learn/thinking-in-lloyal",
"learn/tools",
"learn/agents",
"learn/sources",
"learn/pipelines",
"learn/sessions",
"learn/tracing"
]
},
{
"group": "Core",
"pages": [
"reference/concurrency",
"reference/kv-pressure",
"reference/agent-policy",
"reference/search-strategy",
"reference/prefix-sharing",
"reference/grammar-and-ordering",
"reference/scratchpad-extraction",
"reference/prompt-composition",
"reference/branch-lifecycle"
]
},
{
"group": "RIG",
"pages": [
"reference/rig/overview",
"reference/rig/corpus-source",
"reference/rig/web-source",
"reference/rig/custom-sources",
"reference/rig/bridges",
"reference/rig/deep-research"
]
},
{
"group": "Guides",
"pages": [
"guides/custom-tool",
"guides/custom-source",
"guides/custom-pipeline",
"guides/deployment"
]
},
{
"group": "Examples",
"pages": [
"examples/react-agent",
"examples/reflection",
"examples/supervisor",
"examples/deep-research"
]
}
],
"footerSocials": {
"github": "https://github.com/lloyal-ai/sdk"
}
}