open-swarm 0.1.1745274942__py3-none-any.whl → 0.1.1745275181__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.
- {open_swarm-0.1.1745274942.dist-info → open_swarm-0.1.1745275181.dist-info}/METADATA +1 -1
- {open_swarm-0.1.1745274942.dist-info → open_swarm-0.1.1745275181.dist-info}/RECORD +11 -8
- swarm/blueprints/geese/README.md +6 -93
- swarm/blueprints/geese/__init__.py +8 -0
- swarm/blueprints/geese/blueprint_geese.py +259 -678
- swarm/blueprints/jeeves/README.md +41 -0
- swarm/blueprints/jeeves/blueprint_jeeves.py +528 -518
- swarm/blueprints/jeeves/metadata.json +24 -0
- {open_swarm-0.1.1745274942.dist-info → open_swarm-0.1.1745275181.dist-info}/WHEEL +0 -0
- {open_swarm-0.1.1745274942.dist-info → open_swarm-0.1.1745275181.dist-info}/entry_points.txt +0 -0
- {open_swarm-0.1.1745274942.dist-info → open_swarm-0.1.1745275181.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: open-swarm
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.1745275181
|
4
4
|
Summary: Open Swarm: Orchestrating AI Agent Swarms with Django
|
5
5
|
Project-URL: Homepage, https://github.com/yourusername/open-swarm
|
6
6
|
Project-URL: Documentation, https://github.com/yourusername/open-swarm/blob/main/README.md
|
@@ -47,11 +47,14 @@ swarm/blueprints/flock/README.md,sha256=kiwNc3qshVFfD76GirTlKCuKmWVgqf5v8dM8UTo-
|
|
47
47
|
swarm/blueprints/flock/__init__.py,sha256=xJE1nyHUagJzrF9xwJAU0q6kAPd_We_jf0ig4YCa7E4,689
|
48
48
|
swarm/blueprints/flock/blueprint_flock.py,sha256=Vg1tOD8LxCOp_YBhNeXLbvw_aOfXrV_eHXZhSxZds3o,99
|
49
49
|
swarm/blueprints/flock/test_basic.py,sha256=kv0n6JYoYKL-VlASiDbJBAmYJ5TATrEscc9Tzm7_E4M,115
|
50
|
-
swarm/blueprints/geese/README.md,sha256=
|
51
|
-
swarm/blueprints/geese/
|
50
|
+
swarm/blueprints/geese/README.md,sha256=gE37yl-q9Xp9uVaMGivfbl0z0n-2eYEnJJaAQaFhd68,370
|
51
|
+
swarm/blueprints/geese/__init__.py,sha256=Wq-UfdMccUT5_9pEyyeJi9fPcIt2RZp1CHAAbBdbHuA,689
|
52
|
+
swarm/blueprints/geese/blueprint_geese.py,sha256=AJKUcY5OReFwpO7zk-RFqsD3jqqZMAKaBsTWRlzPXfY,16442
|
52
53
|
swarm/blueprints/geese/geese_cli.py,sha256=JNx2Te4F-HvYnCldXOtzDRKyNznse2N8_LXPlpZ_vbk,5354
|
53
|
-
swarm/blueprints/jeeves/
|
54
|
+
swarm/blueprints/jeeves/README.md,sha256=yXglrTCfD4SFDqFo4qwo54cIf1ie4ykjUtKlRAE_NhE,1373
|
55
|
+
swarm/blueprints/jeeves/blueprint_jeeves.py,sha256=Tyw2vDFthRaor9EAkXI2GQwOhqYUqBatoYzOnfmnORk,33110
|
54
56
|
swarm/blueprints/jeeves/jeeves_cli.py,sha256=n_2CeiqPjwPA-xnRKXeizO6A1WtxpsI06HsWaIz_51M,2630
|
57
|
+
swarm/blueprints/jeeves/metadata.json,sha256=Yn3BNKcihLehqbOxiiSrfAgZH_NpzFgyPy_2-EPzjiU,873
|
55
58
|
swarm/blueprints/mcp_demo/blueprint_mcp_demo.py,sha256=036QxkuxvX7cSgX1MernL0qicbsAXO3HXDiOqZKznV4,21341
|
56
59
|
swarm/blueprints/messenger/templates/messenger/messenger.html,sha256=izuFtFn40Gm7M4gSUAUT5CIezjBjmNv2w4_fwSlv7VA,2323
|
57
60
|
swarm/blueprints/mission_improbable/blueprint_mission_improbable.py,sha256=hvwbg6LwaVKnH-fzQdyg7zTvDC5Get3sVt8xx82WpZc,21074
|
@@ -309,8 +312,8 @@ swarm/views/message_views.py,sha256=sDUnXyqKXC8WwIIMAlWf00s2_a2T9c75Na5FvYMJwBM,
|
|
309
312
|
swarm/views/model_views.py,sha256=aAbU4AZmrOTaPeKMWtoKK7FPYHdaN3Zbx55JfKzYTRY,2937
|
310
313
|
swarm/views/utils.py,sha256=8Usc0g0L0NPegNAyY20tJBNBy-JLwODf4VmxV0yUtpw,3627
|
311
314
|
swarm/views/web_views.py,sha256=T1CKe-Nyv1C8aDt6QFTGWo_dkH7ojWAvS_QW9mZnZp0,7371
|
312
|
-
open_swarm-0.1.
|
313
|
-
open_swarm-0.1.
|
314
|
-
open_swarm-0.1.
|
315
|
-
open_swarm-0.1.
|
316
|
-
open_swarm-0.1.
|
315
|
+
open_swarm-0.1.1745275181.dist-info/METADATA,sha256=cWHyVc3YTjtl7nBr07PrxMvW4MGabSRnOuqBk4lVaf0,39330
|
316
|
+
open_swarm-0.1.1745275181.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
317
|
+
open_swarm-0.1.1745275181.dist-info/entry_points.txt,sha256=fo28d0_zJrytRsh8QqkdlWQT_9lyAwYUx1WuSTDI3HM,177
|
318
|
+
open_swarm-0.1.1745275181.dist-info/licenses/LICENSE,sha256=BU9bwRlnOt_JDIb6OT55Q4leLZx9RArDLTFnlDIrBEI,1062
|
319
|
+
open_swarm-0.1.1745275181.dist-info/RECORD,,
|
swarm/blueprints/geese/README.md
CHANGED
@@ -1,97 +1,10 @@
|
|
1
1
|
# Geese Blueprint
|
2
2
|
|
3
|
-
|
3
|
+
This is the README stub for the Geese blueprint.
|
4
4
|
|
5
|
-
|
6
|
-
- **
|
5
|
+
- **Purpose:** Collaborative agent team for Open Swarm.
|
6
|
+
- **Required Env Vars:** _Document if any._
|
7
|
+
- **Tests:** See `tests/blueprints/test_geese.py` (if exists).
|
8
|
+
- **Usage:** `swarm-cli run geese --instruction "ping"`
|
7
9
|
|
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
|
10
|
+
_Expand this README with configuration, usage, and extension details as needed._
|
@@ -0,0 +1,8 @@
|
|
1
|
+
# Enhanced search/analysis UX: show ANSI/emoji boxes, summarize results, show result counts, display params, update line numbers, distinguish code/semantic
|
2
|
+
# This is a stub for geese blueprint search/analysis UX. (If this blueprint is implemented, the run method should follow the unified UX pattern.)
|
3
|
+
|
4
|
+
# No run method in __init__.py, but if/when a blueprint is implemented here, ensure:
|
5
|
+
# - Support for both code and semantic search (with clear output distinction)
|
6
|
+
# - ANSI/emoji boxes for search/analysis, with result counts, search params, and progress
|
7
|
+
# - Creative output box for non-search/agent output
|
8
|
+
# - Spinner states: 'Generating.', 'Generating..', 'Generating...', 'Running...'
|