CHANGELOG.md
CODE_OF_CONDUCT.md
CODE_OF_CONDUCT.zh-CN.md
CONTRIBUTING.md
CONTRIBUTING.zh-CN.md
LICENSE
MANIFEST.in
README.md
README_EN.md
RELEASING.md
RELEASING.zh-CN.md
SECURITY.md
SECURITY.zh-CN.md
SUPPORT.md
SUPPORT.zh-CN.md
pyproject.toml
requirements-dev.txt
requirements-full.txt
requirements.txt
audit/baseline.md
audit/final-report.md
audit/findings.md
audit/fix-log.md
config/config.example.json
config/config.json
docs/architecture.md
docs/architecture.zh-CN.md
docs/configuration.md
docs/configuration.zh-CN.md
docs/phase3-optional-deps.md
docs/phase3-optional-deps.zh-CN.md
docs/reward-model.md
docs/reward-model.zh-CN.md
docs/release/OPEN_SOURCE_SCOPE.md
lib/__init__.py
lib/agent.py
lib/collector.py
lib/contracts.py
lib/distributed_trainer.py
lib/environment.py
lib/experience_replay.py
lib/hyperparameter_tuner.py
lib/integration.py
lib/learner.py
lib/monitoring.py
lib/nn_model.py
lib/paths.py
lib/performance_optimizer.py
lib/reward.py
lib/trainer.py
openclaw_alignment.egg-info/PKG-INFO
openclaw_alignment.egg-info/SOURCES.txt
openclaw_alignment.egg-info/dependency_links.txt
openclaw_alignment.egg-info/entry_points.txt
openclaw_alignment.egg-info/requires.txt
openclaw_alignment.egg-info/top_level.txt
scripts/check_docs_consistency.py
scripts/install.py
scripts/install_unix.sh
scripts/install_windows.ps1
skills/意图对齐.md
tests/test_agent_policy.py
tests/test_alignment.py
tests/test_contracts.py
tests/test_docs_consistency.py
tests/test_environment.py
tests/test_experience_replay.py
tests/test_integration_cli.py
tests/test_integration_engine.py
tests/test_learner_history.py
tests/test_phase3.py
tests/test_reward.py