fabricatio 0.4.0.dev5__cp313-cp313-win_amd64.whl → 0.4.1.dev2__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/actions/__init__.py +17 -1
- fabricatio/capabilities/__init__.py +4 -1
- fabricatio/models/__init__.py +8 -0
- fabricatio/rust.cp313-win_amd64.pyd +0 -0
- fabricatio/workflows/__init__.py +12 -0
- {fabricatio-0.4.0.dev5.dist-info → fabricatio-0.4.1.dev2.dist-info}/METADATA +1 -1
- fabricatio-0.4.1.dev2.dist-info/RECORD +15 -0
- fabricatio-0.4.0.dev5.dist-info/RECORD +0 -15
- {fabricatio-0.4.0.dev5.data → fabricatio-0.4.1.dev2.data}/scripts/tdown.exe +0 -0
- {fabricatio-0.4.0.dev5.dist-info → fabricatio-0.4.1.dev2.dist-info}/WHEEL +0 -0
- {fabricatio-0.4.0.dev5.dist-info → fabricatio-0.4.1.dev2.dist-info}/licenses/LICENSE +0 -0
fabricatio/actions/__init__.py
CHANGED
@@ -6,6 +6,7 @@ if find_spec("fabricatio_typst"):
|
|
6
6
|
from fabricatio_typst.actions.article import (
|
7
7
|
ExtractArticleEssence,
|
8
8
|
ExtractOutlineFromRaw,
|
9
|
+
FixArticleEssence,
|
9
10
|
GenerateArticle,
|
10
11
|
GenerateArticleProposal,
|
11
12
|
GenerateInitialOutline,
|
@@ -16,6 +17,7 @@ if find_spec("fabricatio_typst"):
|
|
16
17
|
__all__ += [
|
17
18
|
"ExtractArticleEssence",
|
18
19
|
"ExtractOutlineFromRaw",
|
20
|
+
"FixArticleEssence",
|
19
21
|
"GenerateArticle",
|
20
22
|
"GenerateArticleProposal",
|
21
23
|
"GenerateInitialOutline",
|
@@ -25,14 +27,28 @@ if find_spec("fabricatio_typst"):
|
|
25
27
|
]
|
26
28
|
|
27
29
|
if find_spec("fabricatio_rag"):
|
28
|
-
from fabricatio_typst.actions.article_rag import
|
30
|
+
from fabricatio_typst.actions.article_rag import (
|
31
|
+
ArticleConsultRAG,
|
32
|
+
ChunkArticle,
|
33
|
+
TweakArticleRAG,
|
34
|
+
WriteArticleContentRAG,
|
35
|
+
)
|
29
36
|
|
30
37
|
__all__ += [
|
31
38
|
|
32
39
|
"ArticleConsultRAG",
|
40
|
+
"ChunkArticle",
|
33
41
|
"TweakArticleRAG",
|
34
42
|
"WriteArticleContentRAG"
|
43
|
+
|
35
44
|
]
|
45
|
+
if find_spec("fabricatio_rag"):
|
46
|
+
from fabricatio_rag.actions.rag import InjectToDB, RAGTalk
|
47
|
+
|
48
|
+
__all__ += [
|
49
|
+
"InjectToDB",
|
50
|
+
"RAGTalk"
|
51
|
+
]
|
36
52
|
|
37
53
|
if find_spec("fabricatio_actions"):
|
38
54
|
from fabricatio_actions.actions.output import (
|
@@ -31,8 +31,11 @@ if find_spec("fabricatio_rule"):
|
|
31
31
|
|
32
32
|
if find_spec("fabricatio_improve"):
|
33
33
|
from fabricatio_improve.capabilities.correct import Correct
|
34
|
+
from fabricatio_improve.capabilities.review import Review
|
34
35
|
|
35
|
-
__all__ += ["Correct"
|
36
|
+
__all__ += ["Correct",
|
37
|
+
"Review",
|
38
|
+
]
|
36
39
|
|
37
40
|
if find_spec():
|
38
41
|
from fabricatio_judge.capabilities.advanced_judge import AdvancedJudge
|
fabricatio/models/__init__.py
CHANGED
Binary file
|
fabricatio/workflows/__init__.py
CHANGED
@@ -1 +1,13 @@
|
|
1
1
|
"""A module containing some builtin workflows."""
|
2
|
+
|
3
|
+
__all__ = []
|
4
|
+
|
5
|
+
from importlib.util import find_spec
|
6
|
+
|
7
|
+
if find_spec("fabricatio_typst"):
|
8
|
+
from fabricatio_typst.workflows.articles import WriteOutlineCorrectedWorkFlow
|
9
|
+
|
10
|
+
__all__ += [
|
11
|
+
|
12
|
+
"WriteOutlineCorrectedWorkFlow"
|
13
|
+
]
|
@@ -0,0 +1,15 @@
|
|
1
|
+
fabricatio-0.4.1.dev2.data/scripts/tdown.exe,sha256=CknuR-ux_D0TLfFPS5ciBdsheg4cbiJAV9BjoRm_w1s,3378176
|
2
|
+
fabricatio-0.4.1.dev2.dist-info/METADATA,sha256=My8TCBcvf8DSvHaiYmICC3lANytmuWKqZac0mgZWG6o,5428
|
3
|
+
fabricatio-0.4.1.dev2.dist-info/WHEEL,sha256=Fk195VgSS-LCRRJAxz6O39eu2NdDhBCq3h9q4zoTguY,96
|
4
|
+
fabricatio-0.4.1.dev2.dist-info/licenses/LICENSE,sha256=do7J7EiCGbq0QPbMAL_FqLYufXpHnCnXBOuqVPwSV8Y,1088
|
5
|
+
fabricatio/__init__.py,sha256=Citu14Cr2ZWeV6M0TTW8e_ydu8XvH_-WH85sQ76KSA0,761
|
6
|
+
fabricatio/actions/__init__.py,sha256=pEC7ninvGytIKeIJLdYaGzwNwnG1tOPziR3H-oUkwTU,1775
|
7
|
+
fabricatio/capabilities/__init__.py,sha256=hB2rI6xBrQp4zZjdinWVDKpEN3MoIaOqd2Y4eSBdG_I,1368
|
8
|
+
fabricatio/models/__init__.py,sha256=NLWNitqYW67hDWsZhUwp3v3gQVP0w1ovCy6DnPOFG_Q,825
|
9
|
+
fabricatio/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
10
|
+
fabricatio/rust.cp313-win_amd64.pyd,sha256=-NNeAniSEDJ92NOsVAvOh8LsZzVznyN5E6MBYi40p50,176128
|
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=cR2yioLXzA4_icwSfnE-D2xU4GFNQSXa51cHsXQZgo8,297
|
15
|
+
fabricatio-0.4.1.dev2.dist-info/RECORD,,
|
@@ -1,15 +0,0 @@
|
|
1
|
-
fabricatio-0.4.0.dev5.data/scripts/tdown.exe,sha256=CknuR-ux_D0TLfFPS5ciBdsheg4cbiJAV9BjoRm_w1s,3378176
|
2
|
-
fabricatio-0.4.0.dev5.dist-info/METADATA,sha256=2iztUVIbOppuqW5vZApwPg4LS-ka44DkRVuAeLVoTwQ,5428
|
3
|
-
fabricatio-0.4.0.dev5.dist-info/WHEEL,sha256=Fk195VgSS-LCRRJAxz6O39eu2NdDhBCq3h9q4zoTguY,96
|
4
|
-
fabricatio-0.4.0.dev5.dist-info/licenses/LICENSE,sha256=do7J7EiCGbq0QPbMAL_FqLYufXpHnCnXBOuqVPwSV8Y,1088
|
5
|
-
fabricatio/__init__.py,sha256=Citu14Cr2ZWeV6M0TTW8e_ydu8XvH_-WH85sQ76KSA0,761
|
6
|
-
fabricatio/actions/__init__.py,sha256=gjYHXAMD6tccVgUKcfew-bQDDnNFEggWQ2R3wawAbVQ,1440
|
7
|
-
fabricatio/capabilities/__init__.py,sha256=_e_VOAFfVbpc4mS-a7xF6IHELGF_vXHb3Fk_Ew1bNJM,1259
|
8
|
-
fabricatio/models/__init__.py,sha256=RJm3rrss6TrAXhIRi6jnnnaxvXyaEr9gZU_53sDEp-U,650
|
9
|
-
fabricatio/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
10
|
-
fabricatio/rust.cp313-win_amd64.pyd,sha256=mqpCHykECSiUC4VJEz76AInIi92nIfU-XZYMo4QLORM,176128
|
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=5ScFSTA-bvhCesj3U9Mnmi6Law6N1fmh5UKyh58L3u8,51
|
15
|
-
fabricatio-0.4.0.dev5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|