chore: extract Python network SDK to its own repo - #594
Open
zomux wants to merge 2 commits into
Open
Conversation
The Python SDK (the 'openagents' package) plus its tests, docs, Dockerfile,
and SDK-only CI now live in openagents-org/openagents-network-sdk (full git
history preserved). This repo keeps the launcher (packages/) and workspace
(workspace/) and consumes the SDK as a dependency.
Removed:
- sdk/ (the openagents package, studio, demos, examples)
- root tests/ SDK suite (kept tests/e2e — the launcher JS smoke test)
- docs/, mkdocs.yml, .readthedocs.yaml, llms.txt
- Dockerfile, docker-compose.yml, docker-entrypoint.sh, .dockerignore
(these build the SDK network+studio image)
- setup.py, MANIFEST.in; SDK build config from pyproject.toml
- SDK CI: pypi-publish, studio-build, test-cli, platform-tests, docker-publish
- scripts/{generate_grpc,debug_install,bump_version}.py
Rewired:
- workspace/backend/requirements.txt installs openagents from the SDK repo
- pytest.yml now runs only the workspace backend suite
- pyproject.toml slimmed to repo-wide tool config (ruff/pytest/coverage)
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
What
Extracts the Python network SDK (the `openagents` package) out of this monorepo into its own repo: openagents-org/openagents-sdk (public, full git history preserved back to the March 2025 initial commit).
This repo now contains only the launcher (`packages/`) and the workspace (`workspace/`), and consumes the SDK as a dependency.
Moved to the SDK repo
Rewired here
Verification
Follow-ups (not in this PR)
🤖 Generated with Claude Code