Remove all demos except software_modeler and blueprint_parser_creator - #562
Merged
Conversation
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
requested changes
Aug 18, 2026
20001LastOrder
left a comment
Collaborator
There was a problem hiding this comment.
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 |
Collaborator
There was a problem hiding this comment.
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 |
Collaborator
There was a problem hiding this comment.
Is this still up-to-date?
Contributor
Author
|
good point. but that seems like a separate issue no? maybe we can create an
issue for your student to work on there? this is mainly to suppress all the
dependabot PR requests for the demos that we no longer want to support
…On Tue, Aug 18, 2026 at 11:59 AM Boqi (Percy) Chen ***@***.***> wrote:
***@***.**** requested changes on this pull request.
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...
------------------------------
In docs/How_To/Tutorials/search_refinement.rst
<#562 (comment)>
:
> @@ -44,9 +44,9 @@ Now, run the agent and ask a question that will trigger the Google search action
.. code-block:: bash
- (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
I wonder how much the tutorials are up to date with the recent Sherpa
changes... Maybe it worth checking a bit
------------------------------
In docs/How_To/Tutorials/multi_agent.rst
<#562 (comment)>
:
> \ No newline at end of file
+ agent1_runtime.proxy().wait()
Is this still up-to-date?
—
Reply to this email directly, view it on GitHub
<#562?email_source=notifications&email_token=AD4OK5M2LO77XZ5D47NZOF35KR4NBA5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTIOJWGMYTAOJZHA4KM4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2KYZTPN52GK4S7MNWGSY3L#pullrequestreview-4963109988>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD4OK5OFIBS3TIUJ2XZNL5T5KR4NBAVCNFSNUABFKJSXA33TNF2G64TZHM3DCMJSG43DEMZXHNEXG43VMU5TKMJYGI4DQMBVGQY2C5QC>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/AD4OK5MJUVKNRJTFM5JYLV35KR4NBA5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTIOJWGMYTAOJZHA4KM4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2KUZTPN52GK4S7NFXXG>
and Android
<https://github.com/notifications/mobile/android/AD4OK5PJQDT2KRJTMIKPCBD5KR4NBA5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTIOJWGMYTAOJZHA4KM4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2K4ZTPN52GK4S7MFXGI4TPNFSA>.
Download it today!
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
20001LastOrder
approved these changes
Aug 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/demo/blog_writerdependabot config entryWhy
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