fabricatio 0.12.0__cp313-cp313-macosx_11_0_arm64.whl → 0.13.0__cp313-cp313-macosx_11_0_arm64.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.
- fabricatio/actions/__init__.py +5 -0
- fabricatio/capabilities/__init__.py +11 -0
- fabricatio/rust.cpython-313-darwin.so +0 -0
- {fabricatio-0.12.0.data → fabricatio-0.13.0.data}/scripts/tdown +0 -0
- {fabricatio-0.12.0.dist-info → fabricatio-0.13.0.dist-info}/METADATA +4 -2
- fabricatio-0.13.0.dist-info/RECORD +12 -0
- fabricatio-0.12.0.dist-info/RECORD +0 -12
- {fabricatio-0.12.0.dist-info → fabricatio-0.13.0.dist-info}/WHEEL +0 -0
- {fabricatio-0.12.0.dist-info → fabricatio-0.13.0.dist-info}/licenses/LICENSE +0 -0
fabricatio/actions/__init__.py
CHANGED
@@ -77,3 +77,14 @@ if find_spec("fabricatio_memory"):
|
|
77
77
|
from fabricatio_memory.capabilities.memory import Remember
|
78
78
|
|
79
79
|
__all__ += ["Remember"]
|
80
|
+
|
81
|
+
|
82
|
+
if find_spec("fabricatio_translate"):
|
83
|
+
from fabricatio_translate.capabilities.translate import Translate
|
84
|
+
|
85
|
+
__all__ += ["Translate"]
|
86
|
+
|
87
|
+
if find_spec("fabricatio_locale"):
|
88
|
+
from fabricatio_locale.capabilities.localize import Localize
|
89
|
+
|
90
|
+
__all__ += ["Localize"]
|
Binary file
|
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: fabricatio
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.13.0
|
4
4
|
Classifier: License :: OSI Approved :: MIT License
|
5
5
|
Classifier: Programming Language :: Rust
|
6
6
|
Classifier: Programming Language :: Python :: 3.12
|
@@ -10,7 +10,7 @@ Classifier: Framework :: AsyncIO
|
|
10
10
|
Classifier: Framework :: Pydantic :: 2
|
11
11
|
Classifier: Typing :: Typed
|
12
12
|
Requires-Dist: fabricatio-core
|
13
|
-
Requires-Dist: fabricatio[rag,cli,typst,rule,judge,capabilities,actions,improve,digest,memory,anki,question,tagging,improve,rag,yue,tool,plot,translate] ; extra == 'full'
|
13
|
+
Requires-Dist: fabricatio[rag,cli,typst,rule,judge,capabilities,actions,improve,digest,memory,anki,question,tagging,improve,rag,yue,tool,plot,translate,locale] ; extra == 'full'
|
14
14
|
Requires-Dist: fabricatio-anki ; extra == 'anki'
|
15
15
|
Requires-Dist: fabricatio-memory ; extra == 'memory'
|
16
16
|
Requires-Dist: fabricatio-digest ; extra == 'digest'
|
@@ -28,6 +28,7 @@ Requires-Dist: fabricatio-yue ; extra == 'yue'
|
|
28
28
|
Requires-Dist: fabricatio-tool ; extra == 'tool'
|
29
29
|
Requires-Dist: fabricatio-plot ; extra == 'plot'
|
30
30
|
Requires-Dist: fabricatio-translate ; extra == 'translate'
|
31
|
+
Requires-Dist: fabricatio-locale ; extra == 'locale'
|
31
32
|
Provides-Extra: full
|
32
33
|
Provides-Extra: anki
|
33
34
|
Provides-Extra: memory
|
@@ -46,6 +47,7 @@ Provides-Extra: yue
|
|
46
47
|
Provides-Extra: tool
|
47
48
|
Provides-Extra: plot
|
48
49
|
Provides-Extra: translate
|
50
|
+
Provides-Extra: locale
|
49
51
|
License-File: LICENSE
|
50
52
|
Summary: A LLM multi-agent framework.
|
51
53
|
Keywords: ai,agents,multi-agent,llm,pyo3
|
@@ -0,0 +1,12 @@
|
|
1
|
+
fabricatio-0.13.0.data/scripts/tdown,sha256=60fCT4WcuS1CDSbbUHxAU2RwtuV33iJnRNsvLInTV74,4392144
|
2
|
+
fabricatio-0.13.0.dist-info/METADATA,sha256=BTExr7e-vBVzUHgxcBWeM5irTr6l8RGOovvz-qki_8E,8560
|
3
|
+
fabricatio-0.13.0.dist-info/WHEEL,sha256=YLLGMgiebwxzWB63F0KVTBu1H1ad3TdbsHYfFKfk6fc,104
|
4
|
+
fabricatio-0.13.0.dist-info/licenses/LICENSE,sha256=yDZaTLnOi03bi3Dk6f5IjhLUc5old2yOsihHWU0z-i0,1067
|
5
|
+
fabricatio/__init__.py,sha256=4a_7gabZhl9dzonBxcF-8peCGTLNxYJSDfInf1VhRsY,568
|
6
|
+
fabricatio/actions/__init__.py,sha256=i2aGE3ZtNV2CTcYCAydlAKZq5fcQBRKlR3IL39weLEI,2243
|
7
|
+
fabricatio/capabilities/__init__.py,sha256=qPjRnuw3gqmWOd5wmohC79l-IP3o8Hqga-MBdSvpwlM,2940
|
8
|
+
fabricatio/models/__init__.py,sha256=VabxgFlOqcl29QtYH74lzDyKpFQTgbmdSgx0ZhbA504,1602
|
9
|
+
fabricatio/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
10
|
+
fabricatio/rust.cpython-313-darwin.so,sha256=QbNxkeJkQIXAxDHn8ERD6DljtGc7jW3c_5SpEG-TZ24,454672
|
11
|
+
fabricatio/workflows/__init__.py,sha256=sr-0tgpNPdN5t2pDQa-gp-KUE7K0QDtjP9QGvWYLZ9A,305
|
12
|
+
fabricatio-0.13.0.dist-info/RECORD,,
|
@@ -1,12 +0,0 @@
|
|
1
|
-
fabricatio-0.12.0.data/scripts/tdown,sha256=0nDqoxESEZttsvo1rcmibGghOI2E_YdtyE6RMJ_mHNg,4392256
|
2
|
-
fabricatio-0.12.0.dist-info/METADATA,sha256=crWL8dCwc530eY0oAwmTgpeSCFaCIOfdpEv6HwGEUH0,8477
|
3
|
-
fabricatio-0.12.0.dist-info/WHEEL,sha256=YLLGMgiebwxzWB63F0KVTBu1H1ad3TdbsHYfFKfk6fc,104
|
4
|
-
fabricatio-0.12.0.dist-info/licenses/LICENSE,sha256=yDZaTLnOi03bi3Dk6f5IjhLUc5old2yOsihHWU0z-i0,1067
|
5
|
-
fabricatio/__init__.py,sha256=4a_7gabZhl9dzonBxcF-8peCGTLNxYJSDfInf1VhRsY,568
|
6
|
-
fabricatio/actions/__init__.py,sha256=4xR1wiPq2HPnVABXy6R3wOxcg9LZKD7g-h9IdTcNKvY,2106
|
7
|
-
fabricatio/capabilities/__init__.py,sha256=tNK6X6rsHZlhqBZa3v2UOmlXLT2zYbqSDqB-YMIW9n0,2658
|
8
|
-
fabricatio/models/__init__.py,sha256=VabxgFlOqcl29QtYH74lzDyKpFQTgbmdSgx0ZhbA504,1602
|
9
|
-
fabricatio/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
10
|
-
fabricatio/rust.cpython-313-darwin.so,sha256=mACEsHh9moN0nKZftwlPV8b993Q-DlpIHwbXzuPORoQ,454672
|
11
|
-
fabricatio/workflows/__init__.py,sha256=sr-0tgpNPdN5t2pDQa-gp-KUE7K0QDtjP9QGvWYLZ9A,305
|
12
|
-
fabricatio-0.12.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|