oxygent 0.0.1__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.
oxygent/__init__.py ADDED
@@ -0,0 +1,5 @@
1
+ from .mas import MAS
2
+
3
+ __all__ = [
4
+ 'MAS'
5
+ ]
oxygent/mas.py ADDED
@@ -0,0 +1,3 @@
1
+ class MAS:
2
+ def hello(self):
3
+ print('Hello OxyGent!')
@@ -0,0 +1,12 @@
1
+ Metadata-Version: 2.3
2
+ Name: oxygent
3
+ Version: 0.0.1
4
+ Summary: Multi-Agent Framework
5
+ Author: jd-oxygen
6
+ Author-email: litianlong26@jd.com
7
+ Requires-Python: >=3.10,<4.0
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: Programming Language :: Python :: 3.10
10
+ Classifier: Programming Language :: Python :: 3.11
11
+ Classifier: Programming Language :: Python :: 3.12
12
+ Classifier: Programming Language :: Python :: 3.13
@@ -0,0 +1,5 @@
1
+ oxygent/__init__.py,sha256=ogxMhcysuBbYff-Zwl15jVVZnQKp88gwJU6i4jjbhBM,45
2
+ oxygent/mas.py,sha256=9zWufsS6InW_jBMIxHYMRUCvVKmwPL1EQdza08LgPto,64
3
+ oxygent-0.0.1.dist-info/METADATA,sha256=SxD_NK8YxSV2Y8L8RH01TyUCwZ5LyqnxWn2cQ4NNmHQ,415
4
+ oxygent-0.0.1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
5
+ oxygent-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: poetry-core 2.1.3
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any