Skip to content

fix(cli): correct agent-crew deploy layout warning (5.3.2) - #67

Merged
abhishekmishragithub merged 1 commit into
mainfrom
chore/cli-src-layout-note
Jul 30, 2026
Merged

fix(cli): correct agent-crew deploy layout warning (5.3.2)#67
abhishekmishragithub merged 1 commit into
mainfrom
chore/cli-src-layout-note

Conversation

@abhishekmishragithub

Copy link
Copy Markdown
Collaborator

The agent-crew deploy pre-flight check warned that a src/ layout or a pyproject.toml project fails the cloud build. That is no longer true — both build and run end to end (atoms-platform #3179 deployed). The stale warning steers users away from a layout that works.

Change

  • Replace the yellow warning with a short dim note: flat directory (server.py + requirements.txt at the root) is the simplest, best-tested path; src/ + pyproject.toml also deploys; if you use a pyproject with no requirements.txt, declare every runtime dependency in it.
  • Bump version to 5.3.2 + changelog entry.

Verification

Deployed a src/-layout crew (src/server.py + src/assistant.py + pyproject.toml py-modules, custom LLM) end to end: build SUCCEEDED, made live, placed calls, the custom LLM answered on the call. No API or runtime-behaviour changes in the SDK — CLI text only.

🤖 Generated with Claude Code

…deploy fine (5.3.2)

The pre-deploy check told users a src/ layout or a pyproject.toml project
would fail the cloud build. That is no longer true: both build and run end
to end. Replace the warning with a short note that flat + requirements.txt
is the simplest, best-tested path, and that pyproject projects must declare
all runtime deps.

Bumps version to 5.3.2 and adds the changelog entry.
@abhishekmishragithub
abhishekmishragithub merged commit ee92b61 into main Jul 30, 2026
3 checks passed
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.

2 participants