CHANGELOG.md
LICENSE
MANIFEST.in
README.md
llms-full.txt
llms.txt
mkdocs.yml
pyproject.toml
docs/cli.md
docs/concepts.md
docs/events.md
docs/faq.md
docs/index.md
docs/orderbook.md
docs/reconnects.md
docs/releasing.md
docs/security.md
docs/venues.md
evals/agent_prompts/README.md
evals/agent_prompts/dashboard_stream_health.md
evals/agent_prompts/offline_fixture_parser.md
evals/agent_prompts/polymarket_orderbook_recorder.md
examples/kalshi_market_stream.py
examples/opinion_market_stream.py
examples/polymarket_market_stream.py
skills/predxt/SKILL.md
skills/predxt/agents/openai.yaml
skills/predxt/references/api-patterns.md
skills/predxt/references/starter-patterns.md
src/predxt/__init__.py
src/predxt/base.py
src/predxt/cli.py
src/predxt/events.py
src/predxt/orderbook.py
src/predxt/py.typed
src/predxt.egg-info/PKG-INFO
src/predxt.egg-info/SOURCES.txt
src/predxt.egg-info/dependency_links.txt
src/predxt.egg-info/entry_points.txt
src/predxt.egg-info/requires.txt
src/predxt.egg-info/top_level.txt
src/predxt/kalshi/__init__.py
src/predxt/kalshi/auth.py
src/predxt/kalshi/client.py
src/predxt/kalshi/connection_manager.py
src/predxt/kalshi/parser.py
src/predxt/opinion/__init__.py
src/predxt/opinion/client.py
src/predxt/opinion/connection_manager.py
src/predxt/opinion/parser.py
src/predxt/polymarket/__init__.py
src/predxt/polymarket/client.py
src/predxt/polymarket/connection_manager.py
src/predxt/polymarket/parser.py
src/predxt/utils/backoff.py
tests/__init__.py
tests/test_agent_docs.py
tests/test_backoff.py
tests/test_cli.py
tests/test_client.py
tests/test_connection_manager.py
tests/test_events.py
tests/test_kalshi_auth.py
tests/test_kalshi_client.py
tests/test_kalshi_connection_manager.py
tests/test_kalshi_parser.py
tests/test_opinion_client.py
tests/test_opinion_connection_manager.py
tests/test_opinion_parser.py
tests/test_orderbook.py
tests/test_parser.py
tests/fixtures/polymarket_order_books.json
tests/fixtures/polymarket_other.json
tests/fixtures/polymarket_trade_updates.json