-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathseo_metadata.jsonld
More file actions
122 lines (122 loc) · 3.7 KB
/
seo_metadata.jsonld
File metadata and controls
122 lines (122 loc) · 3.7 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "ARC-Neuron LLMBuilder",
"description": "ARC-Neuron LLMBuilder is a governed local AI / offline LLM builder with dataset provenance, Omnibinary memory, Arc-RAR rollback, ARC-StreamMemory visual/video memory add-ons, and a 3.0 to 7.0 Synth companion roadmap.",
"codeRepository": "https://github.com/GareBear99/ARC-Neuron-LLMBuilder",
"programmingLanguage": [
"Python"
],
"runtimePlatform": "Local CPU / Python",
"license": "https://github.com/GareBear99/ARC-Neuron-LLMBuilder/blob/main/LICENSE",
"author": {
"@type": "Person",
"name": "Gary Doman",
"url": "https://github.com/GareBear99"
},
"keywords": [
"AGI assistant lab",
"AI build lab",
"AI provenance",
"AI receipts",
"AI sponsorship program",
"AI visual memory",
"ARC Language Module",
"ARC-Neuron",
"ARC-StreamMemory",
"Arc-RAR",
"Arc-RAR rollback",
"CI verified local AI infrastructure",
"CPU-first GGUF runtime",
"GGUF model builder",
"Gate v2 promotion",
"GitHub Sponsors",
"Neural Synth",
"Omnibinary",
"Omnibinary memory",
"Portal-esque AI companion",
"ProtoSynth",
"Synth companion",
"buildable brain lab",
"clone-worthy AI",
"custom repository platform",
"dataset governance",
"dependency alert response",
"device-portable AI communication",
"enterprise sponsor readiness",
"governed AI",
"knowledge preservation",
"llamafile runtime testing",
"local AI",
"local-first AI infrastructure sponsor",
"model governance",
"offline LLM builder",
"public verification workflow",
"reproducible AI",
"rollback-safe AI",
"screen recording for AI",
"sovereign AI",
"sponsor proof brief",
"sponsor trust surface",
"sponsor-backed custom repository templates",
"time-to-space projection",
"timeout-safe local inference",
"token-level generation tracking",
"v2 candidate isolation",
"video memory for LLMs",
"visual RAG"
],
"isPartOf": {
"@type": "CreativeWork",
"name": "ARC Governed AI Ecosystem"
},
"url": "https://garebear99.github.io/ARC-Neuron-LLMBuilder/",
"sameAs": [
"https://github.com/GareBear99/ARC-Neuron-LLMBuilder",
"https://github.com/GareBear99/ARC-StreamMemory"
],
"targetProductRoadmap": {
"3.0": "protected base-model, dataset, and licensing integration",
"4.0": "ProtoSynth / Neural Synth spatial projection layer",
"5.0": "Portal-esque Synth companion mockup",
"7.0": "working Synth AI companion, AGI assistant, and buildable brain lab"
},
"funding": [
"https://github.com/sponsors/GareBear99",
"https://www.buymeacoffee.com/tizwildin"
],
"offers": {
"@type": "OfferCatalog",
"name": "ARC-Neuron LLMBuilder Sponsorship Program",
"url": "https://github.com/sponsors/GareBear99",
"itemListElement": [
{
"@type": "Offer",
"name": "Supporter sponsorship"
},
{
"@type": "Offer",
"name": "Builder sponsorship"
},
{
"@type": "Offer",
"name": "Pro Builder sponsorship"
},
{
"@type": "Offer",
"name": "Studio / Small Team sponsorship"
},
{
"@type": "Offer",
"name": "Enterprise / Custom Repository Sponsor"
}
]
},
"sponsorTrustSurface": {
"publicVerificationWorkflow": "https://github.com/GareBear99/ARC-Neuron-LLMBuilder/actions/workflows/ci.yml",
"proofBrief": "docs/SPONSOR_PROOF_BRIEF.md",
"enterpriseReadiness": "docs/ENTERPRISE_SPONSOR_READINESS.md",
"securityResponse": "docs/SECURITY_VULNERABILITY_RESPONSE.md",
"sponsorProgram": "SPONSORSHIP.md"
}
}