LICENSE
MANIFEST.in
README.md
demo.py
examples.py
main.py
pipeline.py
pyproject.toml
requirements.txt
setup.py
test_pretrained_rl.py
verify_build.py
aalgoi/__init__.py
aalgoi/shortcuts.py
aalgoi.egg-info/PKG-INFO
aalgoi.egg-info/SOURCES.txt
aalgoi.egg-info/dependency_links.txt
aalgoi.egg-info/entry_points.txt
aalgoi.egg-info/requires.txt
aalgoi.egg-info/top_level.txt
algorithms/__init__.py
algorithms/base.py
algorithms/primitives.py
algorithms/safety.py
algorithms/image_processing/__init__.py
algorithms/ml/__init__.py
algorithms/ml/embeddings.py
algorithms/optimization/__init__.py
algorithms/optimization/optimization_algos.py
algorithms/pathfinding/__init__.py
algorithms/pathfinding/pathfinding_algos.py
algorithms/sorting/__init__.py
algorithms/sorting/sorting_algos.py
checkpoints/pretrained_v1.pt
checkpoints/pretrain_v2/best_model_ep1000.pt
checkpoints/pretrain_v2/best_model_ep1500.pt
checkpoints/pretrain_v2/best_model_ep500.pt
checkpoints/pretrain_v2/pretrained_final.pt
core/__init__.py
core/algorithm_marketplace.py
core/algorithm_synthesizer.py
core/bandit.py
core/benchmarker.py
core/compositor.py
core/context_engine.py
core/decision_log.py
core/drift_detector.py
core/explainer.py
core/federated_sync.py
core/genetic_evolver.py
core/knowledge_base.py
core/knowledge_graph.py
core/llm_adapter.py
core/meta_controller.py
core/performance_tracker.py
core/pipeline_graph.py
core/problem_library.py
core/problem_spec.py
core/question_parser.py
core/registry_manager.py
core/smart_solver.py
core/validator.py
core/rl/__init__.py
core/rl/environment.py
core/rl/powerhouse_agent.py
core/rl/replay_buffer.py
core/rl/reward_shaper.py
core/rl/agents/__init__.py
core/rl/agents/selection_agent.py
domains/__init__.py
interface/__init__.py
interface/api.py
interface/cli.py
interface/cli_debug.py
interface/cli_ml.py
interface/nl_parser.py
interface/web_ui.py
tests/__init__.py
tests/test_comprehensive.py
tests/test_full_integration.py
tests/test_knowledge_graph.py
tests/test_multi_domain.py
tests/test_never_fail.py
tests/test_optimization.py
tests/test_pathfinding.py
tests/test_phase1.py
tests/test_phase2.py
tests/test_phase4.py
tests/test_pretrained_rl.py
tests/test_rl_basic.py
training/__init__.py
training/algorithm_discovery.py
training/curriculum.py
training/data_generator.py
training/distributed_train.py
training/federated_train.py
training/full_train.py
training/pretrain.py
training/pretrain_master.py
training/run_pretraining.py
training/self_play.py
training/self_play_train.py