Skip to content

Commit 46a34a5

Browse files
committed
chore: add .zenodo.json for GitHub-Zenodo release integration
1 parent 6c8084d commit 46a34a5

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

.zenodo.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"title": "GödelOS — Consciousness Operating System for LLMs",
3+
"description": "Reference implementation of the GödelOS theoretical framework: a consciousness operating system for large language models grounded in bounded recursive self-awareness and the Gödlø-class operator mind specification. Implements a 23-subsystem cognitive pipeline, unified consciousness engine, and phenomenal experience generator in Python/FastAPI with a Svelte visualisation frontend.\n\nFormal theoretical foundations: Gödlø-Class Operator-Mind Theory 7-paper series (DOI: 10.5281/zenodo.19084082 through 19084120) and the overview paper GödelOS & Gödlø-Class Operator Minds (DOI: 10.5281/zenodo.19056262).",
4+
"upload_type": "software",
5+
"creators": [{"name": "Hirst, Oliver C.", "affiliation": "Shadowgraph Labs"}],
6+
"keywords": [
7+
"machine consciousness", "artificial general intelligence", "AGI",
8+
"recursive self-awareness", "Gödel machine", "Gödlø-class operator mind",
9+
"metacognition", "cognitive architecture", "strange loop",
10+
"consciousness operating system", "formal logic", "bounded rationality",
11+
"large language models", "LLM", "phenomenal experience",
12+
"global workspace theory", "information integration theory",
13+
"operator mind", "symbolic AI", "non-persistent cognition",
14+
"epistemic co-agency", "GödelOS", "Python", "FastAPI"
15+
],
16+
"license": "MIT",
17+
"access_right": "open",
18+
"related_identifiers": [
19+
{"relation": "isSupplementTo", "identifier": "10.5281/zenodo.19056262", "scheme": "doi", "resource_type": "publication-preprint"},
20+
{"relation": "isSupplementTo", "identifier": "10.5281/zenodo.19084082", "scheme": "doi", "resource_type": "publication-preprint"},
21+
{"relation": "isSupplementTo", "identifier": "10.5281/zenodo.19084090", "scheme": "doi", "resource_type": "publication-preprint"},
22+
{"relation": "isSupplementTo", "identifier": "10.5281/zenodo.19084096", "scheme": "doi", "resource_type": "publication-preprint"},
23+
{"relation": "isSupplementTo", "identifier": "10.5281/zenodo.19084104", "scheme": "doi", "resource_type": "publication-preprint"},
24+
{"relation": "isSupplementTo", "identifier": "10.5281/zenodo.19084112", "scheme": "doi", "resource_type": "publication-preprint"},
25+
{"relation": "isSupplementTo", "identifier": "10.5281/zenodo.19084114", "scheme": "doi", "resource_type": "publication-preprint"},
26+
{"relation": "isSupplementTo", "identifier": "10.5281/zenodo.19084120", "scheme": "doi", "resource_type": "publication-preprint"},
27+
{"relation": "isRelatedTo", "identifier": "10.5281/zenodo.19056322", "scheme": "doi", "resource_type": "publication-preprint"},
28+
{"relation": "isSupplementedBy","identifier": "https://github.com/Steake/GodelOS", "scheme": "url"}
29+
]
30+
}

0 commit comments

Comments
 (0)