CHANGELOG.md
LICENSE
MANIFEST.in
README.md
config.yaml
pyproject.toml
requirements.txt
setup.py
src/autoresearch/__init__.py
src/autoresearch/config.py
src/autoresearch/data/__init__.py
src/autoresearch/data/curriculum.py
src/autoresearch/data/data_intelligence.py
src/autoresearch/data/synthetic_data.py
src/autoresearch/experiment/__init__.py
src/autoresearch/experiment/autonomous_loop.py
src/autoresearch/experiment/feedback.py
src/autoresearch/experiment/hypothesis.py
src/autoresearch/experiment/memory.py
src/autoresearch/experiment/prioritization.py
src/autoresearch/experiment/storage.py
src/autoresearch/infrastructure/__init__.py
src/autoresearch/infrastructure/checkpoint.py
src/autoresearch/infrastructure/daemon.py
src/autoresearch/infrastructure/distribute.py
src/autoresearch/infrastructure/metaloop.py
src/autoresearch/infrastructure/monitor.py
src/autoresearch/infrastructure/multi_agent.py
src/autoresearch/infrastructure/sandbox.py
src/autoresearch/llm/__init__.py
src/autoresearch/llm/orchestrators.py
src/autoresearch/llm/providers.py
src/autoresearch/llm/train_any_llm.py
src/autoresearch/reporting/__init__.py
src/autoresearch/reporting/figures.py
src/autoresearch/reporting/paper.py
src/autoresearch/reporting/peer_review.py
src/autoresearch/reporting/report.py
src/autoresearch/reporting/stats.py
src/autoresearch_stack.egg-info/PKG-INFO
src/autoresearch_stack.egg-info/SOURCES.txt
src/autoresearch_stack.egg-info/dependency_links.txt
src/autoresearch_stack.egg-info/entry_points.txt
src/autoresearch_stack.egg-info/requires.txt
src/autoresearch_stack.egg-info/top_level.txt
tests/test_autoloop_main.py
tests/test_autonomous_loop.py
tests/test_core.py
tests/test_curriculum_ext.py
tests/test_daemon_ext.py
tests/test_daemon_ext2.py
tests/test_distribute_ext.py
tests/test_extras_ext.py
tests/test_feedback_ext.py
tests/test_final_ext.py
tests/test_hardening.py
tests/test_hypothesis_ext.py
tests/test_last_ext.py
tests/test_memory_ext.py
tests/test_new_modules.py
tests/test_prioritization_ext.py
tests/test_properties.py
tests/test_providers.py
tests/test_providers_ext.py
tests/test_providers_ext2.py
tests/test_remaining_ext.py
tests/test_report_ext.py
tests/test_storage_ext.py
tests/test_synthetic_ext.py
tests/test_synthetic_ext2.py
tests/test_training.py