.coveragerc
.cz.toml
.flake8
.gitignore
.pre-commit-config.yaml
.python-version
.releaserc.json
CLAUDE.md
LICENSE
Makefile
README.md
TESTING_STRATEGY.md
mypy.ini
pyproject.toml
pytest.ini
simple_strategy.py
.github/workflows/ci.yml
.github/workflows/release.yml
examples/01_hello_world.py
examples/02_event_handling.py
examples/03_order_interactions.py
examples/README.md
proto/pull_proto.py
tektii/__init__.py
tektii/__version__.py
tektii/cli.py
tektii/py.typed
tektii.egg-info/PKG-INFO
tektii.egg-info/SOURCES.txt
tektii.egg-info/dependency_links.txt
tektii.egg-info/entry_points.txt
tektii.egg-info/requires.txt
tektii.egg-info/top_level.txt
tektii/commands/__init__.py
tektii/commands/analyze.py
tektii/commands/backtest.py
tektii/commands/new.py
tektii/commands/push.py
tektii/commands/serve.py
tektii/commands/status.py
tektii/commands/test.py
tektii/commands/validator.py
tektii/strategy/__init__.py
tektii/strategy/base.py
tektii/strategy/grpc/__init__.py
tektii/strategy/grpc/common_pb2.py
tektii/strategy/grpc/common_pb2.pyi
tektii/strategy/grpc/common_pb2_grpc.py
tektii/strategy/grpc/connection_manager.py
tektii/strategy/grpc/market_data_pb2.py
tektii/strategy/grpc/market_data_pb2.pyi
tektii/strategy/grpc/market_data_pb2_grpc.py
tektii/strategy/grpc/orders_pb2.py
tektii/strategy/grpc/orders_pb2.pyi
tektii/strategy/grpc/orders_pb2_grpc.py
tektii/strategy/grpc/service.py
tektii/strategy/grpc/service_pb2.py
tektii/strategy/grpc/service_pb2.pyi
tektii/strategy/grpc/service_pb2_grpc.py
tektii/strategy/models/__init__.py
tektii/strategy/models/common.py
tektii/strategy/models/conversions.py
tektii/strategy/models/enums.py
tektii/strategy/models/errors.py
tektii/strategy/models/events.py
tektii/strategy/models/market_data.py
tektii/strategy/models/orders.py
tektii/strategy/models/risk.py
tektii/strategy/models/service.py
tektii/testing/__init__.py
tektii/testing/harness.py
tektii/testing/mock_broker.py
tektii/utils/__init__.py
tektii/utils/colors.py
tektii/utils/loader.py
tests/__init__.py
tests/assertions.py
tests/conftest.py
tests/factories/__init__.py
tests/factories/account.py
tests/factories/events.py
tests/factories/market_data.py
tests/factories/order.py
tests/factories/position.py
tests/unit/__init__.py
tests/unit/commands/__init__.py
tests/unit/commands/test_cli.py
tests/unit/commands/test_validator.py
tests/unit/grpc/__init__.py
tests/unit/grpc/test_service.py
tests/unit/models/__init__.py
tests/unit/models/test_conversions.py
tests/unit/models/test_enums.py
tests/unit/models/test_events.py
tests/unit/models/test_market_data.py
tests/unit/models/test_orders.py
tests/unit/strategy/__init__.py
tests/unit/strategy/test_base.py
tests/unit/strategy/test_lifecycle.py
tests/unit/strategy/test_validation.py