mirror of
https://github.com/blackboxprogramming/lucidia.git
synced 2026-03-16 23:57:09 -05:00
18 lines
509 B
JSON
18 lines
509 B
JSON
{
|
|
"@context": "https://schema.org",
|
|
"@type": "SoftwareApplication",
|
|
"name": "Lucidia",
|
|
"description": "Autonomous AI agent with persistent memory, natural language understanding, and multi-modal reasoning capabilities",
|
|
"applicationCategory": "DeveloperApplication",
|
|
"operatingSystem": "Cross-platform",
|
|
"author": {
|
|
"@type": "Organization",
|
|
"name": "BlackRoad",
|
|
"url": "https://blackroad.io"
|
|
},
|
|
"offers": {
|
|
"@type": "Offer",
|
|
"price": "0",
|
|
"priceCurrency": "USD"
|
|
}
|
|
} |