open-swarm 0.1.1745125933__py3-none-any.whl → 0.1.1745126277__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. {open_swarm-0.1.1745125933.dist-info → open_swarm-0.1.1745126277.dist-info}/METADATA +12 -8
  2. {open_swarm-0.1.1745125933.dist-info → open_swarm-0.1.1745126277.dist-info}/RECORD +52 -25
  3. swarm/blueprints/README.md +19 -18
  4. swarm/blueprints/blueprint_audit_status.json +1 -1
  5. swarm/blueprints/chatbot/blueprint_chatbot.py +160 -72
  6. swarm/blueprints/codey/README.md +88 -8
  7. swarm/blueprints/codey/blueprint_codey.py +1116 -210
  8. swarm/blueprints/codey/codey_cli.py +10 -0
  9. swarm/blueprints/codey/session_logs/session_2025-04-19T01-15-31.md +17 -0
  10. swarm/blueprints/codey/session_logs/session_2025-04-19T01-16-03.md +17 -0
  11. swarm/blueprints/common/operation_box_utils.py +83 -0
  12. swarm/blueprints/digitalbutlers/blueprint_digitalbutlers.py +21 -298
  13. swarm/blueprints/divine_code/blueprint_divine_code.py +182 -9
  14. swarm/blueprints/django_chat/blueprint_django_chat.py +150 -24
  15. swarm/blueprints/echocraft/blueprint_echocraft.py +142 -13
  16. swarm/blueprints/geese/README.md +97 -0
  17. swarm/blueprints/geese/blueprint_geese.py +677 -93
  18. swarm/blueprints/geese/geese_cli.py +102 -0
  19. swarm/blueprints/jeeves/blueprint_jeeves.py +712 -0
  20. swarm/blueprints/jeeves/jeeves_cli.py +55 -0
  21. swarm/blueprints/mcp_demo/blueprint_mcp_demo.py +109 -22
  22. swarm/blueprints/mission_improbable/blueprint_mission_improbable.py +172 -40
  23. swarm/blueprints/monkai_magic/blueprint_monkai_magic.py +79 -41
  24. swarm/blueprints/nebula_shellz/blueprint_nebula_shellz.py +82 -35
  25. swarm/blueprints/omniplex/blueprint_omniplex.py +56 -24
  26. swarm/blueprints/poets/blueprint_poets.py +141 -100
  27. swarm/blueprints/poets/poets_cli.py +23 -0
  28. swarm/blueprints/rue_code/README.md +8 -0
  29. swarm/blueprints/rue_code/blueprint_rue_code.py +188 -20
  30. swarm/blueprints/rue_code/rue_code_cli.py +43 -0
  31. swarm/blueprints/stewie/apps.py +12 -0
  32. swarm/blueprints/stewie/blueprint_family_ties.py +349 -0
  33. swarm/blueprints/stewie/models.py +19 -0
  34. swarm/blueprints/stewie/serializers.py +10 -0
  35. swarm/blueprints/stewie/settings.py +17 -0
  36. swarm/blueprints/stewie/urls.py +11 -0
  37. swarm/blueprints/stewie/views.py +26 -0
  38. swarm/blueprints/suggestion/blueprint_suggestion.py +54 -39
  39. swarm/blueprints/whinge_surf/README.md +22 -0
  40. swarm/blueprints/whinge_surf/__init__.py +1 -0
  41. swarm/blueprints/whinge_surf/blueprint_whinge_surf.py +565 -0
  42. swarm/blueprints/whinge_surf/whinge_surf_cli.py +99 -0
  43. swarm/blueprints/whiskeytango_foxtrot/blueprint_whiskeytango_foxtrot.py +66 -37
  44. swarm/blueprints/zeus/__init__.py +2 -0
  45. swarm/blueprints/zeus/apps.py +4 -0
  46. swarm/blueprints/zeus/blueprint_zeus.py +270 -0
  47. swarm/blueprints/zeus/zeus_cli.py +13 -0
  48. swarm/cli/async_input.py +65 -0
  49. swarm/cli/async_input_demo.py +32 -0
  50. {open_swarm-0.1.1745125933.dist-info → open_swarm-0.1.1745126277.dist-info}/WHEEL +0 -0
  51. {open_swarm-0.1.1745125933.dist-info → open_swarm-0.1.1745126277.dist-info}/entry_points.txt +0 -0
  52. {open_swarm-0.1.1745125933.dist-info → open_swarm-0.1.1745126277.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1,97 @@
1
+ # Geese Blueprint
2
+
3
+ **Geese** is special because it brings fun and whimsy to Open Swarm through animated bird prompts and playful interactions. Perfect for lightening the mood while you work!
4
+
5
+ ## Special Feature
6
+ - **Fun Bird Animation Prompts:** Enjoy unique, animated geese interactions and prompts that make your workflow more enjoyable.
7
+
8
+ ---
9
+
10
+ A collaborative story writing blueprint for Open Swarm that leverages multiple specialized agents to create, edit, and refine stories.
11
+
12
+ ## Features
13
+
14
+ ### Enhanced UI/UX
15
+ - 🎨 Rich ANSI/emoji boxes for operation feedback
16
+ - 📊 Dynamic result counts and search parameters
17
+ - ⏳ Intelligent progress spinners with state tracking
18
+ - ⚡ Real-time line number updates for long operations
19
+ - 🔄 Smart status messages for extended operations
20
+
21
+ ### Core Capabilities
22
+ - 📋 Plan maintenance and tracking
23
+ - 📝 Multi-agent collaboration:
24
+ - Planner Agent: Story structure and task delegation
25
+ - Writer Agent: Content creation and development
26
+ - Editor Agent: Review and refinement
27
+ - Coordinator Agent: Process orchestration
28
+ - 🔍 Advanced search and analysis operations
29
+ - 🎯 Error handling and reflection
30
+
31
+ ## Usage
32
+
33
+ ```bash
34
+ # Basic story generation
35
+ swarm geese "Write a story about a magical forest"
36
+
37
+ # Interactive mode with file output
38
+ swarm geese -i input.txt -o output.txt --interactive
39
+
40
+ # Advanced mode with custom parameters
41
+ swarm geese --model gpt-4 --temperature 0.7 --max-tokens 4096 "Write an epic fantasy"
42
+ ```
43
+
44
+ ## Configuration
45
+
46
+ The blueprint supports various configuration options:
47
+ - Model selection (e.g., gpt-3.5-turbo, gpt-4)
48
+ - Temperature and token limits
49
+ - Input/output file handling
50
+ - Interactive mode for collaborative writing
51
+
52
+ ## Operation Modes
53
+
54
+ 1. **Generate Mode**: Create new stories from prompts
55
+ 2. **Edit Mode**: Refine existing content
56
+ 3. **Explain Mode**: Analyze story structure and elements
57
+ 4. **Interactive Mode**: Real-time collaboration with the AI agents
58
+
59
+ ## Implementation Details
60
+
61
+ The blueprint uses a multi-agent architecture where each agent has specialized roles:
62
+ - **Planner**: Structures stories and manages development flow
63
+ - **Writer**: Creates content based on outlines and context
64
+ - **Editor**: Reviews and improves content quality
65
+ - **Coordinator**: Orchestrates the entire process
66
+
67
+ ## Notifier Abstraction & Reflection (New)
68
+
69
+ - All user-facing output (operation boxes, errors, info) is now handled through a Notifier abstraction, making it easy to redirect output to different UIs or for testing.
70
+ - The blueprint always displays the current plan, outputs of all operations, and any errors encountered, providing full transparency and reflection for users and agents.
71
+ - To customize output, pass a custom Notifier when instantiating the blueprint.
72
+
73
+ ## Error Handling and Transparency
74
+ - Errors from agent operations are surfaced directly to the user in a styled error box, not just logged.
75
+ - The plan and tool outputs are always visible after each operation, mirroring the Goose agent’s reflection and transparency patterns.
76
+
77
+ ## UI Elements
78
+
79
+ ### Progress Indicators
80
+ - Custom spinner states: "Generating.", "Generating..", "Generating..."
81
+ - Extended operation indicator: "Taking longer than expected"
82
+ - Operation-specific emoji indicators
83
+
84
+ ### Information Boxes
85
+ - 🔍 Search Results: Shows match counts and details
86
+ - 📊 Analysis: Displays content evaluation
87
+ - ✍️ Writing Progress: Shows current section status
88
+ - ✏️ Editing Updates: Shows improvement details
89
+ - 📋 Planning Status: Displays task completion
90
+
91
+ ## Future Enhancements
92
+
93
+ - [ ] Enhanced error recovery
94
+ - [ ] Multi-format output support
95
+ - [ ] Advanced style configuration
96
+ - [ ] Custom agent templates
97
+ - [ ] Collaborative mode improvements