.gitignore
.pre-commit-config.yaml
.sdkmanrc
CONTRIBUTING.md
LICENSE.txt
Makefile
README.md
ibcontroller.env
pyproject.toml
.github/ISSUE_TEMPLATE.md
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/publish.yml
agent/src/main/java/ibcontroller/agent/AgentMain.java
agent/src/main/java/ibcontroller/agent/ComponentLookup.java
agent/src/main/java/ibcontroller/agent/EventBridge.java
agent/src/main/java/ibcontroller/agent/Protocol.java
agent/src/main/java/ibcontroller/agent/Security.java
agent/src/main/java/ibcontroller/agent/WriteOps.java
docs/Architecture.svg
docs/Configuration.md
docs/development.md
ibcontroller/__init__.py
ibcontroller/actions.py
ibcontroller/agent_client.py
ibcontroller/app_dirs.py
ibcontroller/cli.py
ibcontroller/config.py
ibcontroller/control_loop.py
ibcontroller/diagnostics.py
ibcontroller/dispatch.py
ibcontroller/ibcontroller-agent.jar
ibcontroller/labels.py
ibcontroller/launcher.py
ibcontroller/logging_setup.py
ibcontroller/login.py
ibcontroller/main.py
ibcontroller/py.typed
ibcontroller/recognisers.py
ibcontroller/schedule.py
ibcontroller/settings.py
ibcontroller/data/builtin_settings.toml
ibcontroller/data/ibcontroller.toml.example
ibcontroller/data/ibkr_settings.toml.example
ibcontroller/data/labels.json
ibcontroller/data/labels.json.example
py_ib_controller.egg-info/PKG-INFO
py_ib_controller.egg-info/SOURCES.txt
py_ib_controller.egg-info/dependency_links.txt
py_ib_controller.egg-info/entry_points.txt
py_ib_controller.egg-info/requires.txt
py_ib_controller.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/fakes.py
tests/test_actions.py
tests/test_agent_client.py
tests/test_app_dirs.py
tests/test_cli.py
tests/test_config.py
tests/test_control_loop.py
tests/test_diagnostics.py
tests/test_dispatch.py
tests/test_labels.py
tests/test_launcher.py
tests/test_logging_setup.py
tests/test_login.py
tests/test_main.py
tests/test_recognisers.py
tests/test_schedule.py
tests/test_settings.py
tests/test_trace_integration.py