-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.jsonld
More file actions
50 lines (50 loc) · 1.51 KB
/
Copy pathmetadata.jsonld
File metadata and controls
50 lines (50 loc) · 1.51 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
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Devstral Lab",
"identifier": "devstral-lab",
"description": "14 one-shot coding agents on Mistral La Plateforme. Devstral Small 2 for agentic code tasks, Codestral for codegen. Zero-429 per-model rate gates.",
"url": "https://github.com/anthonyoccelli33480-ctrl/devstral-lab",
"codeRepository": "https://github.com/anthonyoccelli33480-ctrl/devstral-lab",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "macOS, Linux, Windows",
"softwareVersion": "1.0.0",
"license": "https://opensource.org/licenses/MIT",
"author": {
"@type": "Person",
"name": "Anthony Occelli",
"url": "https://github.com/anthonyoccelli33480-ctrl"
},
"programmingLanguage": [
"Python",
"TypeScript"
],
"featureList": [
"14 code agents",
"Devstral Small 2 + Codestral",
"Implementation plan agent (Lab Impl)",
"Per-model rate gates",
"Structured JSON only"
],
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"isPartOf": {
"@type": "CreativeWorkSeries",
"name": "Anthony Occelli — LLM Showcase Stack",
"hasPart": [
{
"@type": "SoftwareApplication",
"name": "Mistral Bureau",
"url": "https://github.com/anthonyoccelli33480-ctrl/mistral-bureau"
},
{
"@type": "SoftwareApplication",
"name": "Flash Agents",
"url": "https://github.com/anthonyoccelli33480-ctrl/flash-agents"
}
]
}
}