GAIA World Model is a modular, auditable world-model + ontology + action framework for responsible Earth digital twinning.
We treat world modeling like engineering: every dataset, ontology, and action is provenance-tracked, hashed, and attributable.
GAIA is:
- A reproducible integration spine for Earth-relevant ontologies, datasets, and tooling
- A provenance discipline: pinned upstream commits, file hashes, manifests, and storage policy
- An actions framework: observe → audit → plan → actuate (with explicit semantics and guardrails)
GAIA is not:
- A monolithic “one ontology to rule them all”
- A hidden-data model: we bias toward open, attributable sources
- A turnkey Earth simulator today (we’re building the scaffolding and verification first)
gaia/cv/— ‚Curation Vault (CV)’*: ingested sources + manifests + file-hash checklistorigins.csvpins upstream URLs + commit SHAsmanifests/*.njsonrecords license evidence + counts + merkle rootschecklist.csvprovides file-level hashes- large artifacts live in Git LFS (see
docs/CV_STORAGE_POLICY.md)
gaia/ontology/— canonical entrypoints + imports index (authoritative integration map)gaia/reports/– generated reports (e.g., Issue-001 entrypoint candidates)docs/– architecture, policies, releases, integration notesscripts/– validation/adapters scaffolding (evolves into repeatable pipelines)
This repo uses Git LFS. Without LFS, you’ll only get pointer files for large artifacts.
git clone https://github.com/SocioProphet/gaia-world-model.git
cd gaia-world-model
git lfs install
git lfs pull- Ingest third-party sources into the CV (pinned SHA, manifests, hashes)
- Select canonical entrypoints per source (
gaia/ontology/canonical/) - Validate graph closure and shapes (SHACL / constraints) 4) Define actions with explicit semantics and measurable outputs
- Publish changes with release tags and reproducible reports
- MIT license applies to original GAIA wrapper code and docs in this repo.
- Upstream content remains under upstream licenses, tracked in the CV.
- See
THIRD_PARTY_NOTICES.mdanddocs/ATTRIBUTION_POLICY.md.
docs/ABOUT.mddocs/GETTING_STARTED.mddocs/ARCHITECTURE.mddocs/RESPONSIBLE_USE.mddocs/RELEASES.md
Issues: https://github.com/SocioProphet/gaia-world-model/issues
docs/COMMONS_AND_STACK.md— GAIA in the global AI/knowledge commons + SocioProphet stack integration
See docs/README.md for the full documentation index.