LICENSE
MANIFEST.in
README.md
pytest.ini
requirements.txt
setup.py
.github/workflows/deploy.yml
.github/workflows/tests_312.yml
manifoldbot/__init__.py
manifoldbot/cli.py
manifoldbot.egg-info/PKG-INFO
manifoldbot.egg-info/SOURCES.txt
manifoldbot.egg-info/dependency_links.txt
manifoldbot.egg-info/entry_points.txt
manifoldbot.egg-info/not-zip-safe
manifoldbot.egg-info/requires.txt
manifoldbot.egg-info/top_level.txt
manifoldbot/ai/__init__.py
manifoldbot/ai/openai_client.py
manifoldbot/config/__init__.py
manifoldbot/config/settings.py
manifoldbot/core/__init__.py
manifoldbot/core/bot.py
manifoldbot/data/__init__.py
manifoldbot/data/sources/__init__.py
manifoldbot/examples/__init__.py
manifoldbot/examples/betsizing/bet_sizing_example.py
manifoldbot/examples/betsizing/iterative_kelly_examples.py
manifoldbot/examples/betsizing/marginal_vs_average_kelly.py
manifoldbot/examples/bot/ai_optimist_trading_bot.py
manifoldbot/examples/bot/default_users_bot.py
manifoldbot/examples/bot/generic_bot_example.py
manifoldbot/examples/bot/llm_trading_bot.py
manifoldbot/examples/comments/__init__.py
manifoldbot/examples/comments/ai_comment_example.py
manifoldbot/examples/manifold/basic_reader.py
manifoldbot/examples/manifold/basic_writer.py
manifoldbot/manifold/__init__.py
manifoldbot/manifold/bot.py
manifoldbot/manifold/comments.py
manifoldbot/manifold/lmsr.py
manifoldbot/manifold/reader.py
manifoldbot/manifold/writer.py
manifoldbot/utils/__init__.py
scripts/test_ci.py
tests/__init__.py
tests/test_examples.py
tests/manifold/__init__.py
tests/manifold/test_bot.py
tests/manifold/test_comments.py
tests/manifold/test_lmsr.py
tests/manifold/test_market_impact.py
tests/manifold/test_reader.py
tests/manifold/test_reader_real.py
tests/manifold/test_writer.py
tests/manifold/test_writer_real.py