fabricatio 0.4.4__cp313-cp313-win_amd64.whl → 0.4.4.dev1__cp313-cp313-win_amd64.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/capabilities/__init__.py +3 -14
- fabricatio/models/__init__.py +11 -12
- fabricatio/rust.cp313-win_amd64.pyd +0 -0
- fabricatio/workflows/__init__.py +4 -1
- {fabricatio-0.4.4.data → fabricatio-0.4.4.dev1.data}/scripts/tdown.exe +0 -0
- {fabricatio-0.4.4.dist-info → fabricatio-0.4.4.dev1.dist-info}/METADATA +6 -17
- fabricatio-0.4.4.dev1.dist-info/RECORD +15 -0
- fabricatio-0.4.4.dist-info/RECORD +0 -15
- {fabricatio-0.4.4.dist-info → fabricatio-0.4.4.dev1.dist-info}/WHEEL +0 -0
- {fabricatio-0.4.4.dist-info → fabricatio-0.4.4.dev1.dist-info}/licenses/LICENSE +0 -0
@@ -33,10 +33,9 @@ if find_spec("fabricatio_improve"):
|
|
33
33
|
from fabricatio_improve.capabilities.correct import Correct
|
34
34
|
from fabricatio_improve.capabilities.review import Review
|
35
35
|
|
36
|
-
__all__ += [
|
37
|
-
|
38
|
-
|
39
|
-
]
|
36
|
+
__all__ += ["Correct",
|
37
|
+
"Review",
|
38
|
+
]
|
40
39
|
|
41
40
|
if find_spec("fabricatio_judge"):
|
42
41
|
from fabricatio_judge.capabilities.advanced_judge import AdvancedJudge
|
@@ -47,13 +46,3 @@ if find_spec("fabricatio_digest"):
|
|
47
46
|
from fabricatio_digest.capabilities.digest import Digest
|
48
47
|
|
49
48
|
__all__ += ["Digest"]
|
50
|
-
|
51
|
-
if find_spec("fabricatio_anki"):
|
52
|
-
from fabricatio_anki.capabilities.generate_deck import GenerateDeck
|
53
|
-
|
54
|
-
__all__ += ["GenerateDeck"]
|
55
|
-
|
56
|
-
if find_spec("fabricatio_tagging"):
|
57
|
-
from fabricatio_tagging.capabilities.tagging import Tagging
|
58
|
-
|
59
|
-
__all__ += ["Tagging"]
|
fabricatio/models/__init__.py
CHANGED
@@ -12,8 +12,7 @@ __all__ = [
|
|
12
12
|
|
13
13
|
if find_spec("fabricatio_typst"):
|
14
14
|
from fabricatio_typst.models.article_essence import ArticleEssence
|
15
|
-
from fabricatio_typst.models.article_main import Article
|
16
|
-
from fabricatio_typst.models.article_outline import ArticleOutline
|
15
|
+
from fabricatio_typst.models.article_main import Article, ArticleOutline
|
17
16
|
from fabricatio_typst.models.article_proposal import ArticleProposal
|
18
17
|
|
19
18
|
__all__ += [
|
@@ -26,22 +25,22 @@ if find_spec("fabricatio_typst"):
|
|
26
25
|
if find_spec("fabricatio_typst"):
|
27
26
|
from fabricatio_typst.models.aricle_rag import ArticleChunk
|
28
27
|
|
29
|
-
__all__ += [
|
28
|
+
__all__ += [
|
29
|
+
"ArticleChunk"
|
30
|
+
|
31
|
+
]
|
30
32
|
|
31
33
|
if find_spec("fabricatio_judge"):
|
32
34
|
from fabricatio_judge.models.advanced_judge import JudgeMent
|
33
35
|
|
34
|
-
__all__ += [
|
36
|
+
__all__ += [
|
37
|
+
"JudgeMent"
|
38
|
+
]
|
35
39
|
|
36
40
|
if find_spec("fabricatio_digest"):
|
37
41
|
from fabricatio_digest.models.tasklist import TaskList
|
38
42
|
|
39
|
-
__all__ += [
|
40
|
-
|
41
|
-
|
42
|
-
if find_spec("fabricatio_anki"):
|
43
|
-
from fabricatio_anki.models.deck import Deck, Model
|
44
|
-
from fabricatio_anki.models.template import Template
|
45
|
-
|
46
|
-
__all__ += ["Deck","Model","Template"]
|
43
|
+
__all__ += [
|
44
|
+
"TaskList"
|
45
|
+
]
|
47
46
|
|
Binary file
|
fabricatio/workflows/__init__.py
CHANGED
@@ -7,4 +7,7 @@ from importlib.util import find_spec
|
|
7
7
|
if find_spec("fabricatio_typst") and find_spec("fabricatio_actions"):
|
8
8
|
from fabricatio_typst.workflows.articles import WriteOutlineCorrectedWorkFlow
|
9
9
|
|
10
|
-
__all__ += [
|
10
|
+
__all__ += [
|
11
|
+
|
12
|
+
"WriteOutlineCorrectedWorkFlow"
|
13
|
+
]
|
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: fabricatio
|
3
|
-
Version: 0.4.4
|
3
|
+
Version: 0.4.4.dev1
|
4
4
|
Classifier: License :: OSI Approved :: MIT License
|
5
5
|
Classifier: Programming Language :: Rust
|
6
6
|
Classifier: Programming Language :: Python :: 3.12
|
@@ -50,22 +50,7 @@ Project-URL: Issues, https://github.com/Whth/fabricatio/issues
|
|
50
50
|
|
51
51
|
# Fabricatio
|
52
52
|
|
53
|
-
|
54
|
-
[](https://pypi.org/project/fabricatio/)
|
55
|
-
[](https://pypi.org/project/fabricatio/)
|
56
|
-
[](https://deepwiki.com/Whth/fabricatio)
|
57
|
-
[](https://pepy.tech/projects/fabricatio)
|
58
|
-
[](https://pepy.tech/projects/fabricatio)
|
59
|
-
[](https://github.com/PyO3/pyo3)
|
60
|
-
[](https://github.com/BerriAI/litellm)
|
61
|
-
[](https://github.com/astral-sh/uv)
|
62
|
-
[](https://github.com/Whth/fabricatio/actions/workflows/build-package.yaml)
|
63
|
-
[](https://github.com/Whth/fabricatio/actions/workflows/ruff.yaml)
|
64
|
-
[](https://github.com/Whth/fabricatio/actions/workflows/tests.yaml)
|
65
|
-

|
66
|
-

|
67
|
-

|
68
|
-
---
|
53
|
+

|
69
54
|
|
70
55
|
## Overview
|
71
56
|
|
@@ -188,6 +173,10 @@ max_tokens = 8192
|
|
188
173
|
make test
|
189
174
|
```
|
190
175
|
|
176
|
+
## TODO
|
177
|
+
|
178
|
+
- Add an element based format strategy
|
179
|
+
|
191
180
|
## Contributing
|
192
181
|
|
193
182
|
Contributions are welcome! Follow these steps:
|
@@ -0,0 +1,15 @@
|
|
1
|
+
fabricatio-0.4.4.dev1.data/scripts/tdown.exe,sha256=7RJswC57TIb7AawdWEWeDpajWhraDXyJqAEBAhP9nC0,3812864
|
2
|
+
fabricatio-0.4.4.dev1.dist-info/METADATA,sha256=ZaQh-n9lbAsuEjcItSFwIx1VCdvgWtwisFoE2Qkp43M,5713
|
3
|
+
fabricatio-0.4.4.dev1.dist-info/WHEEL,sha256=Fk195VgSS-LCRRJAxz6O39eu2NdDhBCq3h9q4zoTguY,96
|
4
|
+
fabricatio-0.4.4.dev1.dist-info/licenses/LICENSE,sha256=do7J7EiCGbq0QPbMAL_FqLYufXpHnCnXBOuqVPwSV8Y,1088
|
5
|
+
fabricatio/__init__.py,sha256=t2-WdrUOcaDZbGr9PxMvxrOUXpIyXHcNeD1Rzkm4ffY,722
|
6
|
+
fabricatio/actions/__init__.py,sha256=wdgHUFWQtWfvsxAcIFNxtLEw2HVyS0U4cw9x1q5NuhA,2059
|
7
|
+
fabricatio/capabilities/__init__.py,sha256=lIGhxzNeCj4EZ1uWxLyYd4ZPaBwxBOah0wG_8a2ovGo,1515
|
8
|
+
fabricatio/models/__init__.py,sha256=OlX_VAFQz7bwxDrVKq4QnjNqCOW_F575O15u9mApP4s,1123
|
9
|
+
fabricatio/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
10
|
+
fabricatio/rust.cp313-win_amd64.pyd,sha256=hhy1h72_UZMgTw-1lYwAPFp_JfqOCQ-OtfeIVfMYVo0,176640
|
11
|
+
fabricatio/toolboxes/__init__.py,sha256=fxi4KOg-nmX_cmJCA6tG1j1hav-O95KelO2gCVwdLSY,402
|
12
|
+
fabricatio/toolboxes/arithmetic.py,sha256=tcaHLzGQvnlbxG57IANpZ2vTRO5QpSt366RckBlBIOg,1374
|
13
|
+
fabricatio/toolboxes/fs.py,sha256=fpSfU6YkCVJzSXsbT9WT3m80tH8i6mhLWnu9u7yhV-w,746
|
14
|
+
fabricatio/workflows/__init__.py,sha256=s318vpCs898bOe5k68Qwa1hli2atzYDUU3gOQuXPFgc,333
|
15
|
+
fabricatio-0.4.4.dev1.dist-info/RECORD,,
|
@@ -1,15 +0,0 @@
|
|
1
|
-
fabricatio-0.4.4.data/scripts/tdown.exe,sha256=WQ-gKiYu_P-ANo9QKrW3uhG4NHug4x2Qsj2-1Li8rRk,3814912
|
2
|
-
fabricatio-0.4.4.dist-info/METADATA,sha256=kEvbblp_wfj-LXvuOakGWbFEchx6NObLLSSgI__Zy1w,7238
|
3
|
-
fabricatio-0.4.4.dist-info/WHEEL,sha256=Fk195VgSS-LCRRJAxz6O39eu2NdDhBCq3h9q4zoTguY,96
|
4
|
-
fabricatio-0.4.4.dist-info/licenses/LICENSE,sha256=do7J7EiCGbq0QPbMAL_FqLYufXpHnCnXBOuqVPwSV8Y,1088
|
5
|
-
fabricatio/__init__.py,sha256=t2-WdrUOcaDZbGr9PxMvxrOUXpIyXHcNeD1Rzkm4ffY,722
|
6
|
-
fabricatio/actions/__init__.py,sha256=wdgHUFWQtWfvsxAcIFNxtLEw2HVyS0U4cw9x1q5NuhA,2059
|
7
|
-
fabricatio/capabilities/__init__.py,sha256=8YpFq-xcsrwbeLa6fNNYhEmI1ws2PwEc0M6EondIfKQ,1783
|
8
|
-
fabricatio/models/__init__.py,sha256=HscpNwnptnzqnVLlOisCWh6W3lsQR97pFXIlCqd84AE,1320
|
9
|
-
fabricatio/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
10
|
-
fabricatio/rust.cp313-win_amd64.pyd,sha256=Il-9r9EgT4K6nLtEGH7HZOsDyGjEh42pOJid80dGbYk,176640
|
11
|
-
fabricatio/toolboxes/__init__.py,sha256=fxi4KOg-nmX_cmJCA6tG1j1hav-O95KelO2gCVwdLSY,402
|
12
|
-
fabricatio/toolboxes/arithmetic.py,sha256=tcaHLzGQvnlbxG57IANpZ2vTRO5QpSt366RckBlBIOg,1374
|
13
|
-
fabricatio/toolboxes/fs.py,sha256=fpSfU6YkCVJzSXsbT9WT3m80tH8i6mhLWnu9u7yhV-w,746
|
14
|
-
fabricatio/workflows/__init__.py,sha256=Twr7FaI7scUhz0LOlPktB6lf_k3VdcHNabCjpTsw938,315
|
15
|
-
fabricatio-0.4.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|