llamactl 0.3.15__tar.gz → 0.3.16__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.
Files changed (39) hide show
  1. {llamactl-0.3.15 → llamactl-0.3.16}/PKG-INFO +5 -6
  2. {llamactl-0.3.15 → llamactl-0.3.16}/README.md +2 -3
  3. {llamactl-0.3.15 → llamactl-0.3.16}/pyproject.toml +3 -3
  4. {llamactl-0.3.15 → llamactl-0.3.16}/src/llama_deploy/cli/__init__.py +0 -0
  5. {llamactl-0.3.15 → llamactl-0.3.16}/src/llama_deploy/cli/app.py +0 -0
  6. {llamactl-0.3.15 → llamactl-0.3.16}/src/llama_deploy/cli/auth/client.py +0 -0
  7. {llamactl-0.3.15 → llamactl-0.3.16}/src/llama_deploy/cli/client.py +0 -0
  8. {llamactl-0.3.15 → llamactl-0.3.16}/src/llama_deploy/cli/commands/aliased_group.py +0 -0
  9. {llamactl-0.3.15 → llamactl-0.3.16}/src/llama_deploy/cli/commands/auth.py +0 -0
  10. {llamactl-0.3.15 → llamactl-0.3.16}/src/llama_deploy/cli/commands/deployment.py +0 -0
  11. {llamactl-0.3.15 → llamactl-0.3.16}/src/llama_deploy/cli/commands/env.py +0 -0
  12. {llamactl-0.3.15 → llamactl-0.3.16}/src/llama_deploy/cli/commands/init.py +0 -0
  13. {llamactl-0.3.15 → llamactl-0.3.16}/src/llama_deploy/cli/commands/serve.py +0 -0
  14. {llamactl-0.3.15 → llamactl-0.3.16}/src/llama_deploy/cli/config/_config.py +0 -0
  15. {llamactl-0.3.15 → llamactl-0.3.16}/src/llama_deploy/cli/config/_migrations.py +0 -0
  16. {llamactl-0.3.15 → llamactl-0.3.16}/src/llama_deploy/cli/config/auth_service.py +0 -0
  17. {llamactl-0.3.15 → llamactl-0.3.16}/src/llama_deploy/cli/config/env_service.py +0 -0
  18. {llamactl-0.3.15 → llamactl-0.3.16}/src/llama_deploy/cli/config/migrations/0001_init.sql +0 -0
  19. {llamactl-0.3.15 → llamactl-0.3.16}/src/llama_deploy/cli/config/migrations/0002_add_auth_fields.sql +0 -0
  20. {llamactl-0.3.15 → llamactl-0.3.16}/src/llama_deploy/cli/config/migrations/__init__.py +0 -0
  21. {llamactl-0.3.15 → llamactl-0.3.16}/src/llama_deploy/cli/config/schema.py +0 -0
  22. {llamactl-0.3.15 → llamactl-0.3.16}/src/llama_deploy/cli/debug.py +0 -0
  23. {llamactl-0.3.15 → llamactl-0.3.16}/src/llama_deploy/cli/env.py +0 -0
  24. {llamactl-0.3.15 → llamactl-0.3.16}/src/llama_deploy/cli/interactive_prompts/session_utils.py +0 -0
  25. {llamactl-0.3.15 → llamactl-0.3.16}/src/llama_deploy/cli/interactive_prompts/utils.py +0 -0
  26. {llamactl-0.3.15 → llamactl-0.3.16}/src/llama_deploy/cli/options.py +0 -0
  27. {llamactl-0.3.15 → llamactl-0.3.16}/src/llama_deploy/cli/py.typed +0 -0
  28. {llamactl-0.3.15 → llamactl-0.3.16}/src/llama_deploy/cli/styles.py +0 -0
  29. {llamactl-0.3.15 → llamactl-0.3.16}/src/llama_deploy/cli/textual/deployment_form.py +0 -0
  30. {llamactl-0.3.15 → llamactl-0.3.16}/src/llama_deploy/cli/textual/deployment_help.py +0 -0
  31. {llamactl-0.3.15 → llamactl-0.3.16}/src/llama_deploy/cli/textual/deployment_monitor.py +0 -0
  32. {llamactl-0.3.15 → llamactl-0.3.16}/src/llama_deploy/cli/textual/git_validation.py +0 -0
  33. {llamactl-0.3.15 → llamactl-0.3.16}/src/llama_deploy/cli/textual/github_callback_server.py +0 -0
  34. {llamactl-0.3.15 → llamactl-0.3.16}/src/llama_deploy/cli/textual/llama_loader.py +0 -0
  35. {llamactl-0.3.15 → llamactl-0.3.16}/src/llama_deploy/cli/textual/secrets_form.py +0 -0
  36. {llamactl-0.3.15 → llamactl-0.3.16}/src/llama_deploy/cli/textual/styles.tcss +0 -0
  37. {llamactl-0.3.15 → llamactl-0.3.16}/src/llama_deploy/cli/utils/env_inject.py +0 -0
  38. {llamactl-0.3.15 → llamactl-0.3.16}/src/llama_deploy/cli/utils/redact.py +0 -0
  39. {llamactl-0.3.15 → llamactl-0.3.16}/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.15
3
+ Version: 0.3.16
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.15,<0.4.0
9
- Requires-Dist: llama-deploy-appserver>=0.3.15,<0.4.0
8
+ Requires-Dist: llama-deploy-core[client]>=0.3.16,<0.4.0
9
+ Requires-Dist: llama-deploy-appserver>=0.3.16,<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
@@ -22,12 +22,11 @@ Description-Content-Type: text/markdown
22
22
 
23
23
  # llamactl
24
24
 
25
- > [!WARNING]
26
- > This repository contains pre-release software. It is unstable, incomplete, and subject to breaking changes. Not recommended for use.
27
-
28
25
 
29
26
  A command-line interface for managing LlamaDeploy projects and deployments.
30
27
 
28
+ For an end-to-end introduction, see [Getting started with LlamaAgents](https://developers.llamaindex.ai/python/cloud/llamaagents/getting-started).
29
+
31
30
  ## Installation
32
31
 
33
32
  Install from PyPI:
@@ -1,11 +1,10 @@
1
1
  # llamactl
2
2
 
3
- > [!WARNING]
4
- > This repository contains pre-release software. It is unstable, incomplete, and subject to breaking changes. Not recommended for use.
5
-
6
3
 
7
4
  A command-line interface for managing LlamaDeploy projects and deployments.
8
5
 
6
+ For an end-to-end introduction, see [Getting started with LlamaAgents](https://developers.llamaindex.ai/python/cloud/llamaagents/getting-started).
7
+
9
8
  ## Installation
10
9
 
11
10
  Install from PyPI:
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "llamactl"
3
- version = "0.3.15"
3
+ version = "0.3.16"
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.15,<0.4.0",
13
- "llama-deploy-appserver>=0.3.15,<0.4.0",
12
+ "llama-deploy-core[client]>=0.3.16,<0.4.0",
13
+ "llama-deploy-appserver>=0.3.16,<0.4.0",
14
14
  "vibe-llama-core>=0.1.0",
15
15
  "rich>=13.0.0",
16
16
  "questionary>=2.0.0",