LICENSE
MANIFEST.in
README.md
pipeline.py
pyproject.toml
requirements.txt
setup.py
test_pretrained_rl.py
aalgoi/__init__.py
aalgoi/_cli.py
aalgoi/_core.py
aalgoi/_data.py
aalgoi/_lazy.py
aalgoi/_result.py
aalgoi/_session.py
aalgoi/_status.py
aalgoi/py.typed
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
aalgoi/sandbox/__init__.py
aalgoi/sandbox/curriculum.py
aalgoi/sandbox/instance_store.py
aalgoi/sandbox/policy.py
aalgoi/sandbox/reward_bridge.py
aalgoi/sandbox/sandbox_rl.py
aalgoi/sandbox/state_bridge.py
algorithms/__init__.py
algorithms/base.py
algorithms/primitives.py
algorithms/safety.py
algorithms/image_processing/__init__.py
algorithms/ml/__init__.py
algorithms/ml/base.py
algorithms/ml/classical.py
algorithms/ml/clustering.py
algorithms/ml/embeddings.py
algorithms/ml/ensemble.py
algorithms/nlp/__init__.py
algorithms/nlp/generation.py
algorithms/nlp/retrieval.py
algorithms/nlp/text_analysis.py
algorithms/nlp/word_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
core/__init__.py
core/algorithm_embedder.py
core/algorithm_marketplace.py
core/algorithm_synthesizer.py
core/ast_optimizer.py
core/bandit.py
core/benchmarker.py
core/checkpoint_downloader.py
core/checkpoint_manager.py
core/compositor.py
core/context_engine.py
core/decision_log.py
core/differential_privacy.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/llm_client.py
core/meta_controller.py
core/oracles.py
core/performance_tracker.py
core/pipeline_graph.py
core/problem_library.py
core/problem_spec.py
core/prompt_builder.py
core/question_parser.py
core/registry_manager.py
core/registry_sync.py
core/sandboxed_executor.py
core/smart_solver.py
core/token_manager.py
core/validator.py
core/visualization.py
core/mind/__init__.py
core/mind/benchmark.py
core/mind/cognitive_actions.py
core/mind/federated_mind.py
core/mind/kg_seed_data.py
core/mind/kg_similarity.py
core/mind/knowledge_graph.py
core/mind/mind_state.py
core/mind/model_config.py
core/mind/rl_mind.py
core/mind/safety_manager.py
core/mind/solving_loop.py
core/mind/adapters/__init__.py
core/mind/adapters/executor_adapter.py
core/mind/adapters/prover_adapter.py
core/mind/adapters/synthesizer_adapter.py
core/mind/synthesis/__init__.py
core/mind/synthesis/modifier.py
core/mind/synthesis/optimizer.py
core/mind/synthesis/templates.py
core/mind/training/__init__.py
core/mind/training/bootstrap_trainer.py
core/reasoning/__init__.py
core/reasoning/comprehension_engine.py
core/reasoning/correctness_prover.py
core/reasoning/essence.py
core/rl/__init__.py
core/rl/domain_router.py
core/rl/environment.py
core/rl/lora_adapter.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