Open
Conversation
added 2 commits
March 24, 2026 12:08
Set up the initial monorepo folder structure following the FloPro open-source developer setup guide. Includes: - packages/flopro-sdk: Core SDK with no external dependencies - packages/flopro-adk: Agent Development Kit depending on flopro-sdk - Workspace-root pyproject.toml with hatch environment config - Placeholder directories for docs, examples, tools, and .github
Simplify root pyproject.toml to shared ruff config only. Each package now owns its own hatch env with dev dependencies, test/lint scripts, and pytest config. This follows monorepo best practice where packages are independently buildable and testable.
97c799d to
013a38e
Compare
Add CI workflow with ruff lint, pytest across Python 3.10-3.12, and build verification for both flopro-sdk and flopro-adk packages. Add release workflow with tag-triggered PyPI publish using trusted publishing. Tags use pattern flopro-sdk/v* and flopro-adk/v* for independent per-package releases. Add placeholder test_import.py for each package and .gitignore.
013a38e to
bcefa9f
Compare
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.
Summary
Adds CI and release workflows for the FloPro monorepo.
CI Workflow (
ci.yml)Release Workflow (
release.yml)flopro-sdk/v*,flopro-adk/v*Other Changes
[test]extra with pytest dependency to both package pyproject.toml filesSetup Required Before First Release
amzn, repo:FloPro, workflow:release.yml, environment:pypi)