Skip to content

Commit 125f323

Browse files
committed
Initial commit
0 parents  commit 125f323

176 files changed

Lines changed: 15679 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
pull_request:
6+
7+
jobs:
8+
test:
9+
runs-on: ubuntu-latest
10+
strategy:
11+
matrix:
12+
python-version: ["3.10", "3.11"]
13+
steps:
14+
- uses: actions/checkout@v4
15+
- uses: actions/setup-python@v5
16+
with:
17+
python-version: ${{ matrix.python-version }}
18+
- name: Install package and test dependencies
19+
run: |
20+
python -m pip install --upgrade pip
21+
python -m pip install -e .[all]
22+
python -m pip install build
23+
- name: Run unit tests
24+
run: python -m unittest discover -s tests -p "test_*.py"
25+
- name: Build package
26+
run: python -m build --sdist --wheel

.gitignore

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# Python bytecode and caches
2+
__pycache__/
3+
*.py[cod]
4+
*$py.class
5+
6+
# Virtual environments
7+
.venv/
8+
venv/
9+
env/
10+
.conda/
11+
.python-version
12+
13+
# Local secrets and environment files
14+
.env
15+
.env.*
16+
17+
# Build and packaging artifacts
18+
build/
19+
dist/
20+
*.egg-info/
21+
pip-wheel-metadata/
22+
23+
# Test and analysis caches
24+
.pytest_cache/
25+
.mypy_cache/
26+
.ruff_cache/
27+
.hypothesis/
28+
.tox/
29+
.nox/
30+
.coverage
31+
.coverage.*
32+
htmlcov/
33+
34+
# Notebook and editor noise
35+
.ipynb_checkpoints/
36+
.vscode/
37+
.idea/
38+
.vs/
39+
40+
# Local runtime logs and generated outputs
41+
logs/
42+
logs/**/20*/
43+
logs/**/*.json
44+
logs/**/*.jsonl
45+
logs/**/*.log
46+
*.sqlite
47+
*.sqlite3
48+
*.db
49+
50+
# OS/editor noise
51+
.DS_Store
52+
Thumbs.db
53+
*.tmp
54+
*.temp
55+
*.bak
56+
*.swp

CONTRIBUTING.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Contributing to IronEngine-RL
2+
3+
## Workflow
4+
5+
- start from the closest existing profile or example
6+
- keep changes focused and avoid unnecessary public-surface renames
7+
- prefer additive extensions such as plugins, action schemes, and new examples over breaking rewrites
8+
- update matching docs in `docs/` when runtime behavior or profile shape changes
9+
10+
## Development Expectations
11+
12+
- run validation and the smallest relevant test scope before broader changes
13+
- keep safety behavior explicit when changing agents, inference providers, hardware adapters, or action channels
14+
- when adding LLM-backed behavior, document how `SOUL.md` and `llm.task` are expected to be used
15+
- preserve the project style and keep examples copyable
16+
17+
## Pull Request Notes
18+
19+
- describe what changed and why
20+
- mention any new profile fields, plugin paths, or runtime artifacts
21+
- include the validation or test command you used when practical

LICENSE

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
PolyForm Noncommercial License 1.0.0
2+
3+
<https://polyformproject.org/licenses/noncommercial/1.0.0>
4+
5+
Required Notice: Copyright 2026 DunknowCoding
6+
7+
## Acceptance
8+
9+
In order to get any license under these terms, you must agree to them as both strict obligations and conditions to all your licenses.
10+
11+
## Copyright License
12+
13+
The licensor grants you a copyright license for the software to do everything you might do with the software that would otherwise infringe the licensor's copyright in it for any permitted purpose. However, you may only distribute the software according to Distribution License and make changes or new works based on the software according to Changes and New Works License.
14+
15+
## Distribution License
16+
17+
The licensor grants you an additional copyright license to distribute copies of the software. Your license to distribute covers distributing the software with changes and new works permitted by Changes and New Works License.
18+
19+
## Notices
20+
21+
You must ensure that anyone who gets a copy of any part of the software from you also gets a copy of these terms or the URL for them above, as well as copies of any plain-text lines beginning with `Required Notice:` that the licensor provided with the software. For example:
22+
23+
Required Notice: Copyright Yoyodyne, Inc. (http://example.com)
24+
25+
## Changes and New Works License
26+
27+
The licensor grants you an additional copyright license to make changes and new works based on the software for any permitted purpose.
28+
29+
## Patent License
30+
31+
The licensor grants you a patent license for the software that covers patent claims the licensor can license, or becomes able to license, that you would infringe by using the software.
32+
33+
## Noncommercial Purposes
34+
35+
Any noncommercial purpose is a permitted purpose.
36+
37+
## Personal Uses
38+
39+
Personal use for research, experiment, and testing for the benefit of public knowledge, personal study, private entertainment, hobby projects, amateur pursuits, or religious observance, without any anticipated commercial application, is use for a permitted purpose.
40+
41+
## Noncommercial Organizations
42+
43+
Use by any charitable organization, educational institution, public research organization, public safety or health organization, environmental protection organization, or government institution is use for a permitted purpose regardless of the source of funding or obligations resulting from the funding.
44+
45+
## Fair Use
46+
47+
You may have "fair use" rights for the software under the law. These terms do not limit them.
48+
49+
## No Other Rights
50+
51+
These terms do not allow you to sublicense or transfer any of your licenses to anyone else, or prevent the licensor from granting licenses to anyone else. These terms do not imply any other licenses.
52+
53+
## Patent Defense
54+
55+
If you make any written claim that the software infringes or contributes to infringement of any patent, your patent license for the software granted under these terms ends immediately. If your company makes such a claim, your patent license ends immediately for work on behalf of your company.
56+
57+
## Violations
58+
59+
The first time you are notified in writing that you have violated any of these terms, or done anything with the software not covered by your licenses, your licenses can nonetheless continue if you come into full compliance with these terms, and take practical steps to correct past violations, within 32 days of receiving notice. Otherwise, all your licenses end immediately.
60+
61+
## No Liability
62+
63+
As far as the law allows, the software comes as is, without any warranty or condition, and the licensor will not be liable to you for any damages arising out of these terms or the use or nature of the software, under any kind of legal claim.
64+
65+
## Definitions
66+
67+
The licensor is the individual or entity offering these terms, and the software is the software the licensor makes available under these terms.
68+
69+
You refers to the individual or entity agreeing to these terms.
70+
71+
Your company is any legal entity, sole proprietorship, or other kind of organization that you work for, plus all organizations that have control over, are under the control of, or are under common control with that organization. Control means ownership of substantially all the assets of an entity, or the power to direct its management and policies by vote, contract, or otherwise. Control can be direct or indirect.
72+
73+
Your licenses are all the licenses granted to you for the software under these terms.
74+
75+
Use means anything you do with the software requiring one of your licenses.

NOTICE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Required Notice: Copyright 2026 DunknowCoding

0 commit comments

Comments
 (0)