Skip to content

Fix/issue 177 uv install instructions#233

Open
madhununna wants to merge 2 commits intostrands-agents:mainfrom
madhununna:fix/issue-177-uv-install-instructions
Open

Fix/issue 177 uv install instructions#233
madhununna wants to merge 2 commits intostrands-agents:mainfrom
madhununna:fix/issue-177-uv-install-instructions

Conversation

@madhununna
Copy link

Issue #, if available:177

Description of changes:Added uv as an alternative to pip/venv in the Quick Start section. uv combines venv creation and package installation into fewer steps and is significantly faster than pip. Verified this change end-to-end on macOS.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

…ing.py

In app_streaming.py, details_placeholder was checked in session state but
never initialized, causing AttributeError on newer Streamlit versions.
Unlike app.py which properly initializes it, app_streaming.py has no use
for it. Removed the dead code block.

Fixes strands-agents#140
Added uv as an alternative to pip/venv for setting up the Python
environment. uv combines venv creation and package installation into
fewer steps and is significantly faster than pip.

Fixes strands-agents#177
@github-actions
Copy link

Latest scan for commit: 352d47c | Updated: 2026-03-11 00:48:40 UTC

✅ Security Scan Report (PR Files Only)

Scanned Files

  • 04-UX-demos/01-streamlit-template/docker_app/app_streaming.py
  • README.md

Security Scan Results

Critical High Medium Low Info
0 0 0 0 0

Threshold: High

No security issues detected in your changes. Great job!

This scan only covers files changed in this PR.

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