fabricatio 0.2.9.dev3__cp312-cp312-win_amd64.whl → 0.2.10.dev0__cp312-cp312-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.
Files changed (35) hide show
  1. fabricatio/actions/article.py +13 -113
  2. fabricatio/actions/article_rag.py +9 -2
  3. fabricatio/capabilities/check.py +15 -9
  4. fabricatio/capabilities/correct.py +5 -6
  5. fabricatio/capabilities/rag.py +39 -232
  6. fabricatio/capabilities/rating.py +46 -40
  7. fabricatio/config.py +2 -2
  8. fabricatio/constants.py +20 -0
  9. fabricatio/decorators.py +23 -0
  10. fabricatio/fs/readers.py +20 -1
  11. fabricatio/models/adv_kwargs_types.py +42 -0
  12. fabricatio/models/events.py +6 -6
  13. fabricatio/models/extra/advanced_judge.py +4 -4
  14. fabricatio/models/extra/article_base.py +25 -211
  15. fabricatio/models/extra/article_main.py +69 -95
  16. fabricatio/models/extra/article_proposal.py +15 -14
  17. fabricatio/models/extra/patches.py +6 -6
  18. fabricatio/models/extra/problem.py +12 -17
  19. fabricatio/models/extra/rag.py +72 -0
  20. fabricatio/models/extra/rule.py +1 -2
  21. fabricatio/models/generic.py +34 -10
  22. fabricatio/models/kwargs_types.py +1 -38
  23. fabricatio/models/task.py +3 -3
  24. fabricatio/models/usages.py +78 -8
  25. fabricatio/parser.py +5 -5
  26. fabricatio/rust.cp312-win_amd64.pyd +0 -0
  27. fabricatio/rust.pyi +27 -12
  28. fabricatio-0.2.10.dev0.data/scripts/tdown.exe +0 -0
  29. {fabricatio-0.2.9.dev3.dist-info → fabricatio-0.2.10.dev0.dist-info}/METADATA +1 -1
  30. fabricatio-0.2.10.dev0.dist-info/RECORD +62 -0
  31. fabricatio/models/utils.py +0 -148
  32. fabricatio-0.2.9.dev3.data/scripts/tdown.exe +0 -0
  33. fabricatio-0.2.9.dev3.dist-info/RECORD +0 -61
  34. {fabricatio-0.2.9.dev3.dist-info → fabricatio-0.2.10.dev0.dist-info}/WHEEL +0 -0
  35. {fabricatio-0.2.9.dev3.dist-info → fabricatio-0.2.10.dev0.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1,62 @@
1
+ fabricatio-0.2.10.dev0.dist-info/METADATA,sha256=P8fqqWkcxcC1a42_I3GdmnP6qB8ZKsGoqyn4u-9yRT4,5289
2
+ fabricatio-0.2.10.dev0.dist-info/WHEEL,sha256=jABKVkLC9kJr8mi_er5jOqpiQUjARSLXDUIIxDqsS50,96
3
+ fabricatio-0.2.10.dev0.dist-info/licenses/LICENSE,sha256=do7J7EiCGbq0QPbMAL_FqLYufXpHnCnXBOuqVPwSV8Y,1088
4
+ fabricatio/actions/article.py,sha256=C4t3hB5_k4dDrVuLzVTJIp3D6XyvvlRyGIov5-mNows,8984
5
+ fabricatio/actions/article_rag.py,sha256=itGH-VCKTVFm7hrYIOOT4FyFXP8CbL042kpYNI9a2BE,4735
6
+ fabricatio/actions/output.py,sha256=gkC2u_VpMJ6jOnbyRAJN24UVK7iDAMzhItYukaW8Spk,6498
7
+ fabricatio/actions/rag.py,sha256=5nSih3YUkdt1uU02hSAMW6sADq9mkMOR1wDv7zIrIGQ,2737
8
+ fabricatio/actions/rules.py,sha256=SNvAvQx4xUare16Za_dEpYlYI_PJNnbiO-E0XDa5JT4,2857
9
+ fabricatio/actions/__init__.py,sha256=wVENCFtpVb1rLFxoOFJt9-8smLWXuJV7IwA8P3EfFz4,48
10
+ fabricatio/capabilities/advanced_judge.py,sha256=selB0Gwf1F4gGJlwBiRo6gI4KOUROgh3WnzO3mZFEls,706
11
+ fabricatio/capabilities/censor.py,sha256=bBT5qy-kp7fh8g4Lz3labSwxwJ60gGd_vrkc6k1cZ1U,4719
12
+ fabricatio/capabilities/check.py,sha256=kYqzohhv2bZfl1aKSUt7a8snT8YEl2zgha_ZdAdMMfQ,8622
13
+ fabricatio/capabilities/correct.py,sha256=W_cInqlciNEhyMK0YI53jk4EvW9uAdge90IO9OElUmA,10420
14
+ fabricatio/capabilities/propose.py,sha256=hkBeSlmcTdfYWT-ph6nlbtHXBozi_JXqXlWcnBy3W78,2007
15
+ fabricatio/capabilities/rag.py,sha256=eWA4lDs6lnBFCK80H1JF68yOe7oScydQekXlBs2X0OI,9396
16
+ fabricatio/capabilities/rating.py,sha256=Wt_H5fA1H4XuZGIMI8pr0cp_6jnXJABlo8lfU_4Fp5A,17645
17
+ fabricatio/capabilities/review.py,sha256=-EMZe0ADFPT6fPGmra16UPjJC1M3rAs6dPFdTZ88Fgg,5060
18
+ fabricatio/capabilities/task.py,sha256=JahC61X233UIPsjovxJgc_yqj_BjWZJBCzJZq11M2Xk,4417
19
+ fabricatio/capabilities/__init__.py,sha256=v1cHRHIJ2gxyqMLNCs6ERVcCakSasZNYzmMI4lqAcls,57
20
+ fabricatio/config.py,sha256=gqhdKxoj4S0EmQKprAEWUARn7yJg-w5UJ7d7GPlyttw,17631
21
+ fabricatio/constants.py,sha256=thfDuF6JEtJ5CHOnAJLfqvn5834n8ep6DH2jc6XGzQM,577
22
+ fabricatio/core.py,sha256=VQ_JKgUGIy2gZ8xsTBZCdr_IP7wC5aPg0_bsOmjQ588,6458
23
+ fabricatio/decorators.py,sha256=-rLj9OXRfzY2E2euLKAHNRcWXjA1teLElg4zZYdIojs,8291
24
+ fabricatio/fs/curd.py,sha256=p8y0LGKgVDk-CWOlm37E6wg7RK6RCD6denKo-VsW28c,4763
25
+ fabricatio/fs/readers.py,sha256=M5kojKWsJQMQpE4CBbYvas0JKmPaiaYSfWmiqJx1SP4,1884
26
+ fabricatio/fs/__init__.py,sha256=PCf0s_9KDjVfNw7AfPoJzGt3jMq4gJOfbcT4pb0D0ZY,588
27
+ fabricatio/journal.py,sha256=stnEP88aUBA_GmU9gfTF2EZI8FS2OyMLGaMSTgK4QgA,476
28
+ fabricatio/models/action.py,sha256=Kfa-zojgHQ1vPoC2lQp-thTTp0oySKn7k6I4ea6iYTs,9837
29
+ fabricatio/models/adv_kwargs_types.py,sha256=YojZbB7m7VHA8woYnJpkLF4zPF2aYqv__SnCMK2cG-o,2180
30
+ fabricatio/models/events.py,sha256=wiirk_ASg3iXDOZU_gIimci1VZVzWE1nDmxy-hQVJ9M,4150
31
+ fabricatio/models/extra/advanced_judge.py,sha256=INUl_41C8jkausDekkjnEmTwNfLCJ23TwFjq2cM23Cw,1092
32
+ fabricatio/models/extra/article_base.py,sha256=DxBex4UsMAFmHmriwXkcvGIuU-WTSD4ZfzDEk-no9TA,11894
33
+ fabricatio/models/extra/article_essence.py,sha256=xd6j-PDqjhrMjgUmyfk6HqkyMLu-sS9feUo0sZ3QABY,2825
34
+ fabricatio/models/extra/article_main.py,sha256=zGzcf51abcWwiaX6iyi2V7upBLa-DBovnpTJj-qYLeA,7878
35
+ fabricatio/models/extra/article_outline.py,sha256=w7O0SHgC7exbptWVbR62FMHAueMgBpyWKVYMGGl_oj8,1427
36
+ fabricatio/models/extra/article_proposal.py,sha256=NbyjW-7UiFPtnVD9nte75re4xL2pD4qL29PpNV4Cg_M,1870
37
+ fabricatio/models/extra/patches.py,sha256=_WNCxtYzzsVfUxI16vu4IqsLahLYRHdbQN9er9tqhC0,997
38
+ fabricatio/models/extra/problem.py,sha256=zZEnjBW2XGRVpJpUp09f1J_w5A1zU-LhxX78AVCq9ts,7113
39
+ fabricatio/models/extra/rag.py,sha256=_atfPwk3nzhiilAOC5H1WMBgTxcZvDn3qx0CVhETlZ8,2561
40
+ fabricatio/models/extra/rule.py,sha256=KQQELVhCLUXhEZ35jU3WGYqKHuCYEAkn0p6pxAE-hOU,2625
41
+ fabricatio/models/extra/__init__.py,sha256=XlYnS_2B9nhLhtQkjE7rvvfPmAAtXVdNi9bSDAR-Ge8,54
42
+ fabricatio/models/generic.py,sha256=BS-K8Rd_1aLU9jIExtXScvzNZ-lsBCmHlaBCjNJ6g3s,30655
43
+ fabricatio/models/kwargs_types.py,sha256=J4klrMVybkCWg8Fq4x27o5QSq8jmGg2XvneW66jI0Wc,4565
44
+ fabricatio/models/role.py,sha256=-CRcj5_M3_ciLPzwiNn92grBmwoSLQ-n4koVZiCNTBM,2953
45
+ fabricatio/models/task.py,sha256=SxWI-b5jlQcGmNsjQ2aKDyywXwGiUvCR1rgUhk-pli8,10503
46
+ fabricatio/models/tool.py,sha256=jQ51g4lwTPfsMF1nbreDJtBczbxIHoXcPuLSOqHliq8,12506
47
+ fabricatio/models/usages.py,sha256=VLBpNs7zfNPqROvI2IXlqsoqKYSW8L6usNwZ1HXZVOY,34339
48
+ fabricatio/parser.py,sha256=qN2godNsArmb90btOMxgqlol57166DyYsV2JlU8DlHs,6532
49
+ fabricatio/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
50
+ fabricatio/rust.pyi,sha256=vSItFXKj7YG6b7gmObMo99rWztsiYj4Ji124UNJbhd0,6957
51
+ fabricatio/rust_instances.py,sha256=Byeo8KHW_dJiXujJq7YPGDLBX5bHNDYbBc4sY3uubVY,313
52
+ fabricatio/toolboxes/arithmetic.py,sha256=WLqhY-Pikv11Y_0SGajwZx3WhsLNpHKf9drzAqOf_nY,1369
53
+ fabricatio/toolboxes/fs.py,sha256=l4L1CVxJmjw9Ld2XUpIlWfV0_Fu_2Og6d3E13I-S4aE,736
54
+ fabricatio/toolboxes/__init__.py,sha256=KBJi5OG_pExscdlM7Bnt_UF43j4I3Lv6G71kPVu4KQU,395
55
+ fabricatio/utils.py,sha256=uy-W5b1d8oM1UTk2IT1lLGKIn_Pmo3XU5xbahjyDESE,1710
56
+ fabricatio/workflows/articles.py,sha256=ObYTFUqLUk_CzdmmnX6S7APfxcGmPFqnFr9pdjU7Z4Y,969
57
+ fabricatio/workflows/rag.py,sha256=-YYp2tlE9Vtfgpg6ROpu6QVO8j8yVSPa6yDzlN3qVxs,520
58
+ fabricatio/workflows/__init__.py,sha256=5ScFSTA-bvhCesj3U9Mnmi6Law6N1fmh5UKyh58L3u8,51
59
+ fabricatio/__init__.py,sha256=Rmvq2VgdS2u68vnOi2i5RbeWbAwrJDbk8D8D883PJWE,1022
60
+ fabricatio/rust.cp312-win_amd64.pyd,sha256=pgavk4szzu7Fdb8oC-IK3XmhB9upqwxJxkMG_Ep65eQ,2235904
61
+ fabricatio-0.2.10.dev0.data/scripts/tdown.exe,sha256=hH6MCz4SZWxYNzpNzlZ3KzTM2-H_wFyxMrKie4K24Go,3364864
62
+ fabricatio-0.2.10.dev0.dist-info/RECORD,,
@@ -1,148 +0,0 @@
1
- """A module containing utility classes for the models."""
2
-
3
- from enum import Enum
4
- from typing import Any, Dict, List, Literal, Optional, Self
5
-
6
- from pydantic import BaseModel, ConfigDict, Field
7
-
8
-
9
- class Message(BaseModel):
10
- """A class representing a message."""
11
-
12
- model_config = ConfigDict(use_attribute_docstrings=True)
13
- role: Literal["user", "system", "assistant"]
14
- """
15
- Who is sending the message.
16
- """
17
- content: str
18
- """
19
- The content of the message.
20
- """
21
-
22
-
23
- class Messages(list):
24
- """A list of messages."""
25
-
26
- def add_message(self, role: Literal["user", "system", "assistant"], content: str) -> Self:
27
- """Adds a message to the list with the specified role and content.
28
-
29
- Args:
30
- role (Literal["user", "system", "assistant"]): The role of the message sender.
31
- content (str): The content of the message.
32
-
33
- Returns:
34
- Self: The current instance of Messages to allow method chaining.
35
- """
36
- if content:
37
- self.append(Message(role=role, content=content))
38
- return self
39
-
40
- def add_user_message(self, content: str) -> Self:
41
- """Adds a user message to the list with the specified content.
42
-
43
- Args:
44
- content (str): The content of the user message.
45
-
46
- Returns:
47
- Self: The current instance of Messages to allow method chaining.
48
- """
49
- return self.add_message("user", content)
50
-
51
- def add_system_message(self, content: str) -> Self:
52
- """Adds a system message to the list with the specified content.
53
-
54
- Args:
55
- content (str): The content of the system message.
56
-
57
- Returns:
58
- Self: The current instance of Messages to allow method chaining.
59
- """
60
- return self.add_message("system", content)
61
-
62
- def add_assistant_message(self, content: str) -> Self:
63
- """Adds an assistant message to the list with the specified content.
64
-
65
- Args:
66
- content (str): The content of the assistant message.
67
-
68
- Returns:
69
- Self: The current instance of Messages to allow method chaining.
70
- """
71
- return self.add_message("assistant", content)
72
-
73
- def as_list(self) -> List[Dict[str, str]]:
74
- """Converts the messages to a list of dictionaries.
75
-
76
- Returns:
77
- list[dict]: A list of dictionaries representing the messages.
78
- """
79
- return [message.model_dump() for message in self]
80
-
81
-
82
- class MilvusData(BaseModel):
83
- """A class representing data stored in Milvus."""
84
-
85
- model_config = ConfigDict(use_attribute_docstrings=True)
86
- id: Optional[int] = Field(default=None)
87
- """The identifier of the data."""
88
-
89
- vector: List[float]
90
- """The vector representation of the data."""
91
-
92
- text: str
93
- """The text representation of the data."""
94
-
95
- subject: Optional[str] = Field(default=None)
96
- """A subject label that we use to demo metadata filtering later."""
97
-
98
- def prepare_insertion(self) -> Dict[str, Any]:
99
- """Prepares the data for insertion into Milvus.
100
-
101
- Returns:
102
- dict: A dictionary containing the data to be inserted into Milvus.
103
- """
104
- return self.model_dump(exclude_none=True)
105
-
106
- def update_subject(self, new_subject: str) -> Self:
107
- """Updates the subject label of the data.
108
-
109
- Args:
110
- new_subject (str): The new subject label.
111
-
112
- Returns:
113
- Self: The updated instance of MilvusData.
114
- """
115
- self.subject = new_subject
116
- return self
117
-
118
- def update_id(self, new_id: int) -> Self:
119
- """Updates the identifier of the data.
120
-
121
- Args:
122
- new_id (int): The new identifier.
123
-
124
- Returns:
125
- Self: The updated instance of MilvusData.
126
- """
127
- self.id = new_id
128
- return self
129
-
130
-
131
- class TaskStatus(Enum):
132
- """An enumeration representing the status of a task.
133
-
134
- Attributes:
135
- Pending: The task is pending.
136
- Running: The task is currently running.
137
- Finished: The task has been successfully completed.
138
- Failed: The task has failed.
139
- Cancelled: The task has been cancelled.
140
- """
141
-
142
- Pending = "pending"
143
- Running = "running"
144
- Finished = "finished"
145
- Failed = "failed"
146
- Cancelled = "cancelled"
147
-
148
-
@@ -1,61 +0,0 @@
1
- fabricatio-0.2.9.dev3.dist-info/METADATA,sha256=i0UO11MDd1705wklU-72nOOidzq5y481MX-mVs29zyc,5288
2
- fabricatio-0.2.9.dev3.dist-info/WHEEL,sha256=jABKVkLC9kJr8mi_er5jOqpiQUjARSLXDUIIxDqsS50,96
3
- fabricatio-0.2.9.dev3.dist-info/licenses/LICENSE,sha256=do7J7EiCGbq0QPbMAL_FqLYufXpHnCnXBOuqVPwSV8Y,1088
4
- fabricatio/actions/article.py,sha256=tX3928xR4Lsbt7cH8gNwuTuluQJkAF-6FiKRlVIaDR4,12660
5
- fabricatio/actions/article_rag.py,sha256=5xYj_U5Q4jKMqiBohM5WoTT5MCA8EtF4silkLrwrtME,4293
6
- fabricatio/actions/output.py,sha256=gkC2u_VpMJ6jOnbyRAJN24UVK7iDAMzhItYukaW8Spk,6498
7
- fabricatio/actions/rag.py,sha256=5nSih3YUkdt1uU02hSAMW6sADq9mkMOR1wDv7zIrIGQ,2737
8
- fabricatio/actions/rules.py,sha256=SNvAvQx4xUare16Za_dEpYlYI_PJNnbiO-E0XDa5JT4,2857
9
- fabricatio/actions/__init__.py,sha256=wVENCFtpVb1rLFxoOFJt9-8smLWXuJV7IwA8P3EfFz4,48
10
- fabricatio/capabilities/advanced_judge.py,sha256=selB0Gwf1F4gGJlwBiRo6gI4KOUROgh3WnzO3mZFEls,706
11
- fabricatio/capabilities/censor.py,sha256=bBT5qy-kp7fh8g4Lz3labSwxwJ60gGd_vrkc6k1cZ1U,4719
12
- fabricatio/capabilities/check.py,sha256=OVsI7V5bRnkzzsaYqsrvf6DQqPo4N_L5xYuku-7LqYc,8387
13
- fabricatio/capabilities/correct.py,sha256=jzVDG1X0DNgoyw3MQt2eI3J0OB6w2JtryuuxzSGl8EU,10428
14
- fabricatio/capabilities/propose.py,sha256=hkBeSlmcTdfYWT-ph6nlbtHXBozi_JXqXlWcnBy3W78,2007
15
- fabricatio/capabilities/rag.py,sha256=8TTJSV2Tz0naXyOQ5c_RQ4h9ZxyOOSE7BvyWxKkQMU0,17722
16
- fabricatio/capabilities/rating.py,sha256=I3bQ_t5HeNNlfPGc687J286BiHPrHvnAlC7LQbVw7Yo,17049
17
- fabricatio/capabilities/review.py,sha256=-EMZe0ADFPT6fPGmra16UPjJC1M3rAs6dPFdTZ88Fgg,5060
18
- fabricatio/capabilities/task.py,sha256=JahC61X233UIPsjovxJgc_yqj_BjWZJBCzJZq11M2Xk,4417
19
- fabricatio/capabilities/__init__.py,sha256=v1cHRHIJ2gxyqMLNCs6ERVcCakSasZNYzmMI4lqAcls,57
20
- fabricatio/config.py,sha256=fJHPY3LXSZWpEF17rAkY-IKeuB7oFlQrkRBIsModnlI,17687
21
- fabricatio/core.py,sha256=VQ_JKgUGIy2gZ8xsTBZCdr_IP7wC5aPg0_bsOmjQ588,6458
22
- fabricatio/decorators.py,sha256=C0Gi7wcXC-0sWITqsSv3JdBGcgVJOlRvOt0FfO0aUsA,7554
23
- fabricatio/fs/curd.py,sha256=p8y0LGKgVDk-CWOlm37E6wg7RK6RCD6denKo-VsW28c,4763
24
- fabricatio/fs/readers.py,sha256=EZKN_AZdrp8DggJECP53QHw3uHeSDf-AwCAA_V7fNKU,1202
25
- fabricatio/fs/__init__.py,sha256=PCf0s_9KDjVfNw7AfPoJzGt3jMq4gJOfbcT4pb0D0ZY,588
26
- fabricatio/journal.py,sha256=stnEP88aUBA_GmU9gfTF2EZI8FS2OyMLGaMSTgK4QgA,476
27
- fabricatio/models/action.py,sha256=Kfa-zojgHQ1vPoC2lQp-thTTp0oySKn7k6I4ea6iYTs,9837
28
- fabricatio/models/adv_kwargs_types.py,sha256=dcYMLn6xcnWLZTLTBdtpgUZWi-VBeub721GzHRZFT1g,860
29
- fabricatio/models/events.py,sha256=QvlnS8FEELg6KNabcJMeh2GV_y0ZBzKOPphcteKYWYU,4183
30
- fabricatio/models/extra/advanced_judge.py,sha256=mi3KiB8FUuSYICzXPXKwVhCyRE1GL3gHLkwuc-4mh3c,999
31
- fabricatio/models/extra/article_base.py,sha256=a0ex3cttfoUtYic2EODzrN8cDFpH3eILUbUcLGrb_a8,20353
32
- fabricatio/models/extra/article_essence.py,sha256=xd6j-PDqjhrMjgUmyfk6HqkyMLu-sS9feUo0sZ3QABY,2825
33
- fabricatio/models/extra/article_main.py,sha256=sS8Vnnq6U6tFycDZYZ6GdJqjut82XEfjScFcJRFqB4w,8979
34
- fabricatio/models/extra/article_outline.py,sha256=w7O0SHgC7exbptWVbR62FMHAueMgBpyWKVYMGGl_oj8,1427
35
- fabricatio/models/extra/article_proposal.py,sha256=ZQh6rnlg-3C0GjjjYI08ptWXAzpfBDM0FyKHGDwjzgQ,2020
36
- fabricatio/models/extra/patches.py,sha256=-nBsse7g1astJh_IWZLXJdEQxpRla-DkHWqSHE-zbMU,989
37
- fabricatio/models/extra/problem.py,sha256=RyvHQM8XgMVqDT7BCtXU0SEgODWGvTPBQIoHOURF5Oc,6656
38
- fabricatio/models/extra/rule.py,sha256=ogJJYmV5F-CIRG2Dl95plgShskT8jzuh_0KWKHRonbA,2668
39
- fabricatio/models/extra/__init__.py,sha256=XlYnS_2B9nhLhtQkjE7rvvfPmAAtXVdNi9bSDAR-Ge8,54
40
- fabricatio/models/generic.py,sha256=6xBMU9BJGLwIaUfq74meu-rGmh5tPm4GIlYaju6jp2U,30038
41
- fabricatio/models/kwargs_types.py,sha256=sMDA85SoC1AOJ5k6qC8qUiUv0Ne0_5ThU9FZITRNen4,5673
42
- fabricatio/models/role.py,sha256=-CRcj5_M3_ciLPzwiNn92grBmwoSLQ-n4koVZiCNTBM,2953
43
- fabricatio/models/task.py,sha256=YXvO3upJkTqMQjPgUGfp0bIiSyZzek2f4IagHdMW5Ik,10491
44
- fabricatio/models/tool.py,sha256=jQ51g4lwTPfsMF1nbreDJtBczbxIHoXcPuLSOqHliq8,12506
45
- fabricatio/models/usages.py,sha256=JTE4mh9aJgkCdsjf4r4nqmhXkmCTDSoYoNiLnBq0958,31831
46
- fabricatio/models/utils.py,sha256=Ac5g-8ic6q_w7dhNuh-iiofpL1sqOACxbjPPTljP2LY,4417
47
- fabricatio/parser.py,sha256=UOSvXigEXK-eXsr3m3b7glOhbBWs4kDJTeTNyuqA9ic,6315
48
- fabricatio/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
49
- fabricatio/rust.pyi,sha256=vXPgN8fSeoy_2jqUDzxP5ErTMpmFy-HieyN-dQj_OIM,6276
50
- fabricatio/rust_instances.py,sha256=Byeo8KHW_dJiXujJq7YPGDLBX5bHNDYbBc4sY3uubVY,313
51
- fabricatio/toolboxes/arithmetic.py,sha256=WLqhY-Pikv11Y_0SGajwZx3WhsLNpHKf9drzAqOf_nY,1369
52
- fabricatio/toolboxes/fs.py,sha256=l4L1CVxJmjw9Ld2XUpIlWfV0_Fu_2Og6d3E13I-S4aE,736
53
- fabricatio/toolboxes/__init__.py,sha256=KBJi5OG_pExscdlM7Bnt_UF43j4I3Lv6G71kPVu4KQU,395
54
- fabricatio/utils.py,sha256=uy-W5b1d8oM1UTk2IT1lLGKIn_Pmo3XU5xbahjyDESE,1710
55
- fabricatio/workflows/articles.py,sha256=ObYTFUqLUk_CzdmmnX6S7APfxcGmPFqnFr9pdjU7Z4Y,969
56
- fabricatio/workflows/rag.py,sha256=-YYp2tlE9Vtfgpg6ROpu6QVO8j8yVSPa6yDzlN3qVxs,520
57
- fabricatio/workflows/__init__.py,sha256=5ScFSTA-bvhCesj3U9Mnmi6Law6N1fmh5UKyh58L3u8,51
58
- fabricatio/__init__.py,sha256=Rmvq2VgdS2u68vnOi2i5RbeWbAwrJDbk8D8D883PJWE,1022
59
- fabricatio/rust.cp312-win_amd64.pyd,sha256=g1JviKFzajhMmCbXrUN8Rh_Z1Z13qo9Rh98Q7gZccXQ,2190848
60
- fabricatio-0.2.9.dev3.data/scripts/tdown.exe,sha256=pl4d193rlGA66vGBhZ4NdFh68Rr7rlBRJ-_sIldVce0,3390464
61
- fabricatio-0.2.9.dev3.dist-info/RECORD,,