Skip to content

feat: Add monorepo scaffold with flopro-sdk and flopro-adk packages#1

Open
zwang759 wants to merge 2 commits intomainfrom
feat/monorepo-scaffold
Open

feat: Add monorepo scaffold with flopro-sdk and flopro-adk packages#1
zwang759 wants to merge 2 commits intomainfrom
feat/monorepo-scaffold

Conversation

@zwang759
Copy link
Copy Markdown

Summary

Set up the initial monorepo folder structure following the FloPro open-source developer setup guide.

Changes

  • packages/flopro-sdk/: Core SDK package with no external dependencies
  • packages/flopro-adk/: Agent Development Kit package, depends on flopro-sdk
  • Workspace-root pyproject.toml with hatch environment config
  • Placeholder directories for docs/, examples/, tools/, and .github/

Naming Convention

Package names follow the AWS open-source convention of {project}-{component} (e.g. strands-agents, strands-agents-tools), making them self-identifying on PyPI.

Zhiheng Wang 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.
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.

1 participant