fabricatio 0.4.4.dev1__cp313-cp313-win_amd64.whl → 0.4.5.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.
@@ -33,9 +33,10 @@ 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__ += ["Correct",
37
- "Review",
38
- ]
36
+ __all__ += [
37
+ "Correct",
38
+ "Review",
39
+ ]
39
40
 
40
41
  if find_spec("fabricatio_judge"):
41
42
  from fabricatio_judge.capabilities.advanced_judge import AdvancedJudge
@@ -46,3 +47,17 @@ if find_spec("fabricatio_digest"):
46
47
  from fabricatio_digest.capabilities.digest import Digest
47
48
 
48
49
  __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"]
60
+ if find_spec("fabricatio_question"):
61
+ from fabricatio_question.capabilities.questioning import Questioning
62
+
63
+ __all__ += ["Questioning"]
@@ -12,7 +12,8 @@ __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, ArticleOutline
15
+ from fabricatio_typst.models.article_main import Article
16
+ from fabricatio_typst.models.article_outline import ArticleOutline
16
17
  from fabricatio_typst.models.article_proposal import ArticleProposal
17
18
 
18
19
  __all__ += [
@@ -25,22 +26,26 @@ if find_spec("fabricatio_typst"):
25
26
  if find_spec("fabricatio_typst"):
26
27
  from fabricatio_typst.models.aricle_rag import ArticleChunk
27
28
 
28
- __all__ += [
29
- "ArticleChunk"
30
-
31
- ]
29
+ __all__ += ["ArticleChunk"]
32
30
 
33
31
  if find_spec("fabricatio_judge"):
34
32
  from fabricatio_judge.models.advanced_judge import JudgeMent
35
33
 
36
- __all__ += [
37
- "JudgeMent"
38
- ]
34
+ __all__ += ["JudgeMent"]
39
35
 
40
36
  if find_spec("fabricatio_digest"):
41
37
  from fabricatio_digest.models.tasklist import TaskList
42
38
 
43
- __all__ += [
44
- "TaskList"
45
- ]
39
+ __all__ += ["TaskList"]
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"]
47
+
48
+ if find_spec("fabricatio_question"):
49
+ from fabricatio_question.models.questions import SelectionQuestion
46
50
 
51
+ __all__ += ["SelectionQuestion"]
Binary file
@@ -7,7 +7,4 @@ 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__ += [
11
-
12
- "WriteOutlineCorrectedWorkFlow"
13
- ]
10
+ __all__ += ["WriteOutlineCorrectedWorkFlow"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fabricatio
3
- Version: 0.4.4.dev1
3
+ Version: 0.4.5.dev1
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] ; extra == 'full'
13
+ Requires-Dist: fabricatio[rag,cli,typst,rule,judge,capabilities,actions,improve,digest,memory,anki,question,tagging,improve,rag] ; 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'
@@ -48,9 +48,32 @@ Project-URL: Homepage, https://github.com/Whth/fabricatio
48
48
  Project-URL: Repository, https://github.com/Whth/fabricatio
49
49
  Project-URL: Issues, https://github.com/Whth/fabricatio/issues
50
50
 
51
- # Fabricatio
52
-
53
- ![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)
51
+ <p align="center">
52
+ <picture>
53
+ <img src="./assets/band.png" width="80%" alt="Fabricatio Logo" loading="lazy">
54
+ </picture>
55
+ </p>
56
+
57
+
58
+
59
+
60
+ [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
61
+ [![Python Versions](https://img.shields.io/pypi/pyversions/fabricatio)](https://pypi.org/project/fabricatio/)
62
+ [![PyPI Version](https://img.shields.io/pypi/v/fabricatio)](https://pypi.org/project/fabricatio/)
63
+ [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/Whth/fabricatio)
64
+ [![PyPI Downloads](https://static.pepy.tech/badge/fabricatio/week)](https://pepy.tech/projects/fabricatio)
65
+ [![PyPI Downloads](https://static.pepy.tech/badge/fabricatio)](https://pepy.tech/projects/fabricatio)
66
+ [![Bindings: PyO3](https://img.shields.io/badge/bindings-pyo3-green)](https://github.com/PyO3/pyo3)
67
+ [![Powered by LiteLLM](https://img.shields.io/badge/Powered%20by-LiteLLM-blue)](https://github.com/BerriAI/litellm)
68
+ [![Build Tool: uv + maturin](https://img.shields.io/badge/built%20with-uv%20%2B%20maturin-orange)](https://github.com/astral-sh/uv)
69
+ [![Documentation Status](https://readthedocs.org/projects/fabricatio/badge/?version=latest)](https://fabricatio.readthedocs.io/en/latest/?badge=fabricatio)
70
+ [![Build Package](https://github.com/Whth/fabricatio/actions/workflows/build-package.yaml/badge.svg)](https://github.com/Whth/fabricatio/actions/workflows/build-package.yaml)
71
+ [![Ruff Lint](https://github.com/Whth/fabricatio/actions/workflows/ruff.yaml/badge.svg)](https://github.com/Whth/fabricatio/actions/workflows/ruff.yaml)
72
+ [![Tests](https://github.com/Whth/fabricatio/actions/workflows/tests.yaml/badge.svg)](https://github.com/Whth/fabricatio/actions/workflows/tests.yaml)
73
+ ![GitHub Issues](https://img.shields.io/github/issues/Whth/fabricatio)
74
+ ![GitHub Pull Requests](https://img.shields.io/github/issues-pr/Whth/fabricatio)
75
+ ![GitHub Stars](https://img.shields.io/github/stars/Whth/fabricatio)
76
+ ---
54
77
 
55
78
  ## Overview
56
79
 
@@ -173,10 +196,6 @@ max_tokens = 8192
173
196
  make test
174
197
  ```
175
198
 
176
- ## TODO
177
-
178
- - Add an element based format strategy
179
-
180
199
  ## Contributing
181
200
 
182
201
  Contributions are welcome! Follow these steps:
@@ -0,0 +1,15 @@
1
+ fabricatio-0.4.5.dev1.data/scripts/tdown.exe,sha256=ZweIW9-3PW6U3CYhQOVUcv35Rh67uaYFe5Eff-E7UDE,3796480
2
+ fabricatio-0.4.5.dev1.dist-info/METADATA,sha256=dAFKpOngJLe4X3EMuUWFhSpHk1eFSruwDLSG9OtrVos,7544
3
+ fabricatio-0.4.5.dev1.dist-info/WHEEL,sha256=ytqMf9WG07PnhABcuCaM0FS5I6L0C68oa4fNwJoBI5k,96
4
+ fabricatio-0.4.5.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=RY2TVzujQJcJCDJHJEMabVB1AVQBokKnCfdNM_ZnMwo,1929
8
+ fabricatio/models/__init__.py,sha256=Yx3ZLK8NdrdlLu335iE2QR8E9yIh-wNe_hhgElY7TxQ,1472
9
+ fabricatio/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
+ fabricatio/rust.cp313-win_amd64.pyd,sha256=UoYGxny3OPPyvVWDTwzDd2ImLBHBpCI4ZE-1W72tKiQ,174592
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.5.dev1.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: maturin (1.8.6)
2
+ Generator: maturin (1.8.7)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp313-cp313-win_amd64
@@ -1,15 +0,0 @@
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,,