Implement P1 local matcher/ledger and P2 strategy engine.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1 +1,17 @@
|
||||
# Placeholder: strategy state machine (P2).
|
||||
from .clock import can_open_new, window_key
|
||||
from .engine import StrategyEngine, get_engine, set_engine
|
||||
from .exits import check_exits
|
||||
from .group import next_group_id
|
||||
from .signal import Signal, decide
|
||||
|
||||
__all__ = [
|
||||
"Signal",
|
||||
"StrategyEngine",
|
||||
"can_open_new",
|
||||
"check_exits",
|
||||
"decide",
|
||||
"get_engine",
|
||||
"next_group_id",
|
||||
"set_engine",
|
||||
"window_key",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user