Skip to content

[Bug]: minisweagent_path.py missing from wheel #2075

@sunny-g

Description

@sunny-g

Bug Description

minisweagent_path.py is missing from the built wheel, seemingly preventing installation via nix.

Steps to Reproduce

cd vendor/hermes-agent && git checkout master && pipx run build

Expected Behavior

minisweagent_path.py is copied to build/lib

Actual Behavior

minisweagent_path.py is not copied to build/lib

Affected Component

Skills (skill loading, skill hub, skill guard)

Messaging Platform (if gateway-related)

No response

Operating System

macOS 15.7.4

Python Version

3.11.15

Hermes Version

4.0.0

Relevant Logs / Traceback

sunnyg@bigmaxenergy:~/gitdev/mynix/vendor/hermes-agent/ > pipx run build
* Creating isolated environment: venv+pip...
* Installing packages in isolated environment:
  - setuptools>=61.0
* Getting build dependencies for sdist...
/private/var/folders/60/zjd9rx513ll8lcwb6dt_t98h0000gn/T/build-env-44wm6iy3/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!

        ********************************************************************************
        Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).

        By 2027-Feb-18, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  corresp(dist, value, root_dir)
running egg_info
writing hermes_agent.egg-info/PKG-INFO
writing dependency_links to hermes_agent.egg-info/dependency_links.txt
writing entry points to hermes_agent.egg-info/entry_points.txt
writing requirements to hermes_agent.egg-info/requires.txt
writing top-level names to hermes_agent.egg-info/top_level.txt
reading manifest file 'hermes_agent.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'hermes_agent.egg-info/SOURCES.txt'
* Building sdist...
/private/var/folders/60/zjd9rx513ll8lcwb6dt_t98h0000gn/T/build-env-44wm6iy3/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!

        ********************************************************************************
        Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).

        By 2027-Feb-18, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  corresp(dist, value, root_dir)
