Skip to content

cleanup: remove unused prompt modules - #1860

Open
cakeni wants to merge 1 commit into
kyegomez:masterfrom
cakeni:codex/delete-unused-prompt-files
Open

cleanup: remove unused prompt modules#1860
cakeni wants to merge 1 commit into
kyegomez:masterfrom
cakeni:codex/delete-unused-prompt-files

Conversation

@cakeni

@cakeni cakeni commented Aug 9, 2026

Copy link
Copy Markdown

Summary

  • remove 23 legacy prompt modules that have no imports or call sites
  • keep the exported swarms.prompts API unchanged
  • remove 1,677 lines of unreachable prompt content from the shipped package

Fixes #1835

Verification

  • python -c "import swarms; import swarms.prompts"
  • python -m compileall -q swarms
  • python tests/test_prompt_caching.py --offline (18 checks passed)
  • python -m pytest tests/utils/test_add_prompt_to_marketplace.py -q (13 passed)
  • repository-wide scan for all 23 module names (0 references)

@cakeni
cakeni requested a review from kyegomez as a code owner August 9, 2026 17:52
@github-actions

github-actions Bot commented Aug 9, 2026

Copy link
Copy Markdown

Hello there, thank you for opening an PR ! 🙏🏻 The team was notified and they will get back to you asap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Cleanup] Delete 23 unused prompt files in swarms/prompts/ (~1,677 lines)

1 participant