[project] name = "infospace-bench" version = "0.1.0" description = "Application-layer workspace for concrete structured knowledge spaces." requires-python = ">=3.12" dependencies = [ "PyYAML>=6", "markitect-tool @ file:///home/worsch/markitect-tool", "artifactstore @ file:///home/worsch/artifact-store", "llm-connect @ file:///home/worsch/llm-connect", ] [project.scripts] infospace-bench = "infospace_bench.cli:main" [tool.setuptools.package-data] infospace_bench = ["profiles/**/*", "model_rates.yaml"] [tool.pytest.ini_options] pythonpath = ["src", "../markitect-tool/src", "../llm-connect"] testpaths = ["tests"]