chore: ui server updates (#951)

* ui server update

* update

* fix bugs

* updates

* use randomname

* fix

* fix bugs

* change time interval in debug server

* some change

* fix CI

* time interval change

* updates

* some changes

* fix

* fix curves

* one IP, one pointers to show msgs return progress

* enable /control

* fix bugs

* fix CI

* fix isort
This commit is contained in:
XianBW
2025-07-04 12:32:14 +08:00
committed by GitHub
parent ef6b5866c7
commit c335ebc25c
9 changed files with 392 additions and 107 deletions
+8 -1
View File
@@ -3,6 +3,7 @@ Factor workflow with session control
"""
import asyncio
from pathlib import Path
from typing import Any
import fire
@@ -25,7 +26,13 @@ class FactorRDLoop(RDLoop):
return exp
def main(path=None, step_n=None, loop_n=None, all_duration=None, checkout=True):
def main(
path: str | None = None,
step_n: int | None = None,
loop_n: int | None = None,
all_duration: str | None = None,
checkout: bool | str | Path = True,
):
"""
Auto R&D Evolving loop for fintech factors.