chore: split dsapp to pages & add llm_logs showing (#733)

* split dsapp to pages & add llm_logs showing

* some changes

* small bug

* add time info

* do not test UI in test_import

* cache stdout
This commit is contained in:
XianBW
2025-04-01 20:55:10 +08:00
committed by GitHub
parent 473b9000b9
commit 3ef0b21350
4 changed files with 931 additions and 733 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ class TestRDAgentImports(unittest.TestCase):
if "llm_st" in fstr:
continue
if (
fstr.endswith("rdagent/log/ui/app.py")
"rdagent/log/ui/" in fstr
or fstr.endswith("rdagent/app/cli.py")
or fstr.endswith("rdagent/app/CI/run.py")
or fstr.endswith("rdagent/app/utils/ape.py")