Add explain analysis workflow and UI
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user