Skip to content

fix: : minisweagent_path.py missing from wheel#2098

Merged
teknium1 merged 1 commit into
NousResearch:mainfrom
JiwaniZakir:minisweagent_path-missing-wheel-2075
Mar 20, 2026
Merged

fix: : minisweagent_path.py missing from wheel#2098
teknium1 merged 1 commit into
NousResearch:mainfrom
JiwaniZakir:minisweagent_path-missing-wheel-2075

Conversation

@JiwaniZakir

Copy link
Copy Markdown
Contributor

Fixes #2075

minisweagent_path was missing from the py-modules list in pyproject.toml, causing it to be excluded from the built wheel. Adds minisweagent_path to the py-modules array under [tool.setuptools] so the module is included in the package distribution.

@teknium1 teknium1 merged commit df0f684 into NousResearch:main Mar 20, 2026
angelburgosrosado pushed a commit to angelburgosrosado/hermes-agent that referenced this pull request Apr 27, 2026
…th-missing-wheel-2075

Clean fix — adds minisweagent_path to py-modules so it ships in the wheel. Thanks @JiwaniZakir!
02356abc pushed a commit to 02356abc/hermes-agent that referenced this pull request May 14, 2026
…th-missing-wheel-2075

Clean fix — adds minisweagent_path to py-modules so it ships in the wheel. Thanks @JiwaniZakir!
olympus-terminal pushed a commit to olympus-terminal/hermes-agent that referenced this pull request May 16, 2026
…th-missing-wheel-2075

Clean fix — adds minisweagent_path to py-modules so it ships in the wheel. Thanks @JiwaniZakir!
briandevans added a commit to briandevans/hermes-agent that referenced this pull request May 28, 2026
The `mcp_serve` top-level module was missing from the `py-modules` list in
pyproject.toml, so non-editable installs (e.g. NixOS, downstream packagers)
omitted it from the built wheel. `hermes mcp serve` then crashed with
`ModuleNotFoundError: No module named 'mcp_serve'` because
hermes_cli/mcp_config.py imports it via `from mcp_serve import run_mcp_server`.

Editable installs (`pip install -e .`) sidestep this because they add the
repo root to sys.path, which is why dev workflows never noticed.

Same shape of fix as the previous packaging gap caught for `minisweagent_path`
(PR NousResearch#2098).

Fixes NousResearch#22110

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
gweeteve pushed a commit to gweeteve/hermes-agent that referenced this pull request Jun 2, 2026
…th-missing-wheel-2075

Clean fix — adds minisweagent_path to py-modules so it ships in the wheel. Thanks @JiwaniZakir!
Egavasyug pushed a commit to Egavasyug/hermes-agent that referenced this pull request Jun 10, 2026
…th-missing-wheel-2075

Clean fix — adds minisweagent_path to py-modules so it ships in the wheel. Thanks @JiwaniZakir!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: minisweagent_path.py missing from wheel

2 participants