Skip to content

Update Streamlit cookbook paths#431

Open
uzaxirr wants to merge 6 commits intomainfrom
streamlit-updation
Open

Update Streamlit cookbook paths#431
uzaxirr wants to merge 6 commits intomainfrom
streamlit-updation

Conversation

@uzaxirr
Copy link
Member

@uzaxirr uzaxirr commented Jan 20, 2026

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

  • Bug fix (errors, broken links, outdated info)
  • New content
  • Content improvement
  • Other: ____

Related Issues/PRs (if applicable)

  • Closes #____
  • Related SDK PR: agno-agi/agno#____

Checklist

  • Content is accurate and up-to-date
  • All links tested and working
  • Code examples verified (if applicable)
  • Spelling and grammar checked
  • Screenshots updated (if applicable)

Copilot AI review requested due to automatic review settings January 20, 2026 09:31
@uzaxirr uzaxirr self-assigned this Jan 20, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 to cookbook/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>
Copy link

Copilot AI Jan 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@uzaxirr can you review and address this one ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot open a new pull request to apply changes based on this feedback

uzaxirr and others added 5 commits January 20, 2026 15:05
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>
Copy link

Copilot AI commented Jan 30, 2026

@uzaxirr I've opened a new pull request, #470, to work on those changes. Once the pull request is ready, I'll request review from you.

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.

3 participants