Skip to content

Commit c9757cc

Browse files
authored
refactor: benchmark (#155)
* WIP * chore: remove benchmark package * chore: remove unused ignore
1 parent 9bda7b6 commit c9757cc

12 files changed

Lines changed: 25 additions & 2228 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -53,23 +53,6 @@ Homepage = "https://deepset.ai"
5353

5454
[project.scripts]
5555
deepset-mcp = "deepset_mcp.main:main"
56-
deepset = "deepset_mcp.benchmark.runner.cli:app"
57-
58-
[project.optional-dependencies]
59-
analysis = [
60-
"jupyterlab",
61-
"pandas",
62-
"matplotlib",
63-
"seaborn"
64-
]
65-
66-
cli = [
67-
"haystack-ai>=2.15.1",
68-
"mcp-haystack>=0.4.0",
69-
"anthropic-haystack>=2.7.0",
70-
"langfuse-haystack",
71-
"typer",
72-
]
7356

7457
[dependency-groups]
7558
dev = [
@@ -130,7 +113,6 @@ isort = { combine-as-imports = true, known-first-party = ["deepset_mcp"] }
130113

131114
[tool.ruff.lint.per-file-ignores]
132115
"test/*" = ["D"]
133-
"src/deepset_mcp/benchmark/runner/cli*.py" = ["B904"] # Allow to raise Typer errors without attaching full stack trace.
134116

135117
[tool.ruff.lint.pydocstyle]
136118
convention = "pep257"
@@ -139,7 +121,7 @@ convention = "pep257"
139121
strict = true
140122

141123
[[tool.mypy.overrides]]
142-
module = ["haystack_integrations.*", "langfuse.*", "glom"]
124+
module = ["glom"]
143125
ignore_missing_imports = true
144126

145127
[[tool.mypy.overrides]]

src/deepset_mcp/agents/__init__.py

Whitespace-only changes.

src/deepset_mcp/agents/debugging/__init__.py

Whitespace-only changes.

src/deepset_mcp/agents/debugging/debugging_agent.py

Lines changed: 0 additions & 37 deletions
This file was deleted.

src/deepset_mcp/agents/debugging/system_prompt.md

Lines changed: 0 additions & 214 deletions
This file was deleted.

src/deepset_mcp/agents/generalist/__init__.py

Whitespace-only changes.

src/deepset_mcp/agents/generalist/generalist_agent.py

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)