running sdist
running egg_info
writing hermes_agent.egg-info/PKG-INFO
writing dependency_links to hermes_agent.egg-info/dependency_links.txt
writing entry points to hermes_agent.egg-info/entry_points.txt
writing requirements to hermes_agent.egg-info/requires.txt
writing top-level names to hermes_agent.egg-info/top_level.txt
reading manifest file 'hermes_agent.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'hermes_agent.egg-info/SOURCES.txt'
running check
creating hermes_agent-0.4.0
creating hermes_agent-0.4.0/acp_adapter
creating hermes_agent-0.4.0/agent
creating hermes_agent-0.4.0/cron
creating hermes_agent-0.4.0/gateway
creating hermes_agent-0.4.0/gateway/platforms
creating hermes_agent-0.4.0/hermes_agent.egg-info
creating hermes_agent-0.4.0/hermes_cli
creating hermes_agent-0.4.0/honcho_integration
creating hermes_agent-0.4.0/tests
creating hermes_agent-0.4.0/tools
creating hermes_agent-0.4.0/tools/browser_providers
creating hermes_agent-0.4.0/tools/environments
copying files to hermes_agent-0.4.0...
copying LICENSE -> hermes_agent-0.4.0
copying README.md -> hermes_agent-0.4.0
copying batch_runner.py -> hermes_agent-0.4.0
copying cli.py -> hermes_agent-0.4.0
copying hermes_constants.py -> hermes_agent-0.4.0
copying hermes_state.py -> hermes_agent-0.4.0
copying hermes_time.py -> hermes_agent-0.4.0
copying mini_swe_runner.py -> hermes_agent-0.4.0
copying minisweagent_path.py -> hermes_agent-0.4.0
copying model_tools.py -> hermes_agent-0.4.0
copying pyproject.toml -> hermes_agent-0.4.0
copying rl_cli.py -> hermes_agent-0.4.0
copying run_agent.py -> hermes_agent-0.4.0
copying toolset_distributions.py -> hermes_agent-0.4.0
copying toolsets.py -> hermes_agent-0.4.0
copying trajectory_compressor.py -> hermes_agent-0.4.0
copying utils.py -> hermes_agent-0.4.0
copying acp_adapter/__init__.py -> hermes_agent-0.4.0/acp_adapter
copying acp_adapter/__main__.py -> hermes_agent-0.4.0/acp_adapter
copying acp_adapter/auth.py -> hermes_agent-0.4.0/acp_adapter
copying acp_adapter/entry.py -> hermes_agent-0.4.0/acp_adapter
copying acp_adapter/events.py -> hermes_agent-0.4.0/acp_adapter
copying acp_adapter/permissions.py -> hermes_agent-0.4.0/acp_adapter
copying acp_adapter/server.py -> hermes_agent-0.4.0/acp_adapter
copying acp_adapter/session.py -> hermes_agent-0.4.0/acp_adapter
copying acp_adapter/tools.py -> hermes_agent-0.4.0/acp_adapter
copying agent/__init__.py -> hermes_agent-0.4.0/agent
copying agent/anthropic_adapter.py -> hermes_agent-0.4.0/agent
copying agent/auxiliary_client.py -> hermes_agent-0.4.0/agent
copying agent/context_compressor.py -> hermes_agent-0.4.0/agent
copying agent/copilot_acp_client.py -> hermes_agent-0.4.0/agent
copying agent/display.py -> hermes_agent-0.4.0/agent
copying agent/insights.py -> hermes_agent-0.4.0/agent
copying agent/model_metadata.py -> hermes_agent-0.4.0/agent
copying agent/prompt_builder.py -> hermes_agent-0.4.0/agent
copying agent/prompt_caching.py -> hermes_agent-0.4.0/agent
copying agent/redact.py -> hermes_agent-0.4.0/agent
copying agent/skill_commands.py -> hermes_agent-0.4.0/agent
copying agent/smart_model_routing.py -> hermes_agent-0.4.0/agent
copying agent/title_generator.py -> hermes_agent-0.4.0/agent
copying agent/trajectory.py -> hermes_agent-0.4.0/agent
copying agent/usage_pricing.py -> hermes_agent-0.4.0/agent
copying cron/__init__.py -> hermes_agent-0.4.0/cron
copying cron/jobs.py -> hermes_agent-0.4.0/cron
copying cron/scheduler.py -> hermes_agent-0.4.0/cron
copying gateway/__init__.py -> hermes_agent-0.4.0/gateway
copying gateway/channel_directory.py -> hermes_agent-0.4.0/gateway
copying gateway/config.py -> hermes_agent-0.4.0/gateway
copying gateway/delivery.py -> hermes_agent-0.4.0/gateway
copying gateway/hooks.py -> hermes_agent-0.4.0/gateway
copying gateway/mirror.py -> hermes_agent-0.4.0/gateway
copying gateway/pairing.py -> hermes_agent-0.4.0/gateway
copying gateway/run.py -> hermes_agent-0.4.0/gateway
copying gateway/session.py -> hermes_agent-0.4.0/gateway
copying gateway/status.py -> hermes_agent-0.4.0/gateway
copying gateway/sticker_cache.py -> hermes_agent-0.4.0/gateway
copying gateway/stream_consumer.py -> hermes_agent-0.4.0/gateway
copying gateway/platforms/__init__.py -> hermes_agent-0.4.0/gateway/platforms
copying gateway/platforms/api_server.py -> hermes_agent-0.4.0/gateway/platforms
copying gateway/platforms/base.py -> hermes_agent-0.4.0/gateway/platforms
copying gateway/platforms/dingtalk.py -> hermes_agent-0.4.0/gateway/platforms
copying gateway/platforms/discord.py -> hermes_agent-0.4.0/gateway/platforms
copying gateway/platforms/email.py -> hermes_agent-0.4.0/gateway/platforms
copying gateway/platforms/homeassistant.py -> hermes_agent-0.4.0/gateway/platforms
copying gateway/platforms/matrix.py -> hermes_agent-0.4.0/gateway/platforms
copying gateway/platforms/mattermost.py -> hermes_agent-0.4.0/gateway/platforms
copying gateway/platforms/signal.py -> hermes_agent-0.4.0/gateway/platforms
copying gateway/platforms/slack.py -> hermes_agent-0.4.0/gateway/platforms
copying gateway/platforms/sms.py -> hermes_agent-0.4.0/gateway/platforms
copying gateway/platforms/telegram.py -> hermes_agent-0.4.0/gateway/platforms
copying gateway/platforms/whatsapp.py -> hermes_agent-0.4.0/gateway/platforms
copying hermes_agent.egg-info/PKG-INFO -> hermes_agent-0.4.0/hermes_agent.egg-info
copying hermes_agent.egg-info/SOURCES.txt -> hermes_agent-0.4.0/hermes_agent.egg-info
copying hermes_agent.egg-info/dependency_links.txt -> hermes_agent-0.4.0/hermes_agent.egg-info
copying hermes_agent.egg-info/entry_points.txt -> hermes_agent-0.4.0/hermes_agent.egg-info
copying hermes_agent.egg-info/requires.txt -> hermes_agent-0.4.0/hermes_agent.egg-info
copying hermes_agent.egg-info/top_level.txt -> hermes_agent-0.4.0/hermes_agent.egg-info
copying hermes_cli/__init__.py -> hermes_agent-0.4.0/hermes_cli
copying hermes_cli/auth.py -> hermes_agent-0.4.0/hermes_cli
copying hermes_cli/banner.py -> hermes_agent-0.4.0/hermes_cli
copying hermes_cli/callbacks.py -> hermes_agent-0.4.0/hermes_cli
copying hermes_cli/checklist.py -> hermes_agent-0.4.0/hermes_cli
copying hermes_cli/claw.py -> hermes_agent-0.4.0/hermes_cli
copying hermes_cli/clipboard.py -> hermes_agent-0.4.0/hermes_cli
copying hermes_cli/codex_models.py -> hermes_agent-0.4.0/hermes_cli
copying hermes_cli/colors.py -> hermes_agent-0.4.0/hermes_cli
copying hermes_cli/commands.py -> hermes_agent-0.4.0/hermes_cli
copying hermes_cli/config.py -> hermes_agent-0.4.0/hermes_cli
copying hermes_cli/copilot_auth.py -> hermes_agent-0.4.0/hermes_cli
copying hermes_cli/cron.py -> hermes_agent-0.4.0/hermes_cli
copying hermes_cli/curses_ui.py -> hermes_agent-0.4.0/hermes_cli
copying hermes_cli/default_soul.py -> hermes_agent-0.4.0/hermes_cli
copying hermes_cli/doctor.py -> hermes_agent-0.4.0/hermes_cli
copying hermes_cli/env_loader.py -> hermes_agent-0.4.0/hermes_cli
copying hermes_cli/gateway.py -> hermes_agent-0.4.0/hermes_cli
copying hermes_cli/main.py -> hermes_agent-0.4.0/hermes_cli
copying hermes_cli/models.py -> hermes_agent-0.4.0/hermes_cli
copying hermes_cli/pairing.py -> hermes_agent-0.4.0/hermes_cli
copying hermes_cli/plugins.py -> hermes_agent-0.4.0/hermes_cli
copying hermes_cli/runtime_provider.py -> hermes_agent-0.4.0/hermes_cli
copying hermes_cli/setup.py -> hermes_agent-0.4.0/hermes_cli
copying hermes_cli/skills_config.py -> hermes_agent-0.4.0/hermes_cli
copying hermes_cli/skills_hub.py -> hermes_agent-0.4.0/hermes_cli
copying hermes_cli/skin_engine.py -> hermes_agent-0.4.0/hermes_cli
copying hermes_cli/status.py -> hermes_agent-0.4.0/hermes_cli
copying hermes_cli/tools_config.py -> hermes_agent-0.4.0/hermes_cli
copying hermes_cli/uninstall.py -> hermes_agent-0.4.0/hermes_cli
copying honcho_integration/__init__.py -> hermes_agent-0.4.0/honcho_integration
copying honcho_integration/cli.py -> hermes_agent-0.4.0/honcho_integration
copying honcho_integration/client.py -> hermes_agent-0.4.0/honcho_integration
copying honcho_integration/session.py -> hermes_agent-0.4.0/honcho_integration
copying tests/test_1630_context_overflow_loop.py -> hermes_agent-0.4.0/tests
copying tests/test_413_compression.py -> hermes_agent-0.4.0/tests
copying tests/test_860_dedup.py -> hermes_agent-0.4.0/tests
copying tests/test_agent_guardrails.py -> hermes_agent-0.4.0/tests
copying tests/test_agent_loop.py -> hermes_agent-0.4.0/tests
copying tests/test_agent_loop_tool_calling.py -> hermes_agent-0.4.0/tests
copying tests/test_agent_loop_vllm.py -> hermes_agent-0.4.0/tests
copying tests/test_anthropic_adapter.py -> hermes_agent-0.4.0/tests
copying tests/test_anthropic_error_handling.py -> hermes_agent-0.4.0/tests
copying tests/test_anthropic_oauth_flow.py -> hermes_agent-0.4.0/tests
copying tests/test_anthropic_provider_persistence.py -> hermes_agent-0.4.0/tests
copying tests/test_api_key_providers.py -> hermes_agent-0.4.0/tests
copying tests/test_atomic_json_write.py -> hermes_agent-0.4.0/tests
copying tests/test_atomic_yaml_write.py -> hermes_agent-0.4.0/tests
copying tests/test_auth_codex_provider.py -> hermes_agent-0.4.0/tests
copying tests/test_auth_nous_provider.py -> hermes_agent-0.4.0/tests
copying tests/test_auxiliary_config_bridge.py -> hermes_agent-0.4.0/tests
copying tests/test_batch_runner_checkpoint.py -> hermes_agent-0.4.0/tests
copying tests/test_cli_approval_ui.py -> hermes_agent-0.4.0/tests
copying tests/test_cli_init.py -> hermes_agent-0.4.0/tests
copying tests/test_cli_interrupt_subagent.py -> hermes_agent-0.4.0/tests
copying tests/test_cli_loading_indicator.py -> hermes_agent-0.4.0/tests
copying tests/test_cli_mcp_config_watch.py -> hermes_agent-0.4.0/tests
copying tests/test_cli_model_command.py -> hermes_agent-0.4.0/tests
copying tests/test_cli_new_session.py -> hermes_agent-0.4.0/tests
copying tests/test_cli_plan_command.py -> hermes_agent-0.4.0/tests
copying tests/test_cli_prefix_matching.py -> hermes_agent-0.4.0/tests
copying tests/test_cli_preloaded_skills.py -> hermes_agent-0.4.0/tests
copying tests/test_cli_provider_resolution.py -> hermes_agent-0.4.0/tests
copying tests/test_cli_retry.py -> hermes_agent-0.4.0/tests
copying tests/test_cli_secret_capture.py -> hermes_agent-0.4.0/tests
copying tests/test_cli_skin_integration.py -> hermes_agent-0.4.0/tests
copying tests/test_cli_status_bar.py -> hermes_agent-0.4.0/tests
copying tests/test_cli_tools_command.py -> hermes_agent-0.4.0/tests
copying tests/test_codex_execution_paths.py -> hermes_agent-0.4.0/tests
copying tests/test_codex_models.py -> hermes_agent-0.4.0/tests
copying tests/test_compression_boundary.py -> hermes_agent-0.4.0/tests
copying tests/test_context_token_tracking.py -> hermes_agent-0.4.0/tests
copying tests/test_dict_tool_call_args.py -> hermes_agent-0.4.0/tests
copying tests/test_display.py -> hermes_agent-0.4.0/tests
copying tests/test_evidence_store.py -> hermes_agent-0.4.0/tests
copying tests/test_external_credential_detection.py -> hermes_agent-0.4.0/tests
copying tests/test_fallback_model.py -> hermes_agent-0.4.0/tests
copying tests/test_file_permissions.py -> hermes_agent-0.4.0/tests
copying tests/test_flush_memories_codex.py -> hermes_agent-0.4.0/tests
copying tests/test_hermes_state.py -> hermes_agent-0.4.0/tests
copying tests/test_honcho_client_config.py -> hermes_agent-0.4.0/tests
copying tests/test_insights.py -> hermes_agent-0.4.0/tests
copying tests/test_interactive_interrupt.py -> hermes_agent-0.4.0/tests
copying tests/test_interrupt_propagation.py -> hermes_agent-0.4.0/tests
copying tests/test_managed_server_tool_support.py -> hermes_agent-0.4.0/tests
copying tests/test_minisweagent_path.py -> hermes_agent-0.4.0/tests
copying tests/test_model_provider_persistence.py -> hermes_agent-0.4.0/tests
copying tests/test_model_tools.py -> hermes_agent-0.4.0/tests
copying tests/test_openai_client_lifecycle.py -> hermes_agent-0.4.0/tests
copying tests/test_personality_none.py -> hermes_agent-0.4.0/tests
copying tests/test_plugins.py -> hermes_agent-0.4.0/tests
copying tests/test_provider_parity.py -> hermes_agent-0.4.0/tests
copying tests/test_quick_commands.py -> hermes_agent-0.4.0/tests
copying tests/test_real_interrupt_subagent.py -> hermes_agent-0.4.0/tests
copying tests/test_reasoning_command.py -> hermes_agent-0.4.0/tests
copying tests/test_redirect_stdout_issue.py -> hermes_agent-0.4.0/tests
copying tests/test_resume_display.py -> hermes_agent-0.4.0/tests
copying tests/test_run_agent.py -> hermes_agent-0.4.0/tests
copying tests/test_run_agent_codex_responses.py -> hermes_agent-0.4.0/tests
copying tests/test_runtime_provider_resolution.py -> hermes_agent-0.4.0/tests
copying tests/test_setup_model_selection.py -> hermes_agent-0.4.0/tests
copying tests/test_streaming.py -> hermes_agent-0.4.0/tests
copying tests/test_timezone.py -> hermes_agent-0.4.0/tests
copying tests/test_tool_call_parsers.py -> hermes_agent-0.4.0/tests
copying tests/test_toolset_distributions.py -> hermes_agent-0.4.0/tests
copying tests/test_toolsets.py -> hermes_agent-0.4.0/tests
copying tests/test_trajectory_compressor.py -> hermes_agent-0.4.0/tests
copying tests/test_worktree.py -> hermes_agent-0.4.0/tests
copying tests/test_worktree_security.py -> hermes_agent-0.4.0/tests
copying tools/__init__.py -> hermes_agent-0.4.0/tools
copying tools/approval.py -> hermes_agent-0.4.0/tools
copying tools/browser_tool.py -> hermes_agent-0.4.0/tools
copying tools/checkpoint_manager.py -> hermes_agent-0.4.0/tools
copying tools/clarify_tool.py -> hermes_agent-0.4.0/tools
copying tools/code_execution_tool.py -> hermes_agent-0.4.0/tools
copying tools/cronjob_tools.py -> hermes_agent-0.4.0/tools
copying tools/debug_helpers.py -> hermes_agent-0.4.0/tools
copying tools/delegate_tool.py -> hermes_agent-0.4.0/tools
copying tools/file_operations.py -> hermes_agent-0.4.0/tools
copying tools/file_tools.py -> hermes_agent-0.4.0/tools
copying tools/fuzzy_match.py -> hermes_agent-0.4.0/tools
copying tools/homeassistant_tool.py -> hermes_agent-0.4.0/tools
copying tools/honcho_tools.py -> hermes_agent-0.4.0/tools
copying tools/image_generation_tool.py -> hermes_agent-0.4.0/tools
copying tools/interrupt.py -> hermes_agent-0.4.0/tools
copying tools/mcp_tool.py -> hermes_agent-0.4.0/tools
copying tools/memory_tool.py -> hermes_agent-0.4.0/tools
copying tools/mixture_of_agents_tool.py -> hermes_agent-0.4.0/tools
copying tools/neutts_synth.py -> hermes_agent-0.4.0/tools
copying tools/openrouter_client.py -> hermes_agent-0.4.0/tools
copying tools/patch_parser.py -> hermes_agent-0.4.0/tools
copying tools/process_registry.py -> hermes_agent-0.4.0/tools
copying tools/registry.py -> hermes_agent-0.4.0/tools
copying tools/rl_training_tool.py -> hermes_agent-0.4.0/tools
copying tools/send_message_tool.py -> hermes_agent-0.4.0/tools
copying tools/session_search_tool.py -> hermes_agent-0.4.0/tools
copying tools/skill_manager_tool.py -> hermes_agent-0.4.0/tools
copying tools/skills_guard.py -> hermes_agent-0.4.0/tools
copying tools/skills_hub.py -> hermes_agent-0.4.0/tools
copying tools/skills_sync.py -> hermes_agent-0.4.0/tools
copying tools/skills_tool.py -> hermes_agent-0.4.0/tools
copying tools/terminal_tool.py -> hermes_agent-0.4.0/tools
copying tools/tirith_security.py -> hermes_agent-0.4.0/tools
copying tools/todo_tool.py -> hermes_agent-0.4.0/tools
copying tools/transcription_tools.py -> hermes_agent-0.4.0/tools
copying tools/tts_tool.py -> hermes_agent-0.4.0/tools
copying tools/vision_tools.py -> hermes_agent-0.4.0/tools
copying tools/voice_mode.py -> hermes_agent-0.4.0/tools
copying tools/web_tools.py -> hermes_agent-0.4.0/tools
copying tools/website_policy.py -> hermes_agent-0.4.0/tools
copying tools/browser_providers/__init__.py -> hermes_agent-0.4.0/tools/browser_providers
copying tools/browser_providers/base.py -> hermes_agent-0.4.0/tools/browser_providers
copying tools/browser_providers/browser_use.py -> hermes_agent-0.4.0/tools/browser_providers
copying tools/browser_providers/browserbase.py -> hermes_agent-0.4.0/tools/browser_providers
copying tools/environments/__init__.py -> hermes_agent-0.4.0/tools/environments
copying tools/environments/base.py -> hermes_agent-0.4.0/tools/environments
copying tools/environments/daytona.py -> hermes_agent-0.4.0/tools/environments
copying tools/environments/docker.py -> hermes_agent-0.4.0/tools/environments
copying tools/environments/local.py -> hermes_agent-0.4.0/tools/environments
copying tools/environments/modal.py -> hermes_agent-0.4.0/tools/environments
copying tools/environments/persistent_shell.py -> hermes_agent-0.4.0/tools/environments
copying tools/environments/singularity.py -> hermes_agent-0.4.0/tools/environments
copying tools/environments/ssh.py -> hermes_agent-0.4.0/tools/environments
copying hermes_agent.egg-info/SOURCES.txt -> hermes_agent-0.4.0/hermes_agent.egg-info
Writing hermes_agent-0.4.0/setup.cfg
Creating tar archive
removing 'hermes_agent-0.4.0' (and everything under it)
* Building wheel from sdist
* Creating isolated environment: venv+pip...
* Installing packages in isolated environment:
  - setuptools>=61.0
