jvcli 2.0.1__tar.gz → 2.0.2__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 (48) hide show
  1. {jvcli-2.0.1/jvcli.egg-info → jvcli-2.0.2}/PKG-INFO +1 -1
  2. {jvcli-2.0.1 → jvcli-2.0.2}/jvcli/__init__.py +1 -1
  3. {jvcli-2.0.1 → jvcli-2.0.2}/jvcli/commands/create.py +5 -5
  4. {jvcli-2.0.1 → jvcli-2.0.2/jvcli.egg-info}/PKG-INFO +1 -1
  5. {jvcli-2.0.1 → jvcli-2.0.2}/LICENSE +0 -0
  6. {jvcli-2.0.1 → jvcli-2.0.2}/MANIFEST.in +0 -0
  7. {jvcli-2.0.1 → jvcli-2.0.2}/README.md +0 -0
  8. {jvcli-2.0.1 → jvcli-2.0.2}/jvcli/api.py +0 -0
  9. {jvcli-2.0.1 → jvcli-2.0.2}/jvcli/auth.py +0 -0
  10. {jvcli-2.0.1 → jvcli-2.0.2}/jvcli/cli.py +0 -0
  11. {jvcli-2.0.1 → jvcli-2.0.2}/jvcli/client/assets/index-BtFItD2q.js +0 -0
  12. {jvcli-2.0.1 → jvcli-2.0.2}/jvcli/client/assets/index-CIEsu-TC.css +0 -0
  13. {jvcli-2.0.1 → jvcli-2.0.2}/jvcli/client/index.html +0 -0
  14. {jvcli-2.0.1 → jvcli-2.0.2}/jvcli/client/jac_logo.png +0 -0
  15. {jvcli-2.0.1 → jvcli-2.0.2}/jvcli/client/tauri.svg +0 -0
  16. {jvcli-2.0.1 → jvcli-2.0.2}/jvcli/client/vite.svg +0 -0
  17. {jvcli-2.0.1 → jvcli-2.0.2}/jvcli/commands/__init__.py +0 -0
  18. {jvcli-2.0.1 → jvcli-2.0.2}/jvcli/commands/auth.py +0 -0
  19. {jvcli-2.0.1 → jvcli-2.0.2}/jvcli/commands/download.py +0 -0
  20. {jvcli-2.0.1 → jvcli-2.0.2}/jvcli/commands/info.py +0 -0
  21. {jvcli-2.0.1 → jvcli-2.0.2}/jvcli/commands/publish.py +0 -0
  22. {jvcli-2.0.1 → jvcli-2.0.2}/jvcli/commands/studio.py +0 -0
  23. {jvcli-2.0.1 → jvcli-2.0.2}/jvcli/commands/update.py +0 -0
  24. {jvcli-2.0.1 → jvcli-2.0.2}/jvcli/templates/2.0.0/action_info.yaml +0 -0
  25. {jvcli-2.0.1 → jvcli-2.0.2}/jvcli/templates/2.0.0/agent_descriptor.yaml +0 -0
  26. {jvcli-2.0.1 → jvcli-2.0.2}/jvcli/templates/2.0.0/agent_info.yaml +0 -0
  27. {jvcli-2.0.1 → jvcli-2.0.2}/jvcli/templates/2.0.0/agent_knowledge.yaml +0 -0
  28. {jvcli-2.0.1 → jvcli-2.0.2}/jvcli/templates/2.0.0/agent_memory.yaml +0 -0
  29. {jvcli-2.0.1 → jvcli-2.0.2}/jvcli/templates/CHANGELOG.md +0 -0
  30. {jvcli-2.0.1 → jvcli-2.0.2}/jvcli/templates/README.md +0 -0
  31. {jvcli-2.0.1 → jvcli-2.0.2}/jvcli/utils.py +0 -0
  32. {jvcli-2.0.1 → jvcli-2.0.2}/jvcli.egg-info/SOURCES.txt +0 -0
  33. {jvcli-2.0.1 → jvcli-2.0.2}/jvcli.egg-info/dependency_links.txt +0 -0
  34. {jvcli-2.0.1 → jvcli-2.0.2}/jvcli.egg-info/entry_points.txt +0 -0
  35. {jvcli-2.0.1 → jvcli-2.0.2}/jvcli.egg-info/requires.txt +0 -0
  36. {jvcli-2.0.1 → jvcli-2.0.2}/jvcli.egg-info/top_level.txt +0 -0
  37. {jvcli-2.0.1 → jvcli-2.0.2}/setup.cfg +0 -0
  38. {jvcli-2.0.1 → jvcli-2.0.2}/setup.py +0 -0
  39. {jvcli-2.0.1 → jvcli-2.0.2}/tests/test_api.py +0 -0
  40. {jvcli-2.0.1 → jvcli-2.0.2}/tests/test_auth.py +0 -0
  41. {jvcli-2.0.1 → jvcli-2.0.2}/tests/test_cli.py +0 -0
  42. {jvcli-2.0.1 → jvcli-2.0.2}/tests/test_create.py +0 -0
  43. {jvcli-2.0.1 → jvcli-2.0.2}/tests/test_download.py +0 -0
  44. {jvcli-2.0.1 → jvcli-2.0.2}/tests/test_info.py +0 -0
  45. {jvcli-2.0.1 → jvcli-2.0.2}/tests/test_publish.py +0 -0
  46. {jvcli-2.0.1 → jvcli-2.0.2}/tests/test_studio.py +0 -0
  47. {jvcli-2.0.1 → jvcli-2.0.2}/tests/test_update.py +0 -0
  48. {jvcli-2.0.1 → jvcli-2.0.2}/tests/test_utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: jvcli
3
- Version: 2.0.1
3
+ Version: 2.0.2
4
4
  Summary: CLI tool for Jivas Package Repository
5
5
  Home-page: https://github.com/TrueSelph/jvcli
6
6
  Author: TrueSelph Inc.
@@ -4,5 +4,5 @@ jvcli package initialization.
4
4
  This package provides the CLI tool for Jivas Package Repository.
5
5
  """
6
6
 
7
- __version__ = "2.0.1"
7
+ __version__ = "2.0.2"
8
8
  __supported__jivas__versions__ = ["2.0.0"]
@@ -4,7 +4,7 @@ import os
4
4
 
5
5
  import click
6
6
 
7
- from jvcli import __supported__jivas__versions__, __version__
7
+ from jvcli import __supported__jivas__versions__
8
8
  from jvcli.api import RegistryAPI
9
9
  from jvcli.auth import load_token, save_token
10
10
  from jvcli.utils import TEMPLATES_DIR, validate_name, validate_snake_case
@@ -370,14 +370,14 @@ def create_agent(
370
370
 
371
371
  # Load templates
372
372
  template_paths = {
373
- "info.yaml": os.path.join(TEMPLATES_DIR, __version__, "agent_info.yaml"),
373
+ "info.yaml": os.path.join(TEMPLATES_DIR, jivas_version, "agent_info.yaml"),
374
374
  "descriptor.yaml": os.path.join(
375
- TEMPLATES_DIR, __version__, "agent_descriptor.yaml"
375
+ TEMPLATES_DIR, jivas_version, "agent_descriptor.yaml"
376
376
  ),
377
377
  "knowledge.yaml": os.path.join(
378
- TEMPLATES_DIR, __version__, "agent_knowledge.yaml"
378
+ TEMPLATES_DIR, jivas_version, "agent_knowledge.yaml"
379
379
  ),
380
- "memory.yaml": os.path.join(TEMPLATES_DIR, __version__, "agent_memory.yaml"),
380
+ "memory.yaml": os.path.join(TEMPLATES_DIR, jivas_version, "agent_memory.yaml"),
381
381
  }
382
382
 
383
383
  # Check if all templates exist
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: jvcli
3
- Version: 2.0.1
3
+ Version: 2.0.2
4
4
  Summary: CLI tool for Jivas Package Repository
5
5
  Home-page: https://github.com/TrueSelph/jvcli
6
6
  Author: TrueSelph Inc.
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
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