Skip to content

Commit e0009bf

Browse files
committed
fix: add minisweagent_path to py-modules in pyproject.toml
Closes NousResearch#2075
1 parent bff63f7 commit e0009bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ hermes-agent = "run_agent:main"
9292
hermes-acp = "acp_adapter.entry:main"
9393

9494
[tool.setuptools]
95-
py-modules = ["run_agent", "model_tools", "toolsets", "batch_runner", "trajectory_compressor", "toolset_distributions", "cli", "hermes_constants", "hermes_state", "hermes_time", "mini_swe_runner", "rl_cli", "utils"]
95+
py-modules = ["run_agent", "model_tools", "toolsets", "batch_runner", "trajectory_compressor", "toolset_distributions", "cli", "hermes_constants", "hermes_state", "hermes_time", "mini_swe_runner", "minisweagent_path", "rl_cli", "utils"]
9696

9797
[tool.setuptools.packages.find]
9898
include = ["agent", "tools", "tools.*", "hermes_cli", "gateway", "gateway.*", "cron", "honcho_integration", "acp_adapter"]

0 commit comments

Comments
 (0)