fix: align OpenSwarm entry resolution#52
Closed
nicko-ai wants to merge 3 commits into
Closed
Conversation
- Route python swarm.py through the configured OpenSwarm launcher path. - Set the Python product profile entry file to swarm.py. - Remove stale agency.py packaging metadata and sync requirements with pyproject. - Extend startup smoke coverage for script delegation and product entry configuration.
- Set OpenSwarm product entry configuration to swarm.py,agency.py everywhere. - Keep swarm.py first for existing installs while allowing agency.py projects. - Extend launcher smoke coverage for the packaged npm profile.
- remove the competing root agency.py fixture from the OpenSwarm roster smoke - keep the smoke focused on the packaged OpenSwarm starter after agency.py becomes a supported entry name
Collaborator
Author
|
Closing as superseded by #55. Current main now centralizes this through the OpenSwarm product config, so the replacement PR keeps the remaining entry-file support to the minimal current-main diff. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request fixes the OpenSwarm Python startup path and keeps OpenSwarm's agency entry filename flexible while the naming decision remains open.
Changes:
python swarm.pytorun_utils.main()while preserving import-time runtime configuration for server/import callers.swarm.py,agency.pyeverywhere OpenSwarm setsAGENTSWARM_PRODUCT_ENTRY_FILES, withswarm.pyfirst for existing installs.agency.pypackaging metadata and syncsrequirements.txtwithpyproject.toml.Validation: local OpenSwarm bootstrap/onboarding smoke, npm launcher smoke, installed npm entry smoke, installed Python package entry smoke, exact workflow-tag run-mode roster smoke, source-level AgentSwarm detection proof for only-
swarm.pyand only-agency.pyprojects, whitespace validation, Python 3.12 wheel build, and GitHub smoke check passed.