pro-craft 0.1.46__py3-none-any.whl → 0.1.48__py3-none-any.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.
Potentially problematic release.
This version of pro-craft might be problematic. Click here for more details.
- pro_craft/server/router/prompt.py +4 -1
- {pro_craft-0.1.46.dist-info → pro_craft-0.1.48.dist-info}/METADATA +1 -1
- {pro_craft-0.1.46.dist-info → pro_craft-0.1.48.dist-info}/RECORD +5 -5
- {pro_craft-0.1.46.dist-info → pro_craft-0.1.48.dist-info}/WHEEL +0 -0
- {pro_craft-0.1.46.dist-info → pro_craft-0.1.48.dist-info}/top_level.txt +0 -0
|
@@ -24,7 +24,7 @@ def create_router(database_url: str,
|
|
|
24
24
|
APIRouter: 配置好的 FastAPI APIRouter 实例。
|
|
25
25
|
"""
|
|
26
26
|
slave_database_url = slave_database_url
|
|
27
|
-
|
|
27
|
+
|
|
28
28
|
intels = AsyncIntel(
|
|
29
29
|
database_url=database_url,
|
|
30
30
|
model_name=model_name,
|
|
@@ -70,6 +70,7 @@ def create_router(database_url: str,
|
|
|
70
70
|
"avatar-brief",
|
|
71
71
|
"avatar-personality-extraction",
|
|
72
72
|
"avatar-desensitization",
|
|
73
|
+
""
|
|
73
74
|
"biograph-free-writer",
|
|
74
75
|
"biograph-paid-title",
|
|
75
76
|
"biograph-outline",
|
|
@@ -77,6 +78,8 @@ def create_router(database_url: str,
|
|
|
77
78
|
"biograph-extract-person-name",
|
|
78
79
|
"biograph-extract-place",
|
|
79
80
|
"biograph-extract-material",
|
|
81
|
+
"biograph_material_add",
|
|
82
|
+
"biograph_material_init",
|
|
80
83
|
"biograph-writer"]
|
|
81
84
|
|
|
82
85
|
return PromptResponse(msg = "success",content=' | '.join(result))
|
|
@@ -14,8 +14,8 @@ pro_craft/server/mcp/models.py,sha256=0QlohI7aSVjYjMdXK9Rq19Dp7b2LnjLKIiArDzI1uf
|
|
|
14
14
|
pro_craft/server/mcp/prompt.py,sha256=zZ58zb422vhwoL_uYCVBdOwOR-xy69MLQ5tyVfbpBlU,2505
|
|
15
15
|
pro_craft/server/router/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
16
|
pro_craft/server/router/models.py,sha256=0QlohI7aSVjYjMdXK9Rq19Dp7b2LnjLKIiArDzI1ufg,1272
|
|
17
|
-
pro_craft/server/router/prompt.py,sha256=
|
|
18
|
-
pro_craft-0.1.
|
|
19
|
-
pro_craft-0.1.
|
|
20
|
-
pro_craft-0.1.
|
|
21
|
-
pro_craft-0.1.
|
|
17
|
+
pro_craft/server/router/prompt.py,sha256=iNMrt_zIy_eHjJyvhEZt-gbY3ZbJ7aRR7e2yG_spCGg,6266
|
|
18
|
+
pro_craft-0.1.48.dist-info/METADATA,sha256=JNvp16-hOLyYo0CtYIJM2ke0xzWaoPZP4xnnE9JOBCM,1750
|
|
19
|
+
pro_craft-0.1.48.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
20
|
+
pro_craft-0.1.48.dist-info/top_level.txt,sha256=yqYDHArnYMWpeCxkmGRwlL6sJtxiOUnYylLDx9EOgFg,10
|
|
21
|
+
pro_craft-0.1.48.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|