swm_example_package 0.6.4.dev3__tar.gz → 0.11.0.dev1__tar.gz
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.
- {swm_example_package-0.6.4.dev3 → swm_example_package-0.11.0.dev1}/PKG-INFO +5 -2
- {swm_example_package-0.6.4.dev3 → swm_example_package-0.11.0.dev1}/README.md +4 -1
- {swm_example_package-0.6.4.dev3 → swm_example_package-0.11.0.dev1}/pyproject.toml +2 -2
- {swm_example_package-0.6.4.dev3 → swm_example_package-0.11.0.dev1}/LICENSE +0 -0
- {swm_example_package-0.6.4.dev3 → swm_example_package-0.11.0.dev1}/swm_example_package/ExampleAgent.py +0 -0
- {swm_example_package-0.6.4.dev3 → swm_example_package-0.11.0.dev1}/swm_example_package/__init__.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: swm_example_package
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.11.0.dev1
|
|
4
4
|
Summary: This repository includes an example of a First Class Swarmauri Example.
|
|
5
5
|
License-Expression: Apache-2.0
|
|
6
6
|
License-File: LICENSE
|
|
@@ -34,7 +34,8 @@ Description-Content-Type: text/markdown
|
|
|
34
34
|
<img src="https://img.shields.io/pypi/l/swm_example_package" alt="PyPI - License"/></a>
|
|
35
35
|
<a href="https://pypi.org/project/swm_example_package/">
|
|
36
36
|
<img src="https://img.shields.io/pypi/v/swm_example_package?label=swm_example_package&color=green" alt="PyPI - swm_example_package"/></a>
|
|
37
|
-
|
|
37
|
+
<a href="https://discord.gg/N4UpBuQv8T">
|
|
38
|
+
<img src="https://img.shields.io/badge/Discord-Join%20Chat-5865F2?logo=discord&logoColor=white" alt="Discord"/></a></p>
|
|
38
39
|
|
|
39
40
|
# Swm Example Package
|
|
40
41
|
|
|
@@ -55,3 +56,5 @@ from swarmauri.{resource_name}.{MainClass} import {MainClass}
|
|
|
55
56
|
|
|
56
57
|
If you want to contribute to swarmauri-sdk, read up on our [guidelines for contributing](https://github.com/swarmauri/swarmauri-sdk/blob/master/contributing.md) that will help you get started.
|
|
57
58
|
|
|
59
|
+
|
|
60
|
+
|
|
@@ -11,7 +11,8 @@
|
|
|
11
11
|
<img src="https://img.shields.io/pypi/l/swm_example_package" alt="PyPI - License"/></a>
|
|
12
12
|
<a href="https://pypi.org/project/swm_example_package/">
|
|
13
13
|
<img src="https://img.shields.io/pypi/v/swm_example_package?label=swm_example_package&color=green" alt="PyPI - swm_example_package"/></a>
|
|
14
|
-
|
|
14
|
+
<a href="https://discord.gg/N4UpBuQv8T">
|
|
15
|
+
<img src="https://img.shields.io/badge/Discord-Join%20Chat-5865F2?logo=discord&logoColor=white" alt="Discord"/></a></p>
|
|
15
16
|
|
|
16
17
|
# Swm Example Package
|
|
17
18
|
|
|
@@ -31,3 +32,5 @@ from swarmauri.{resource_name}.{MainClass} import {MainClass}
|
|
|
31
32
|
## Want to help?
|
|
32
33
|
|
|
33
34
|
If you want to contribute to swarmauri-sdk, read up on our [guidelines for contributing](https://github.com/swarmauri/swarmauri-sdk/blob/master/contributing.md) that will help you get started.
|
|
35
|
+
|
|
36
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "swm_example_package"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.11.0.dev1"
|
|
4
4
|
description = "This repository includes an example of a First Class Swarmauri Example."
|
|
5
5
|
license = "Apache-2.0"
|
|
6
6
|
readme = "README.md"
|
|
@@ -49,4 +49,4 @@ requires = ["poetry-core>=1.0.0"]
|
|
|
49
49
|
build-backend = "poetry.core.masonry.api"
|
|
50
50
|
|
|
51
51
|
[dependency-groups]
|
|
52
|
-
dev = ["pytest>=8.0", "pytest-asyncio>=0.24.0", "pytest-xdist>=3.6.1", "pytest-json-report>=1.5.0", "python-dotenv", "
|
|
52
|
+
dev = ["pytest>=8.0", "pytest-asyncio>=0.24.0", "pytest-xdist>=3.6.1", "pytest-json-report>=1.5.0", "python-dotenv", "httpx>=0.27", "flake8>=7.0", "pytest-timeout>=2.3.1", "ruff>=0.9.9", "pytest-benchmark>=4.0.0"]
|
|
File without changes
|
|
File without changes
|
{swm_example_package-0.6.4.dev3 → swm_example_package-0.11.0.dev1}/swm_example_package/__init__.py
RENAMED
|
File without changes
|