Merge pull request #12 from EmergenceAI/license/research-only-main
Add CC BY-NC 4.0 research-only license + README banner
This commit is contained in:
commit
7613dcb655
2 changed files with 91 additions and 0 deletions
80
LICENSE
Normal file
80
LICENSE
Normal file
|
|
@ -0,0 +1,80 @@
|
|||
Emergence World — Research-Only License Notice
|
||||
================================================
|
||||
|
||||
Copyright (c) 2026 Emergence AI. All rights reserved.
|
||||
|
||||
This repository (including all documentation, agent profiles, landmark
|
||||
descriptions, tool catalogs, governance documents, datasets, metrics,
|
||||
and any other content) is licensed to the public under the
|
||||
**Creative Commons Attribution-NonCommercial 4.0 International
|
||||
License (CC BY-NC 4.0)**.
|
||||
|
||||
You are free to:
|
||||
- **Share** — copy and redistribute the material in any medium or
|
||||
format for non-commercial research and educational purposes.
|
||||
- **Adapt** — remix, transform, and build upon the material for
|
||||
non-commercial research and educational purposes.
|
||||
|
||||
Under the following terms:
|
||||
- **Attribution (BY)** — You **must** give appropriate credit to
|
||||
Emergence AI, provide a link to this repository
|
||||
(https://github.com/EmergenceAI/Emergence-World), and indicate if
|
||||
changes were made. You may do so in any reasonable manner, but not
|
||||
in any way that suggests Emergence AI endorses you or your use.
|
||||
For academic and research use, please also include the citation
|
||||
block provided in the README.
|
||||
- **NonCommercial (NC)** — You may not use the material for
|
||||
commercial purposes. This includes, without limitation: selling or
|
||||
sublicensing the material, incorporating it into a commercial
|
||||
product or service, or using the tool-call dataset (or any portion
|
||||
of this repository) to train, fine-tune, evaluate, or benchmark
|
||||
commercial AI models.
|
||||
|
||||
No additional restrictions — You may not apply legal terms or
|
||||
technological measures that legally restrict others from doing
|
||||
anything the license permits.
|
||||
|
||||
Notices:
|
||||
- You do not have to comply with the license for elements of the
|
||||
material in the public domain or where your use is permitted by an
|
||||
applicable exception or limitation.
|
||||
- No warranties are given. The license may not give you all of the
|
||||
permissions necessary for your intended use. For example, other
|
||||
rights such as publicity, privacy, or moral rights may limit how
|
||||
you use the material.
|
||||
|
||||
Attribution Format
|
||||
------------------
|
||||
When citing, redistributing, or adapting any portion of this
|
||||
repository, please include attribution substantially in the
|
||||
following form:
|
||||
|
||||
"Emergence World" by Emergence AI, licensed under CC BY-NC 4.0.
|
||||
Source: https://github.com/EmergenceAI/Emergence-World
|
||||
|
||||
For academic publications, please use the BibTeX citation provided in
|
||||
the repository README.
|
||||
|
||||
Commercial Use and Model Training
|
||||
---------------------------------
|
||||
Any use outside the scope of CC BY-NC 4.0 — including commercial use
|
||||
of any kind, or the use of any content or data in this repository to
|
||||
train, fine-tune, evaluate, or benchmark AI/ML models for any
|
||||
commercial purpose — requires prior written permission from
|
||||
Emergence AI.
|
||||
|
||||
For licensing inquiries, please contact: world@emergence.ai
|
||||
|
||||
Full License Text
|
||||
-----------------
|
||||
The full legal code of the Creative Commons
|
||||
Attribution-NonCommercial 4.0 International License is available at:
|
||||
|
||||
https://creativecommons.org/licenses/by-nc/4.0/legalcode
|
||||
|
||||
A human-readable summary is available at:
|
||||
|
||||
https://creativecommons.org/licenses/by-nc/4.0/
|
||||
|
||||
By using, copying, redistributing, or adapting any portion of this
|
||||
repository, you agree to be bound by the terms above.
|
||||
11
README.md
11
README.md
|
|
@ -20,6 +20,17 @@
|
|||
|
||||
---
|
||||
|
||||
> ## 🔬 Research-Only License
|
||||
>
|
||||
> This repository — including all documentation, agent profiles, landmarks, tool catalogs, governance documents, and datasets — is released **for non-commercial research and educational use only** under [**CC BY-NC 4.0**](https://creativecommons.org/licenses/by-nc/4.0/).
|
||||
>
|
||||
> **You may:** read, cite, share, and adapt the material for non-commercial research, **provided you give clear attribution** to Emergence AI (link this repository and indicate any changes).
|
||||
> **You may not:** use the material for any commercial purpose, or use any content or dataset to train, fine-tune, evaluate, or benchmark AI/ML models for commercial purposes.
|
||||
>
|
||||
> All content is proprietary to Emergence AI. For commercial licensing or model-training inquiries, contact [world@emergence.ai](mailto:world@emergence.ai). See [LICENSE](LICENSE) for the full terms and the required attribution format.
|
||||
|
||||
---
|
||||
|
||||
## What is Emergence World?
|
||||
|
||||
Emergence World is a long-horizon experiment that places autonomous AI agents into a persistent, simulated world — and observes what emerges. Each agent has a unique personality, profession, memory, and goals. They navigate a shared physical space, interact with 120+ tools, govern themselves through a constitution they can amend, earn and spend a digital currency (ComputeCredits), form relationships, write blogs, build alliances, and evolve — all without human scripting.
|
||||
|
|
|
|||
Loading…
Reference in a new issue