LICENSE
MANIFEST.in
README.md
agent-config.yml
docker-compose.yml
pyproject.toml
requirements-docker.txt
requirements.txt
setup.py
agent/__init__.py
agent/config.py
agent/main.py
agent/node_config.py
agent/api/__init__.py
agent/api/server.py
agent/bidding/__init__.py
agent/bidding/auction.py
agent/bidding/router.py
agent/bidding/scorer.py
agent/crypto/__init__.py
agent/crypto/encryption.py
agent/crypto/signing.py
agent/dashboard/__init__.py
agent/dashboard/server.py
agent/economy/__init__.py
agent/economy/fairness.py
agent/executor/__init__.py
agent/executor/checkpoint.py
agent/executor/docker.py
agent/executor/engine.py
agent/executor/recovery.py
agent/executor/security.py
agent/executor/shell.py
agent/mcp/__init__.py
agent/mcp/server.py
agent/p2p/__init__.py
agent/p2p/coordinator.py
agent/p2p/dht_manager.py
agent/p2p/discovery.py
agent/p2p/file_transfer.py
agent/p2p/node.py
agent/p2p/peer_manager.py
agent/p2p/protocol.py
agent/p2p/security.py
agent/pipeline/__init__.py
agent/pipeline/aggregator.py
agent/pipeline/dag.py
agent/pipeline/engine.py
agent/plugins/__init__.py
agent/plugins/loader.py
agent/predictive/__init__.py
agent/predictive/cache.py
agent/predictive/integration.py
agent/predictive/pattern_detector.py
agent/predictive/rl_speculation.py
agent/predictive/speculation_engine.py
agent/rl/__init__.py
agent/rl/experience_buffer.py
agent/rl/online_learner.py
agent/rl/policy.py
agent/rl/reward.py
agent/rl/state.py
agent/schema/__init__.py
agent/schema/schema.py
agent/tokens/__init__.py
agent/tokens/economy.py
agent/tokens/ledger.py
agent/tokens/wallet.py
agent/trust/__init__.py
agent/trust/gossip.py
agent/trust/reputation.py
agent/trust/watchdog.py
cli/__init__.py
cli/main.py
cli/marlOS.py
docs/API_GUIDE.md
docs/ARCHITECTURE_RL.md
docs/ARCHITECTURE_TOKEN.md
docs/CHECKPOINT_RECOVERY_GUIDE.md
docs/CLI_GUIDE.md
docs/COMMANDS.md
docs/CONFIG_ARCHITECTURE.md
docs/CONFIG_MANAGEMENT_GUIDE.md
docs/DEPLOYMENT.md
docs/DISTRIBUTED_DEPLOYMENT.md
docs/ECONOMIC_WHITEPAPER.md
docs/FULL_CONFIG_USAGE.md
docs/INSTALL.md
docs/LAB_SETUP.md
docs/LOCAL_TESTING.md
docs/NETWORK_DESIGN.md
docs/PATH_SETUP_QUICK_REFERENCE.md
docs/PIP_INSTALL.md
docs/PLUGINS.md
docs/PREDICTIVE_CONFIG.md
docs/QUICKSTART.md
docs/README.md
docs/RL_PREDICTION_DESIGN.md
docs/SHARE.md
docs/USER_GUIDE_NETWORK_MODES.md
examples/__init__.py
marlos.egg-info/PKG-INFO
marlos.egg-info/SOURCES.txt
marlos.egg-info/dependency_links.txt
marlos.egg-info/entry_points.txt
marlos.egg-info/requires.txt
marlos.egg-info/top_level.txt
rl_trainer/__init__.py
rl_trainer/env.py
rl_trainer/evalutate.py
rl_trainer/speculation_env.py
rl_trainer/train.py
rl_trainer/train_speculation.py
rl_trainer/models/speculation_policy.zip
scripts/__init__.py
scripts/adversarial_demo.py
scripts/benchmark.py
scripts/build_and_test.bat
scripts/build_and_test.sh
scripts/demo.py
scripts/economic_simulation.py
scripts/install-marlos.sh
scripts/install_windows.bat
scripts/online_learning_proof.py
scripts/post_install.py
scripts/publish.py
scripts/start-node.bat
scripts/start-node.sh
scripts/test_deployment.sh
test/test_node_config.py
test/test_p2p_security.py
test/test_rl_fairness.py