* Getting build dependencies for wheel...
/private/var/folders/60/zjd9rx513ll8lcwb6dt_t98h0000gn/T/build-env-u_a71yd2/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!

        ********************************************************************************
        Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).

        By 2027-Feb-18, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  corresp(dist, value, root_dir)
running egg_info
writing hermes_agent.egg-info/PKG-INFO
writing dependency_links to hermes_agent.egg-info/dependency_links.txt
writing entry points to hermes_agent.egg-info/entry_points.txt
writing requirements to hermes_agent.egg-info/requires.txt
writing top-level names to hermes_agent.egg-info/top_level.txt
reading manifest file 'hermes_agent.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'hermes_agent.egg-info/SOURCES.txt'
* Building wheel...
/private/var/folders/60/zjd9rx513ll8lcwb6dt_t98h0000gn/T/build-env-u_a71yd2/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!

        ********************************************************************************
        Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).

        By 2027-Feb-18, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  corresp(dist, value, root_dir)
running bdist_wheel
running build
running build_py
creating build/lib
copying run_agent.py -> build/lib
copying model_tools.py -> build/lib
copying toolsets.py -> build/lib
copying batch_runner.py -> build/lib
copying trajectory_compressor.py -> build/lib
copying toolset_distributions.py -> build/lib
copying cli.py -> build/lib
copying hermes_constants.py -> build/lib
copying hermes_state.py -> build/lib
copying hermes_time.py -> build/lib
copying mini_swe_runner.py -> build/lib
copying rl_cli.py -> build/lib
copying utils.py -> build/lib
creating build/lib/honcho_integration
copying honcho_integration/client.py -> build/lib/honcho_integration
copying honcho_integration/session.py -> build/lib/honcho_integration
copying honcho_integration/__init__.py -> build/lib/honcho_integration
copying honcho_integration/cli.py -> build/lib/honcho_integration
creating build/lib/tools
copying tools/voice_mode.py -> build/lib/tools
copying tools/vision_tools.py -> build/lib/tools
copying tools/process_registry.py -> build/lib/tools
copying tools/web_tools.py -> build/lib/tools
copying tools/tts_tool.py -> build/lib/tools
copying tools/tirith_security.py -> build/lib/tools
copying tools/skills_hub.py -> build/lib/tools
copying tools/openrouter_client.py -> build/lib/tools
copying tools/session_search_tool.py -> build/lib/tools
copying tools/registry.py -> build/lib/tools
copying tools/transcription_tools.py -> build/lib/tools
copying tools/interrupt.py -> build/lib/tools
copying tools/fuzzy_match.py -> build/lib/tools
copying tools/memory_tool.py -> build/lib/tools
copying tools/honcho_tools.py -> build/lib/tools
copying tools/__init__.py -> build/lib/tools
copying tools/cronjob_tools.py -> build/lib/tools
copying tools/file_tools.py -> build/lib/tools
copying tools/mixture_of_agents_tool.py -> build/lib/tools
copying tools/skills_sync.py -> build/lib/tools
copying tools/debug_helpers.py -> build/lib/tools
copying tools/browser_tool.py -> build/lib/tools
copying tools/terminal_tool.py -> build/lib/tools
copying tools/skills_tool.py -> build/lib/tools
copying tools/skills_guard.py -> build/lib/tools
copying tools/neutts_synth.py -> build/lib/tools
copying tools/approval.py -> build/lib/tools
copying tools/mcp_tool.py -> build/lib/tools
copying tools/todo_tool.py -> build/lib/tools
copying tools/patch_parser.py -> build/lib/tools
copying tools/clarify_tool.py -> build/lib/tools
copying tools/homeassistant_tool.py -> build/lib/tools
copying tools/skill_manager_tool.py -> build/lib/tools
copying tools/rl_training_tool.py -> build/lib/tools
copying tools/image_generation_tool.py -> build/lib/tools
copying tools/website_policy.py -> build/lib/tools
copying tools/file_operations.py -> build/lib/tools
copying tools/delegate_tool.py -> build/lib/tools
copying tools/checkpoint_manager.py -> build/lib/tools
copying tools/send_message_tool.py -> build/lib/tools
copying tools/code_execution_tool.py -> build/lib/tools
creating build/lib/hermes_cli
copying hermes_cli/plugins.py -> build/lib/hermes_cli
copying hermes_cli/auth.py -> build/lib/hermes_cli
copying hermes_cli/checklist.py -> build/lib/hermes_cli
copying hermes_cli/codex_models.py -> build/lib/hermes_cli
copying hermes_cli/gateway.py -> build/lib/hermes_cli
copying hermes_cli/config.py -> build/lib/hermes_cli
copying hermes_cli/skills_config.py -> build/lib/hermes_cli
copying hermes_cli/models.py -> build/lib/hermes_cli
copying hermes_cli/skills_hub.py -> build/lib/hermes_cli
copying hermes_cli/default_soul.py -> build/lib/hermes_cli
copying hermes_cli/cron.py -> build/lib/hermes_cli
copying hermes_cli/__init__.py -> build/lib/hermes_cli
copying hermes_cli/curses_ui.py -> build/lib/hermes_cli
copying hermes_cli/setup.py -> build/lib/hermes_cli
copying hermes_cli/runtime_provider.py -> build/lib/hermes_cli
copying hermes_cli/tools_config.py -> build/lib/hermes_cli
copying hermes_cli/uninstall.py -> build/lib/hermes_cli
copying hermes_cli/callbacks.py -> build/lib/hermes_cli
copying hermes_cli/copilot_auth.py -> build/lib/hermes_cli
copying hermes_cli/clipboard.py -> build/lib/hermes_cli
copying hermes_cli/main.py -> build/lib/hermes_cli
copying hermes_cli/pairing.py -> build/lib/hermes_cli
copying hermes_cli/env_loader.py -> build/lib/hermes_cli
copying hermes_cli/commands.py -> build/lib/hermes_cli
copying hermes_cli/doctor.py -> build/lib/hermes_cli
copying hermes_cli/claw.py -> build/lib/hermes_cli
copying hermes_cli/banner.py -> build/lib/hermes_cli
copying hermes_cli/status.py -> build/lib/hermes_cli
copying hermes_cli/skin_engine.py -> build/lib/hermes_cli
copying hermes_cli/colors.py -> build/lib/hermes_cli
creating build/lib/agent
copying agent/prompt_caching.py -> build/lib/agent
copying agent/smart_model_routing.py -> build/lib/agent
copying agent/prompt_builder.py -> build/lib/agent
copying agent/usage_pricing.py -> build/lib/agent
copying agent/__init__.py -> build/lib/agent
copying agent/skill_commands.py -> build/lib/agent
copying agent/trajectory.py -> build/lib/agent
copying agent/display.py -> build/lib/agent
copying agent/context_compressor.py -> build/lib/agent
copying agent/model_metadata.py -> build/lib/agent
copying agent/auxiliary_client.py -> build/lib/agent
copying agent/copilot_acp_client.py -> build/lib/agent
copying agent/redact.py -> build/lib/agent
copying agent/title_generator.py -> build/lib/agent
copying agent/insights.py -> build/lib/agent
copying agent/anthropic_adapter.py -> build/lib/agent
creating build/lib/acp_adapter
copying acp_adapter/auth.py -> build/lib/acp_adapter
copying acp_adapter/server.py -> build/lib/acp_adapter
copying acp_adapter/events.py -> build/lib/acp_adapter
copying acp_adapter/tools.py -> build/lib/acp_adapter
copying acp_adapter/session.py -> build/lib/acp_adapter
copying acp_adapter/__init__.py -> build/lib/acp_adapter
copying acp_adapter/entry.py -> build/lib/acp_adapter
copying acp_adapter/permissions.py -> build/lib/acp_adapter
copying acp_adapter/__main__.py -> build/lib/acp_adapter
creating build/lib/gateway
copying gateway/delivery.py -> build/lib/gateway
copying gateway/channel_directory.py -> build/lib/gateway
copying gateway/run.py -> build/lib/gateway
copying gateway/hooks.py -> build/lib/gateway
copying gateway/mirror.py -> build/lib/gateway
copying gateway/config.py -> build/lib/gateway
copying gateway/session.py -> build/lib/gateway
copying gateway/__init__.py -> build/lib/gateway
copying gateway/sticker_cache.py -> build/lib/gateway
copying gateway/pairing.py -> build/lib/gateway
copying gateway/stream_consumer.py -> build/lib/gateway
copying gateway/status.py -> build/lib/gateway
creating build/lib/cron
copying cron/__init__.py -> build/lib/cron
copying cron/jobs.py -> build/lib/cron
copying cron/scheduler.py -> build/lib/cron
creating build/lib/tools/browser_providers
copying tools/browser_providers/__init__.py -> build/lib/tools/browser_providers
copying tools/browser_providers/base.py -> build/lib/tools/browser_providers
copying tools/browser_providers/browserbase.py -> build/lib/tools/browser_providers
copying tools/browser_providers/browser_use.py -> build/lib/tools/browser_providers
creating build/lib/tools/environments
copying tools/environments/singularity.py -> build/lib/tools/environments
copying tools/environments/daytona.py -> build/lib/tools/environments
copying tools/environments/local.py -> build/lib/tools/environments
copying tools/environments/__init__.py -> build/lib/tools/environments
copying tools/environments/persistent_shell.py -> build/lib/tools/environments
copying tools/environments/docker.py -> build/lib/tools/environments
copying tools/environments/modal.py -> build/lib/tools/environments
copying tools/environments/ssh.py -> build/lib/tools/environments
copying tools/environments/base.py -> build/lib/tools/environments
creating build/lib/gateway/platforms
copying gateway/platforms/matrix.py -> build/lib/gateway/platforms
copying gateway/platforms/dingtalk.py -> build/lib/gateway/platforms
copying gateway/platforms/signal.py -> build/lib/gateway/platforms
copying gateway/platforms/whatsapp.py -> build/lib/gateway/platforms
copying gateway/platforms/telegram.py -> build/lib/gateway/platforms
copying gateway/platforms/discord.py -> build/lib/gateway/platforms
copying gateway/platforms/mattermost.py -> build/lib/gateway/platforms
copying gateway/platforms/__init__.py -> build/lib/gateway/platforms
copying gateway/platforms/homeassistant.py -> build/lib/gateway/platforms
copying gateway/platforms/api_server.py -> build/lib/gateway/platforms
copying gateway/platforms/email.py -> build/lib/gateway/platforms
copying gateway/platforms/sms.py -> build/lib/gateway/platforms
copying gateway/platforms/base.py -> build/lib/gateway/platforms
copying gateway/platforms/slack.py -> build/lib/gateway/platforms
running egg_info
writing hermes_agent.egg-info/PKG-INFO
writing dependency_links to hermes_agent.egg-info/dependency_links.txt
writing entry points to hermes_agent.egg-info/entry_points.txt
writing requirements to hermes_agent.egg-info/requires.txt
writing top-level names to hermes_agent.egg-info/top_level.txt
reading manifest file 'hermes_agent.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'hermes_agent.egg-info/SOURCES.txt'
installing to build/bdist.macosx-14.0-arm64/wheel
running install
running install_lib
creating build/bdist.macosx-14.0-arm64/wheel
copying build/lib/batch_runner.py -> build/bdist.macosx-14.0-arm64/wheel/.
creating build/bdist.macosx-14.0-arm64/wheel/honcho_integration
copying build/lib/honcho_integration/client.py -> build/bdist.macosx-14.0-arm64/wheel/./honcho_integration
copying build/lib/honcho_integration/session.py -> build/bdist.macosx-14.0-arm64/wheel/./honcho_integration
copying build/lib/honcho_integration/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/./honcho_integration
copying build/lib/honcho_integration/cli.py -> build/bdist.macosx-14.0-arm64/wheel/./honcho_integration
copying build/lib/hermes_constants.py -> build/bdist.macosx-14.0-arm64/wheel/.
creating build/bdist.macosx-14.0-arm64/wheel/tools
copying build/lib/tools/voice_mode.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/tools/vision_tools.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/tools/process_registry.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/tools/web_tools.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/tools/tts_tool.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/tools/tirith_security.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/tools/skills_hub.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/tools/openrouter_client.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
creating build/bdist.macosx-14.0-arm64/wheel/tools/browser_providers
copying build/lib/tools/browser_providers/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/./tools/browser_providers
copying build/lib/tools/browser_providers/base.py -> build/bdist.macosx-14.0-arm64/wheel/./tools/browser_providers
copying build/lib/tools/browser_providers/browserbase.py -> build/bdist.macosx-14.0-arm64/wheel/./tools/browser_providers
copying build/lib/tools/browser_providers/browser_use.py -> build/bdist.macosx-14.0-arm64/wheel/./tools/browser_providers
copying build/lib/tools/session_search_tool.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/tools/registry.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/tools/transcription_tools.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
creating build/bdist.macosx-14.0-arm64/wheel/tools/environments
copying build/lib/tools/environments/singularity.py -> build/bdist.macosx-14.0-arm64/wheel/./tools/environments
copying build/lib/tools/environments/daytona.py -> build/bdist.macosx-14.0-arm64/wheel/./tools/environments
copying build/lib/tools/environments/local.py -> build/bdist.macosx-14.0-arm64/wheel/./tools/environments
copying build/lib/tools/environments/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/./tools/environments
copying build/lib/tools/environments/persistent_shell.py -> build/bdist.macosx-14.0-arm64/wheel/./tools/environments
copying build/lib/tools/environments/docker.py -> build/bdist.macosx-14.0-arm64/wheel/./tools/environments
copying build/lib/tools/environments/modal.py -> build/bdist.macosx-14.0-arm64/wheel/./tools/environments
copying build/lib/tools/environments/ssh.py -> build/bdist.macosx-14.0-arm64/wheel/./tools/environments
copying build/lib/tools/environments/base.py -> build/bdist.macosx-14.0-arm64/wheel/./tools/environments
copying build/lib/tools/interrupt.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/tools/fuzzy_match.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/tools/memory_tool.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/tools/honcho_tools.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/tools/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/tools/cronjob_tools.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/tools/file_tools.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/tools/mixture_of_agents_tool.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/tools/skills_sync.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/tools/debug_helpers.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/tools/browser_tool.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/tools/terminal_tool.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/tools/skills_tool.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/tools/skills_guard.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/tools/neutts_synth.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/tools/approval.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/tools/mcp_tool.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/tools/todo_tool.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/tools/patch_parser.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/tools/clarify_tool.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/tools/homeassistant_tool.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/tools/skill_manager_tool.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/tools/rl_training_tool.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/tools/image_generation_tool.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/tools/website_policy.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/tools/file_operations.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/tools/delegate_tool.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/tools/checkpoint_manager.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/tools/send_message_tool.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/tools/code_execution_tool.py -> build/bdist.macosx-14.0-arm64/wheel/./tools
copying build/lib/toolset_distributions.py -> build/bdist.macosx-14.0-arm64/wheel/.
creating build/bdist.macosx-14.0-arm64/wheel/hermes_cli
copying build/lib/hermes_cli/plugins.py -> build/bdist.macosx-14.0-arm64/wheel/./hermes_cli
copying build/lib/hermes_cli/auth.py -> build/bdist.macosx-14.0-arm64/wheel/./hermes_cli
copying build/lib/hermes_cli/checklist.py -> build/bdist.macosx-14.0-arm64/wheel/./hermes_cli
copying build/lib/hermes_cli/codex_models.py -> build/bdist.macosx-14.0-arm64/wheel/./hermes_cli
copying build/lib/hermes_cli/gateway.py -> build/bdist.macosx-14.0-arm64/wheel/./hermes_cli
copying build/lib/hermes_cli/config.py -> build/bdist.macosx-14.0-arm64/wheel/./hermes_cli
copying build/lib/hermes_cli/skills_config.py -> build/bdist.macosx-14.0-arm64/wheel/./hermes_cli
copying build/lib/hermes_cli/models.py -> build/bdist.macosx-14.0-arm64/wheel/./hermes_cli
copying build/lib/hermes_cli/skills_hub.py -> build/bdist.macosx-14.0-arm64/wheel/./hermes_cli
copying build/lib/hermes_cli/default_soul.py -> build/bdist.macosx-14.0-arm64/wheel/./hermes_cli
copying build/lib/hermes_cli/cron.py -> build/bdist.macosx-14.0-arm64/wheel/./hermes_cli
copying build/lib/hermes_cli/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/./hermes_cli
copying build/lib/hermes_cli/curses_ui.py -> build/bdist.macosx-14.0-arm64/wheel/./hermes_cli
copying build/lib/hermes_cli/setup.py -> build/bdist.macosx-14.0-arm64/wheel/./hermes_cli
copying build/lib/hermes_cli/runtime_provider.py -> build/bdist.macosx-14.0-arm64/wheel/./hermes_cli
copying build/lib/hermes_cli/tools_config.py -> build/bdist.macosx-14.0-arm64/wheel/./hermes_cli
copying build/lib/hermes_cli/uninstall.py -> build/bdist.macosx-14.0-arm64/wheel/./hermes_cli
copying build/lib/hermes_cli/callbacks.py -> build/bdist.macosx-14.0-arm64/wheel/./hermes_cli
copying build/lib/hermes_cli/copilot_auth.py -> build/bdist.macosx-14.0-arm64/wheel/./hermes_cli
copying build/lib/hermes_cli/clipboard.py -> build/bdist.macosx-14.0-arm64/wheel/./hermes_cli
copying build/lib/hermes_cli/main.py -> build/bdist.macosx-14.0-arm64/wheel/./hermes_cli
copying build/lib/hermes_cli/pairing.py -> build/bdist.macosx-14.0-arm64/wheel/./hermes_cli
copying build/lib/hermes_cli/env_loader.py -> build/bdist.macosx-14.0-arm64/wheel/./hermes_cli
copying build/lib/hermes_cli/commands.py -> build/bdist.macosx-14.0-arm64/wheel/./hermes_cli
copying build/lib/hermes_cli/doctor.py -> build/bdist.macosx-14.0-arm64/wheel/./hermes_cli
copying build/lib/hermes_cli/claw.py -> build/bdist.macosx-14.0-arm64/wheel/./hermes_cli
copying build/lib/hermes_cli/banner.py -> build/bdist.macosx-14.0-arm64/wheel/./hermes_cli
copying build/lib/hermes_cli/status.py -> build/bdist.macosx-14.0-arm64/wheel/./hermes_cli
copying build/lib/hermes_cli/skin_engine.py -> build/bdist.macosx-14.0-arm64/wheel/./hermes_cli
copying build/lib/hermes_cli/colors.py -> build/bdist.macosx-14.0-arm64/wheel/./hermes_cli
copying build/lib/run_agent.py -> build/bdist.macosx-14.0-arm64/wheel/.
copying build/lib/rl_cli.py -> build/bdist.macosx-14.0-arm64/wheel/.
copying build/lib/toolsets.py -> build/bdist.macosx-14.0-arm64/wheel/.
creating build/bdist.macosx-14.0-arm64/wheel/agent
copying build/lib/agent/prompt_caching.py -> build/bdist.macosx-14.0-arm64/wheel/./agent
copying build/lib/agent/smart_model_routing.py -> build/bdist.macosx-14.0-arm64/wheel/./agent
copying build/lib/agent/prompt_builder.py -> build/bdist.macosx-14.0-arm64/wheel/./agent
copying build/lib/agent/usage_pricing.py -> build/bdist.macosx-14.0-arm64/wheel/./agent
copying build/lib/agent/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/./agent
copying build/lib/agent/skill_commands.py -> build/bdist.macosx-14.0-arm64/wheel/./agent
copying build/lib/agent/trajectory.py -> build/bdist.macosx-14.0-arm64/wheel/./agent
copying build/lib/agent/display.py -> build/bdist.macosx-14.0-arm64/wheel/./agent
copying build/lib/agent/context_compressor.py -> build/bdist.macosx-14.0-arm64/wheel/./agent
copying build/lib/agent/model_metadata.py -> build/bdist.macosx-14.0-arm64/wheel/./agent
copying build/lib/agent/auxiliary_client.py -> build/bdist.macosx-14.0-arm64/wheel/./agent
copying build/lib/agent/copilot_acp_client.py -> build/bdist.macosx-14.0-arm64/wheel/./agent
copying build/lib/agent/redact.py -> build/bdist.macosx-14.0-arm64/wheel/./agent
copying build/lib/agent/title_generator.py -> build/bdist.macosx-14.0-arm64/wheel/./agent
copying build/lib/agent/insights.py -> build/bdist.macosx-14.0-arm64/wheel/./agent
copying build/lib/agent/anthropic_adapter.py -> build/bdist.macosx-14.0-arm64/wheel/./agent
creating build/bdist.macosx-14.0-arm64/wheel/acp_adapter
copying build/lib/acp_adapter/auth.py -> build/bdist.macosx-14.0-arm64/wheel/./acp_adapter
copying build/lib/acp_adapter/server.py -> build/bdist.macosx-14.0-arm64/wheel/./acp_adapter
copying build/lib/acp_adapter/events.py -> build/bdist.macosx-14.0-arm64/wheel/./acp_adapter
copying build/lib/acp_adapter/tools.py -> build/bdist.macosx-14.0-arm64/wheel/./acp_adapter
copying build/lib/acp_adapter/session.py -> build/bdist.macosx-14.0-arm64/wheel/./acp_adapter
copying build/lib/acp_adapter/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/./acp_adapter
copying build/lib/acp_adapter/entry.py -> build/bdist.macosx-14.0-arm64/wheel/./acp_adapter
copying build/lib/acp_adapter/permissions.py -> build/bdist.macosx-14.0-arm64/wheel/./acp_adapter
copying build/lib/acp_adapter/__main__.py -> build/bdist.macosx-14.0-arm64/wheel/./acp_adapter
copying build/lib/mini_swe_runner.py -> build/bdist.macosx-14.0-arm64/wheel/.
copying build/lib/hermes_time.py -> build/bdist.macosx-14.0-arm64/wheel/.
copying build/lib/cli.py -> build/bdist.macosx-14.0-arm64/wheel/.
copying build/lib/utils.py -> build/bdist.macosx-14.0-arm64/wheel/.
copying build/lib/trajectory_compressor.py -> build/bdist.macosx-14.0-arm64/wheel/.
copying build/lib/hermes_state.py -> build/bdist.macosx-14.0-arm64/wheel/.
copying build/lib/model_tools.py -> build/bdist.macosx-14.0-arm64/wheel/.
creating build/bdist.macosx-14.0-arm64/wheel/gateway
copying build/lib/gateway/delivery.py -> build/bdist.macosx-14.0-arm64/wheel/./gateway
copying build/lib/gateway/channel_directory.py -> build/bdist.macosx-14.0-arm64/wheel/./gateway
copying build/lib/gateway/run.py -> build/bdist.macosx-14.0-arm64/wheel/./gateway
copying build/lib/gateway/hooks.py -> build/bdist.macosx-14.0-arm64/wheel/./gateway
creating build/bdist.macosx-14.0-arm64/wheel/gateway/platforms
copying build/lib/gateway/platforms/matrix.py -> build/bdist.macosx-14.0-arm64/wheel/./gateway/platforms
copying build/lib/gateway/platforms/dingtalk.py -> build/bdist.macosx-14.0-arm64/wheel/./gateway/platforms
copying build/lib/gateway/platforms/signal.py -> build/bdist.macosx-14.0-arm64/wheel/./gateway/platforms
copying build/lib/gateway/platforms/whatsapp.py -> build/bdist.macosx-14.0-arm64/wheel/./gateway/platforms
copying build/lib/gateway/platforms/telegram.py -> build/bdist.macosx-14.0-arm64/wheel/./gateway/platforms
copying build/lib/gateway/platforms/discord.py -> build/bdist.macosx-14.0-arm64/wheel/./gateway/platforms
copying build/lib/gateway/platforms/mattermost.py -> build/bdist.macosx-14.0-arm64/wheel/./gateway/platforms
copying build/lib/gateway/platforms/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/./gateway/platforms
copying build/lib/gateway/platforms/homeassistant.py -> build/bdist.macosx-14.0-arm64/wheel/./gateway/platforms
copying build/lib/gateway/platforms/api_server.py -> build/bdist.macosx-14.0-arm64/wheel/./gateway/platforms
copying build/lib/gateway/platforms/email.py -> build/bdist.macosx-14.0-arm64/wheel/./gateway/platforms
copying build/lib/gateway/platforms/sms.py -> build/bdist.macosx-14.0-arm64/wheel/./gateway/platforms
copying build/lib/gateway/platforms/base.py -> build/bdist.macosx-14.0-arm64/wheel/./gateway/platforms
copying build/lib/gateway/platforms/slack.py -> build/bdist.macosx-14.0-arm64/wheel/./gateway/platforms
copying build/lib/gateway/mirror.py -> build/bdist.macosx-14.0-arm64/wheel/./gateway
copying build/lib/gateway/config.py -> build/bdist.macosx-14.0-arm64/wheel/./gateway
copying build/lib/gateway/session.py -> build/bdist.macosx-14.0-arm64/wheel/./gateway
copying build/lib/gateway/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/./gateway
copying build/lib/gateway/sticker_cache.py -> build/bdist.macosx-14.0-arm64/wheel/./gateway
copying build/lib/gateway/pairing.py -> build/bdist.macosx-14.0-arm64/wheel/./gateway
copying build/lib/gateway/stream_consumer.py -> build/bdist.macosx-14.0-arm64/wheel/./gateway
copying build/lib/gateway/status.py -> build/bdist.macosx-14.0-arm64/wheel/./gateway
creating build/bdist.macosx-14.0-arm64/wheel/cron
copying build/lib/cron/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/./cron
copying build/lib/cron/jobs.py -> build/bdist.macosx-14.0-arm64/wheel/./cron
copying build/lib/cron/scheduler.py -> build/bdist.macosx-14.0-arm64/wheel/./cron
running install_egg_info
Copying hermes_agent.egg-info to build/bdist.macosx-14.0-arm64/wheel/./hermes_agent-0.4.0-py3.13.egg-info
running install_scripts
creating build/bdist.macosx-14.0-arm64/wheel/hermes_agent-0.4.0.dist-info/WHEEL
creating '/Users/sunnyg/gitdev/mynix/vendor/hermes-agent/dist/.tmp-70k4kouc/hermes_agent-0.4.0-py3-none-any.whl' and adding 'build/bdist.macosx-14.0-arm64/wheel' to it
adding 'batch_runner.py'
adding 'cli.py'
adding 'hermes_constants.py'
adding 'hermes_state.py'
adding 'hermes_time.py'
adding 'mini_swe_runner.py'
adding 'model_tools.py'
adding 'rl_cli.py'
adding 'run_agent.py'
adding 'toolset_distributions.py'
adding 'toolsets.py'
adding 'trajectory_compressor.py'
adding 'utils.py'
adding 'acp_adapter/__init__.py'
adding 'acp_adapter/__main__.py'
adding 'acp_adapter/auth.py'
adding 'acp_adapter/entry.py'
adding 'acp_adapter/events.py'
adding 'acp_adapter/permissions.py'
adding 'acp_adapter/server.py'
adding 'acp_adapter/session.py'
adding 'acp_adapter/tools.py'
adding 'agent/__init__.py'
adding 'agent/anthropic_adapter.py'
adding 'agent/auxiliary_client.py'
adding 'agent/context_compressor.py'
adding 'agent/copilot_acp_client.py'
adding 'agent/display.py'
adding 'agent/insights.py'
adding 'agent/model_metadata.py'
adding 'agent/prompt_builder.py'
adding 'agent/prompt_caching.py'
adding 'agent/redact.py'
adding 'agent/skill_commands.py'
adding 'agent/smart_model_routing.py'
adding 'agent/title_generator.py'
adding 'agent/trajectory.py'
adding 'agent/usage_pricing.py'
adding 'cron/__init__.py'
adding 'cron/jobs.py'
adding 'cron/scheduler.py'
adding 'gateway/__init__.py'
adding 'gateway/channel_directory.py'
adding 'gateway/config.py'
adding 'gateway/delivery.py'
adding 'gateway/hooks.py'
adding 'gateway/mirror.py'
adding 'gateway/pairing.py'
adding 'gateway/run.py'
adding 'gateway/session.py'
adding 'gateway/status.py'
adding 'gateway/sticker_cache.py'
adding 'gateway/stream_consumer.py'
adding 'gateway/platforms/__init__.py'
adding 'gateway/platforms/api_server.py'
adding 'gateway/platforms/base.py'
adding 'gateway/platforms/dingtalk.py'
adding 'gateway/platforms/discord.py'
adding 'gateway/platforms/email.py'
adding 'gateway/platforms/homeassistant.py'
adding 'gateway/platforms/matrix.py'
adding 'gateway/platforms/mattermost.py'
adding 'gateway/platforms/signal.py'
adding 'gateway/platforms/slack.py'
adding 'gateway/platforms/sms.py'
adding 'gateway/platforms/telegram.py'
adding 'gateway/platforms/whatsapp.py'
adding 'hermes_agent-0.4.0.dist-info/licenses/LICENSE'
adding 'hermes_cli/__init__.py'
adding 'hermes_cli/auth.py'
adding 'hermes_cli/banner.py'
adding 'hermes_cli/callbacks.py'
adding 'hermes_cli/checklist.py'
adding 'hermes_cli/claw.py'
adding 'hermes_cli/clipboard.py'
adding 'hermes_cli/codex_models.py'
adding 'hermes_cli/colors.py'
adding 'hermes_cli/commands.py'
adding 'hermes_cli/config.py'
adding 'hermes_cli/copilot_auth.py'
adding 'hermes_cli/cron.py'
adding 'hermes_cli/curses_ui.py'
adding 'hermes_cli/default_soul.py'
adding 'hermes_cli/doctor.py'
adding 'hermes_cli/env_loader.py'
adding 'hermes_cli/gateway.py'
adding 'hermes_cli/main.py'
adding 'hermes_cli/models.py'
adding 'hermes_cli/pairing.py'
adding 'hermes_cli/plugins.py'
adding 'hermes_cli/runtime_provider.py'
adding 'hermes_cli/setup.py'
adding 'hermes_cli/skills_config.py'
adding 'hermes_cli/skills_hub.py'
adding 'hermes_cli/skin_engine.py'
adding 'hermes_cli/status.py'
adding 'hermes_cli/tools_config.py'
adding 'hermes_cli/uninstall.py'
adding 'honcho_integration/__init__.py'
adding 'honcho_integration/cli.py'
adding 'honcho_integration/client.py'
adding 'honcho_integration/session.py'
adding 'tools/__init__.py'
adding 'tools/approval.py'
adding 'tools/browser_tool.py'
adding 'tools/checkpoint_manager.py'
adding 'tools/clarify_tool.py'
adding 'tools/code_execution_tool.py'
adding 'tools/cronjob_tools.py'
adding 'tools/debug_helpers.py'
adding 'tools/delegate_tool.py'
adding 'tools/file_operations.py'
adding 'tools/file_tools.py'
adding 'tools/fuzzy_match.py'
adding 'tools/homeassistant_tool.py'
adding 'tools/honcho_tools.py'
adding 'tools/image_generation_tool.py'
adding 'tools/interrupt.py'
adding 'tools/mcp_tool.py'
adding 'tools/memory_tool.py'
adding 'tools/mixture_of_agents_tool.py'
adding 'tools/neutts_synth.py'
adding 'tools/openrouter_client.py'
adding 'tools/patch_parser.py'
adding 'tools/process_registry.py'
adding 'tools/registry.py'
adding 'tools/rl_training_tool.py'
adding 'tools/send_message_tool.py'
adding 'tools/session_search_tool.py'
adding 'tools/skill_manager_tool.py'
adding 'tools/skills_guard.py'
adding 'tools/skills_hub.py'
adding 'tools/skills_sync.py'
adding 'tools/skills_tool.py'
adding 'tools/terminal_tool.py'
adding 'tools/tirith_security.py'
adding 'tools/todo_tool.py'
adding 'tools/transcription_tools.py'
adding 'tools/tts_tool.py'
adding 'tools/vision_tools.py'
adding 'tools/voice_mode.py'
adding 'tools/web_tools.py'
adding 'tools/website_policy.py'
adding 'tools/browser_providers/__init__.py'
adding 'tools/browser_providers/base.py'
adding 'tools/browser_providers/browser_use.py'
adding 'tools/browser_providers/browserbase.py'
adding 'tools/environments/__init__.py'
adding 'tools/environments/base.py'
adding 'tools/environments/daytona.py'
adding 'tools/environments/docker.py'
adding 'tools/environments/local.py'
adding 'tools/environments/modal.py'
adding 'tools/environments/persistent_shell.py'
adding 'tools/environments/singularity.py'
adding 'tools/environments/ssh.py'
adding 'hermes_agent-0.4.0.dist-info/METADATA'
adding 'hermes_agent-0.4.0.dist-info/WHEEL'
adding 'hermes_agent-0.4.0.dist-info/entry_points.txt'
adding 'hermes_agent-0.4.0.dist-info/top_level.txt'
adding 'hermes_agent-0.4.0.dist-info/RECORD'
removing build/bdist.macosx-14.0-arm64/wheel
Successfully built hermes_agent-0.4.0.tar.gz and hermes_agent-0.4.0-py3-none-any.whl

Root Cause Analysis (optional)

No response

Proposed Fix (optional)

Add minisweagent_path.py to pyproject.toml [tool.setuptools] py-module = [...] list

Are you willing to submit a PR for this?

  • I'd like to fix this myself and submit a PR

Metadata

Metadata

Assignees

No one assigned

    Labels

    type/bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions