llamactl 0.3.3__py3-none-any.whl → 0.3.4__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.
- llama_deploy/cli/commands/init.py +9 -0
- {llamactl-0.3.3.dist-info → llamactl-0.3.4.dist-info}/METADATA +3 -3
- {llamactl-0.3.3.dist-info → llamactl-0.3.4.dist-info}/RECORD +5 -5
- {llamactl-0.3.3.dist-info → llamactl-0.3.4.dist-info}/WHEEL +0 -0
- {llamactl-0.3.3.dist-info → llamactl-0.3.4.dist-info}/entry_points.txt +0 -0
|
@@ -85,6 +85,15 @@ def _create(template: str | None, dir: Path | None, force: bool) -> None:
|
|
|
85
85
|
),
|
|
86
86
|
llama_cloud=False,
|
|
87
87
|
),
|
|
88
|
+
TemplateOption(
|
|
89
|
+
id="document-qa",
|
|
90
|
+
name="Document Question & Answer",
|
|
91
|
+
description="Upload documents and run question answering through a React UI",
|
|
92
|
+
source=GithubTemplateRepo(
|
|
93
|
+
url="https://github.com/run-llama/template-workflow-document-qa"
|
|
94
|
+
),
|
|
95
|
+
llama_cloud=True,
|
|
96
|
+
),
|
|
88
97
|
TemplateOption(
|
|
89
98
|
id="extraction-review",
|
|
90
99
|
name="Extraction Agent with Review UI",
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: llamactl
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.4
|
|
4
4
|
Summary: A command-line interface for managing LlamaDeploy projects and deployments
|
|
5
5
|
Author: Adrian Lyjak
|
|
6
6
|
Author-email: Adrian Lyjak <adrianlyjak@gmail.com>
|
|
7
7
|
License: MIT
|
|
8
|
-
Requires-Dist: llama-deploy-core[client]>=0.3.
|
|
9
|
-
Requires-Dist: llama-deploy-appserver>=0.3.
|
|
8
|
+
Requires-Dist: llama-deploy-core[client]>=0.3.4,<0.4.0
|
|
9
|
+
Requires-Dist: llama-deploy-appserver>=0.3.4,<0.4.0
|
|
10
10
|
Requires-Dist: httpx>=0.24.0,<1.0.0
|
|
11
11
|
Requires-Dist: rich>=13.0.0
|
|
12
12
|
Requires-Dist: questionary>=2.0.0
|
|
@@ -6,7 +6,7 @@ llama_deploy/cli/commands/aliased_group.py,sha256=bc41007c97b7b93981217dbd4d4591
|
|
|
6
6
|
llama_deploy/cli/commands/auth.py,sha256=1381eee494c3a0c73253322b4a54af1a857d5b89e5f1685b8afa3422eecc5607,23937
|
|
7
7
|
llama_deploy/cli/commands/deployment.py,sha256=46339e09135521c46ff90235ccf765c37b1a161cec11d92e92a54ceac6528b01,9883
|
|
8
8
|
llama_deploy/cli/commands/env.py,sha256=36cb1b0abb9e3d1c5546d3e8a3c4c7839c4d6c2abf75763e39efb08376b3eae9,6808
|
|
9
|
-
llama_deploy/cli/commands/init.py,sha256=
|
|
9
|
+
llama_deploy/cli/commands/init.py,sha256=20c6f7d8ff60858df97e08d0a6c06ef3008a2b41cab76fdf3a4734d42c0a164a,10836
|
|
10
10
|
llama_deploy/cli/commands/serve.py,sha256=985a8c7c27caf46878841de4452aff05b69b13c669227337665431e0d48f5fbc,8688
|
|
11
11
|
llama_deploy/cli/config/_config.py,sha256=654a4b6d06542e3503edab7023fc1c3148de510b3e3f6194e28cd4bd3e7c029a,14230
|
|
12
12
|
llama_deploy/cli/config/_migrations.py,sha256=37055641970e1ea41abc583f270dc8a9dab03076224a02cd5fb08bbab2b9259f,2333
|
|
@@ -32,7 +32,7 @@ llama_deploy/cli/textual/llama_loader.py,sha256=33cb32a46dd40bcf889c553e44f2672c
|
|
|
32
32
|
llama_deploy/cli/textual/secrets_form.py,sha256=df6699de29d2bc2cbcaddd41ad2495ce0e622cdccaadbc8369a6ee09a9e79d34,7251
|
|
33
33
|
llama_deploy/cli/textual/styles.tcss,sha256=c8fa0eec00a97fa6907d223faaad82c6add1ea3f60009f1630be19282ea77e3b,3271
|
|
34
34
|
llama_deploy/cli/utils/env_inject.py,sha256=01911758bcc3cf22aad0db0d1ade56aece48d6ad6bdb7186ea213337c67f5a89,688
|
|
35
|
-
llamactl-0.3.
|
|
36
|
-
llamactl-0.3.
|
|
37
|
-
llamactl-0.3.
|
|
38
|
-
llamactl-0.3.
|
|
35
|
+
llamactl-0.3.4.dist-info/WHEEL,sha256=66530aef82d5020ef5af27ae0123c71abb9261377c5bc519376c671346b12918,79
|
|
36
|
+
llamactl-0.3.4.dist-info/entry_points.txt,sha256=b67e1eb64305058751a651a80f2d2268b5f7046732268421e796f64d4697f83c,52
|
|
37
|
+
llamactl-0.3.4.dist-info/METADATA,sha256=99f0d1cc7cdabee02ba0818481adc5060ed4c6b431170dd2354e111467e5e55f,3252
|
|
38
|
+
llamactl-0.3.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|