Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the Streamlit cookbook documentation to reflect a repository restructure, changing paths from cookbook/02_examples/streamlit_apps/ to cookbook/01_showcase/01_agents/ and shifting from Streamlit web applications to command-line Python examples.
Changes:
- Updated all file paths from the old
cookbook/02_examples/streamlit_apps/structure tocookbook/01_showcase/01_agents/ - Replaced Streamlit app launch commands with Python example script executions
- Updated titles, descriptions, and capabilities to reflect the new structure and self-learning features
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| cookbook/streamlit/text-to-sql.mdx | Updated title, removed video, changed paths to text_to_sql agent, replaced Streamlit commands with Python examples |
| cookbook/streamlit/overview.mdx | Changed installation from requirements.txt to simple pip install agno, updated example path |
| cookbook/streamlit/answer-engine.mdx | Removed video, updated repository link to research_agent path, changed API key from EXA to PARALLEL, replaced Streamlit launch with example scripts |
| cookbook/streamlit/agentic-rag.mdx | Updated title to "Knowledge Agent", removed video, changed paths to knowledge_agent, updated capabilities and dependencies |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| python cookbook/01_showcase/01_agents/research_agent/examples/evaluate.py | ||
| ``` | ||
| Open localhost:8501 to start using Sage. | ||
| </Step> |
There was a problem hiding this comment.
The instruction references "Open localhost:8501 to start using Sage" but the preceding step shows running Python example scripts instead of launching a Streamlit app with "streamlit run". This outdated reference should be removed since the examples are now command-line scripts, not a web application.
There was a problem hiding this comment.
@copilot open a new pull request to apply changes based on this feedback
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Description
Describe key changes, mention related issues or motivation for the changes.
Note: Your PR title must follow conventional commit format (e.g.,
docs: add auth guide,fix: correct broken links,style: update formatting). See CONTRIBUTING.md for details.Type of Change
Related Issues/PRs (if applicable)
Checklist