open-swarm 0.1.1743371918__py3-none-any.whl → 0.1.1743372974__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.1743371918.dist-info → open_swarm-0.1.1743372974.dist-info}/METADATA +2 -2
- {open_swarm-0.1.1743371918.dist-info → open_swarm-0.1.1743372974.dist-info}/RECORD +5 -5
- {open_swarm-0.1.1743371918.dist-info → open_swarm-0.1.1743372974.dist-info}/WHEEL +0 -0
- {open_swarm-0.1.1743371918.dist-info → open_swarm-0.1.1743372974.dist-info}/entry_points.txt +0 -0
- {open_swarm-0.1.1743371918.dist-info → open_swarm-0.1.1743372974.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.1743372974
|
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
|
@@ -104,7 +104,7 @@ Open Swarm can be used in two primary ways:
|
|
104
104
|
|
105
105
|
* **Agents:** Individual AI units performing specific tasks, powered by LLMs (like GPT-4, Claude, etc.). Built using the `openai-agents` SDK.
|
106
106
|
* **Blueprints:** Python classes (`BlueprintBase` subclasses) defining a swarm's structure, agents, coordination logic, and external dependencies (like required environment variables or MCP servers). They act as reusable templates for specific tasks (e.g., code generation, research, data analysis).
|
107
|
-
* **MCP (
|
107
|
+
* **MCP (Model Context Protocol) Servers:** Optional external processes providing specialized capabilities (tools) to agents, such as filesystem access, web browsing, database interaction, or interacting with specific APIs (Slack, Monday.com, etc.). Agents interact with MCP servers via a standardized communication protocol.
|
108
108
|
* **Configuration (`swarm_config.json`):** A central JSON file defining available LLM profiles (API keys, models) and configurations for MCP servers. Typically managed via `swarm-cli` in `~/.config/swarm/`.
|
109
109
|
* **`swarm-cli`:** A command-line tool for managing blueprints (adding, listing, running, installing) and the `swarm_config.json` file. Uses XDG directories for storing blueprints (`~/.local/share/swarm/blueprints/`) and configuration (`~/.config/swarm/`).
|
110
110
|
* **`swarm-api`:** A launcher for the Django/DRF backend that exposes installed blueprints via an OpenAI-compatible REST API (`/v1/models`, `/v1/chat/completions`).
|
@@ -253,8 +253,8 @@ swarm/views/message_views.py,sha256=sDUnXyqKXC8WwIIMAlWf00s2_a2T9c75Na5FvYMJwBM,
|
|
253
253
|
swarm/views/model_views.py,sha256=aAbU4AZmrOTaPeKMWtoKK7FPYHdaN3Zbx55JfKzYTRY,2937
|
254
254
|
swarm/views/utils.py,sha256=geX3Z5ZDKFYyXYBMilc-4qgOSjhujK3AfRtvbXgFpXk,3643
|
255
255
|
swarm/views/web_views.py,sha256=ExQQeJpZ8CkLZQC_pXKOOmdnEy2qR3wEBP4LLp27DPU,7404
|
256
|
-
open_swarm-0.1.
|
257
|
-
open_swarm-0.1.
|
258
|
-
open_swarm-0.1.
|
259
|
-
open_swarm-0.1.
|
260
|
-
open_swarm-0.1.
|
256
|
+
open_swarm-0.1.1743372974.dist-info/METADATA,sha256=blPlP9G_zGz6Vi-7nxiIpWiegGOvObE1FCYtDJJf3aw,13678
|
257
|
+
open_swarm-0.1.1743372974.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
258
|
+
open_swarm-0.1.1743372974.dist-info/entry_points.txt,sha256=LudR3dBqGnglrE1n2zAeWo38Ck0m57sKPW36KfK-pzo,71
|
259
|
+
open_swarm-0.1.1743372974.dist-info/licenses/LICENSE,sha256=BU9bwRlnOt_JDIb6OT55Q4leLZx9RArDLTFnlDIrBEI,1062
|
260
|
+
open_swarm-0.1.1743372974.dist-info/RECORD,,
|
File without changes
|
{open_swarm-0.1.1743371918.dist-info → open_swarm-0.1.1743372974.dist-info}/entry_points.txt
RENAMED
File without changes
|
{open_swarm-0.1.1743371918.dist-info → open_swarm-0.1.1743372974.dist-info}/licenses/LICENSE
RENAMED
File without changes
|