Skip to content

Remove all demos except software_modeler and blueprint_parser_creator - #562

Merged
amirfz merged 2 commits into
mainfrom
chore/trim-demos
Aug 18, 2026
Merged

Remove all demos except software_modeler and blueprint_parser_creator#562
amirfz merged 2 commits into
mainfrom
chore/trim-demos

Conversation

@amirfz

@amirfz amirfz commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Removes demo/blog_writer, demo/github_linear_mcp_integration, demo/multi-agents, demo/pdf_question_answering, demo/question_answering, demo/state_based_question_answering, keeping only demo/blueprint_parser_creator and demo/software_modeler
  • Drops the now-stale /demo/blog_writer dependabot config entry
  • Cleans up docs references to the removed demos

Why

This branch was created earlier but never opened as a PR, so main still had the old demo directories. Dependabot has been dutifully opening/reopening update PRs against demo/blog_writer's requirements.txt because it still exists on main (e.g. #561, #560, #558, #547, #548, #546). Merging this should let dependabot clean up those now-irrelevant PRs automatically.

Test plan

  • CI passes
  • Confirm dependabot closes stale PRs for demo/blog_writer after merge

amirfz and others added 2 commits August 18, 2026 10:24
Trims maintenance surface to the two demos we actively support; drops
the now-obsolete blog_writer dependabot config entry.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Drops the blog_writer tutorial and fixes dead links/examples in
other tutorials that pointed at the deleted demo folders.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

@20001LastOrder 20001LastOrder left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

The deletion looks good to me. But I feel that we probably should double check also the consistency text with respect to the recent updates in Sherpa...

(sherpa) (yourenv) yourlaptop sherpa % cd demo
(sherpa) (yourenv) yourlaptop demo % cd pdf_question_answering
(sherpa) (yourenv) yourlaptop pdf_question_answering % python main.py
(sherpa) (yourenv) yourlaptop sherpa % cd demo

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I wonder how much the tutorials are up to date with the recent Sherpa changes... Maybe it worth checking a bit



A complete example of multi-agent communication using shared memory can be found at `demo folder <https://github.com/Aggregate-Intellect/sherpa/tree/main/demo/multi-agents>`_ No newline at end of file
agent1_runtime.proxy().wait() No newline at end of file

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Is this still up-to-date?

@amirfz

amirfz commented Aug 18, 2026 via email

Copy link
Copy Markdown
Contributor Author

@amirfz
amirfz merged commit 2f75736 into main Aug 18, 2026
5 checks passed
@amirfz
amirfz deleted the chore/trim-demos branch August 18, 2026 21:01
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