Add explain analysis workflow and UI

This commit is contained in:
2026-03-16 22:28:41 +08:00
parent 3a5558b576
commit 1f5ee3698e
49 changed files with 8888 additions and 1476 deletions

View File

@@ -66,7 +66,8 @@ evotraders = "backend.cli:app"
[tool.setuptools]
packages = ["backend", "backend.agents", "backend.config",
"backend.data", "backend.llm",
"backend.tools", "backend.utils", "backend.services"]
"backend.tools", "backend.utils", "backend.services",
"backend.explain", "backend.enrich"]
[tool.ruff]
line-length = 88
@@ -77,4 +78,4 @@ testpaths = ["backend/tests"]
python_files = ["test_*.py"]
python_classes = ["Test*"]
python_functions = ["test_*"]
asyncio_default_fixture_loop_scope = "function"