llamactl 0.3.21__tar.gz → 0.3.23__tar.gz
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.
- {llamactl-0.3.21 → llamactl-0.3.23}/PKG-INFO +3 -3
- {llamactl-0.3.21 → llamactl-0.3.23}/pyproject.toml +3 -3
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/commands/init.py +18 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/README.md +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/__init__.py +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/app.py +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/auth/client.py +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/client.py +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/commands/aliased_group.py +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/commands/auth.py +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/commands/deployment.py +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/commands/dev.py +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/commands/env.py +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/commands/pkg.py +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/commands/serve.py +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/config/_config.py +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/config/_migrations.py +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/config/auth_service.py +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/config/env_service.py +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/config/migrations/0001_init.sql +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/config/migrations/0002_add_auth_fields.sql +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/config/migrations/__init__.py +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/config/schema.py +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/debug.py +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/env.py +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/interactive_prompts/session_utils.py +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/interactive_prompts/utils.py +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/options.py +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/pkg/__init__.py +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/pkg/defaults.py +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/pkg/options.py +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/pkg/utils.py +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/py.typed +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/styles.py +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/textual/deployment_form.py +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/textual/deployment_help.py +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/textual/deployment_monitor.py +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/textual/git_validation.py +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/textual/github_callback_server.py +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/textual/llama_loader.py +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/textual/secrets_form.py +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/textual/styles.tcss +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/utils/env_inject.py +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/utils/redact.py +0 -0
- {llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/utils/version.py +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: llamactl
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.23
|
|
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.23,<0.4.0
|
|
9
|
+
Requires-Dist: llama-deploy-appserver>=0.3.23,<0.4.0
|
|
10
10
|
Requires-Dist: vibe-llama-core>=0.1.0
|
|
11
11
|
Requires-Dist: rich>=13.0.0
|
|
12
12
|
Requires-Dist: questionary>=2.0.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "llamactl"
|
|
3
|
-
version = "0.3.
|
|
3
|
+
version = "0.3.23"
|
|
4
4
|
description = "A command-line interface for managing LlamaDeploy projects and deployments"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
license = { text = "MIT" }
|
|
@@ -9,8 +9,8 @@ authors = [
|
|
|
9
9
|
]
|
|
10
10
|
requires-python = ">=3.11, <4"
|
|
11
11
|
dependencies = [
|
|
12
|
-
"llama-deploy-core[client]>=0.3.
|
|
13
|
-
"llama-deploy-appserver>=0.3.
|
|
12
|
+
"llama-deploy-core[client]>=0.3.23,<0.4.0",
|
|
13
|
+
"llama-deploy-appserver>=0.3.23,<0.4.0",
|
|
14
14
|
"vibe-llama-core>=0.1.0",
|
|
15
15
|
"rich>=13.0.0",
|
|
16
16
|
"questionary>=2.0.0",
|
|
@@ -112,6 +112,24 @@ def _create(
|
|
|
112
112
|
),
|
|
113
113
|
llama_cloud=True,
|
|
114
114
|
),
|
|
115
|
+
TemplateOption(
|
|
116
|
+
id="classify-extract-sec",
|
|
117
|
+
name="SEC Insights",
|
|
118
|
+
description="Upload SEC filings, classifying them to the appropriate type and extracting key information",
|
|
119
|
+
source=GithubTemplateRepo(
|
|
120
|
+
url="https://github.com/run-llama/template-workflow-classify-extract-sec"
|
|
121
|
+
),
|
|
122
|
+
llama_cloud=True,
|
|
123
|
+
),
|
|
124
|
+
TemplateOption(
|
|
125
|
+
id="extract-reconcile-invoice",
|
|
126
|
+
name="Invoice Extraction & Reconciliation",
|
|
127
|
+
description="Extract and reconcile invoice data against contracts",
|
|
128
|
+
source=GithubTemplateRepo(
|
|
129
|
+
url="https://github.com/run-llama/template-workflow-extract-reconcile-invoice"
|
|
130
|
+
),
|
|
131
|
+
llama_cloud=True,
|
|
132
|
+
),
|
|
115
133
|
]
|
|
116
134
|
|
|
117
135
|
headless_options = [
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/config/migrations/0002_add_auth_fields.sql
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{llamactl-0.3.21 → llamactl-0.3.23}/src/llama_deploy/cli/interactive_prompts/session_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|