Chunhua Liao commited on
Commit
538725e
·
1 Parent(s): 4a06d4b

add release info.

Browse files
Files changed (4) hide show
  1. CONTRIBUTING.md +26 -0
  2. LICENSE +21 -0
  3. NOTICE +16 -0
  4. README.md +12 -5
CONTRIBUTING.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Contributing to Open AI Co-Scientist
2
+
3
+ Thank you for your interest in contributing to the Open AI Co-Scientist project!
4
+
5
+ ## How to Contribute
6
+
7
+ - Fork the repository and create your branch from `main`.
8
+ - Make your changes with clear, descriptive commit messages.
9
+ - Ensure your code passes all tests and follows project style guidelines.
10
+ - Submit a pull request describing your changes and the motivation behind them.
11
+
12
+ ## License for Contributions
13
+
14
+ By contributing, you agree that your contributions will be licensed under the MIT License, the same as this project.
15
+
16
+ ## Developer Certificate of Origin (DCO)
17
+
18
+ All contributions are assumed to be made under the same license as the project (MIT). If you wish to use Git’s sign-off feature to acknowledge the DCO, you may do so, but it is not required.
19
+
20
+ ## Code of Conduct
21
+
22
+ Please be respectful and constructive in all interactions.
23
+
24
+ ## Getting Help
25
+
26
+ For questions or support, please open an issue or start a discussion in the repository.
LICENSE ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MIT License
2
+
3
+ Copyright (c) 2025, Lawrence Livermore National Security, LLC
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
NOTICE ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ This work was produced under the auspices of the U.S. Department of Energy by
2
+ Lawrence Livermore National Laboratory under Contract DE-AC52-07NA27344.
3
+
4
+ This work was prepared as an account of work sponsored by an agency of the
5
+ United States Government. Neither the United States Government nor Lawrence
6
+ Livermore National Security, LLC, nor any of their employees makes any warranty,
7
+ expressed or implied, or assumes any legal liability or responsibility for the
8
+ accuracy, completeness, or usefulness of any information, apparatus, product, or
9
+ process disclosed, or represents that its use would not infringe privately owned
10
+ rights. Reference herein to any specific commercial product, process, or service
11
+ by trade name, trademark, manufacturer, or otherwise does not necessarily
12
+ constitute or imply its endorsement, recommendation, or favoring by the United
13
+ States Government or Lawrence Livermore National Security, LLC. The views and
14
+ opinions of authors expressed herein do not necessarily state or reflect those
15
+ of the United States Government or Lawrence Livermore National Security, LLC,
16
+ and shall not be used for advertising or product endorsement purposes.
README.md CHANGED
@@ -122,18 +122,25 @@ Based on the AI Co-Scientist research: https://storage.googleapis.com/coscientis
122
 
123
  ## 🤝 Contributing
124
 
125
- This is an open-source project. Feel free to contribute improvements, bug fixes, or new features.
 
 
126
 
127
  ## ⚠️ Note
128
 
129
  This system requires an OpenRouter API key to function. The public demo uses a limited budget, so please use it responsibly. For extensive research, consider running your own instance with your API key.
130
 
131
- ## License
132
-
133
- MIT
134
 
135
  ## Acknowledgements
136
 
137
- - Based on the open-source implementation of Google's AI Co-Scientist system.
138
  - Uses [Gradio](https://gradio.app/) for the user interface.
139
  - LLM access via [OpenRouter](https://openrouter.ai/).
 
 
 
 
 
 
 
 
 
122
 
123
  ## 🤝 Contributing
124
 
125
+ This is an open-source project. Feel free to contribute improvements, bug fixes, or new features.
126
+
127
+ See CONTRIBUTING.md for details.
128
 
129
  ## ⚠️ Note
130
 
131
  This system requires an OpenRouter API key to function. The public demo uses a limited budget, so please use it responsibly. For extensive research, consider running your own instance with your API key.
132
 
 
 
 
133
 
134
  ## Acknowledgements
135
 
136
+ - Based on the idea of Google's AI Co-Scientist system.
137
  - Uses [Gradio](https://gradio.app/) for the user interface.
138
  - LLM access via [OpenRouter](https://openrouter.ai/).
139
+
140
+ ---
141
+
142
+ ## Release
143
+
144
+ LLNL-CODE-2010270
145
+
146
+ SPDX-License-Identifier: MIT