npcpy 1.2.30__tar.gz → 1.2.31__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 (72) hide show
  1. {npcpy-1.2.30/npcpy.egg-info → npcpy-1.2.31}/PKG-INFO +1 -1
  2. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/gen/video_gen.py +2 -1
  3. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/llm_funcs.py +1 -0
  4. {npcpy-1.2.30 → npcpy-1.2.31/npcpy.egg-info}/PKG-INFO +1 -1
  5. {npcpy-1.2.30 → npcpy-1.2.31}/setup.py +1 -1
  6. {npcpy-1.2.30 → npcpy-1.2.31}/LICENSE +0 -0
  7. {npcpy-1.2.30 → npcpy-1.2.31}/MANIFEST.in +0 -0
  8. {npcpy-1.2.30 → npcpy-1.2.31}/README.md +0 -0
  9. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/__init__.py +0 -0
  10. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/data/__init__.py +0 -0
  11. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/data/audio.py +0 -0
  12. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/data/data_models.py +0 -0
  13. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/data/image.py +0 -0
  14. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/data/load.py +0 -0
  15. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/data/text.py +0 -0
  16. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/data/video.py +0 -0
  17. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/data/web.py +0 -0
  18. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/ft/__init__.py +0 -0
  19. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/ft/diff.py +0 -0
  20. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/ft/ge.py +0 -0
  21. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/ft/memory_trainer.py +0 -0
  22. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/ft/model_ensembler.py +0 -0
  23. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/ft/rl.py +0 -0
  24. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/ft/sft.py +0 -0
  25. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/ft/usft.py +0 -0
  26. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/gen/__init__.py +0 -0
  27. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/gen/audio_gen.py +0 -0
  28. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/gen/embeddings.py +0 -0
  29. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/gen/image_gen.py +0 -0
  30. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/gen/response.py +0 -0
  31. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/main.py +0 -0
  32. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/memory/__init__.py +0 -0
  33. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/memory/command_history.py +0 -0
  34. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/memory/kg_vis.py +0 -0
  35. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/memory/knowledge_graph.py +0 -0
  36. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/memory/memory_processor.py +0 -0
  37. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/memory/search.py +0 -0
  38. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/mix/__init__.py +0 -0
  39. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/mix/debate.py +0 -0
  40. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/npc_compiler.py +0 -0
  41. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/npc_sysenv.py +0 -0
  42. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/npcs.py +0 -0
  43. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/serve.py +0 -0
  44. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/sql/__init__.py +0 -0
  45. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/sql/ai_function_tools.py +0 -0
  46. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/sql/database_ai_adapters.py +0 -0
  47. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/sql/database_ai_functions.py +0 -0
  48. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/sql/model_runner.py +0 -0
  49. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/sql/npcsql.py +0 -0
  50. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/sql/sql_model_compiler.py +0 -0
  51. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/tools.py +0 -0
  52. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/work/__init__.py +0 -0
  53. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/work/desktop.py +0 -0
  54. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/work/plan.py +0 -0
  55. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy/work/trigger.py +0 -0
  56. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy.egg-info/SOURCES.txt +0 -0
  57. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy.egg-info/dependency_links.txt +0 -0
  58. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy.egg-info/requires.txt +0 -0
  59. {npcpy-1.2.30 → npcpy-1.2.31}/npcpy.egg-info/top_level.txt +0 -0
  60. {npcpy-1.2.30 → npcpy-1.2.31}/setup.cfg +0 -0
  61. {npcpy-1.2.30 → npcpy-1.2.31}/tests/test_audio.py +0 -0
  62. {npcpy-1.2.30 → npcpy-1.2.31}/tests/test_command_history.py +0 -0
  63. {npcpy-1.2.30 → npcpy-1.2.31}/tests/test_image.py +0 -0
  64. {npcpy-1.2.30 → npcpy-1.2.31}/tests/test_llm_funcs.py +0 -0
  65. {npcpy-1.2.30 → npcpy-1.2.31}/tests/test_load.py +0 -0
  66. {npcpy-1.2.30 → npcpy-1.2.31}/tests/test_npc_compiler.py +0 -0
  67. {npcpy-1.2.30 → npcpy-1.2.31}/tests/test_npcsql.py +0 -0
  68. {npcpy-1.2.30 → npcpy-1.2.31}/tests/test_response.py +0 -0
  69. {npcpy-1.2.30 → npcpy-1.2.31}/tests/test_serve.py +0 -0
  70. {npcpy-1.2.30 → npcpy-1.2.31}/tests/test_text.py +0 -0
  71. {npcpy-1.2.30 → npcpy-1.2.31}/tests/test_tools.py +0 -0
  72. {npcpy-1.2.30 → npcpy-1.2.31}/tests/test_web.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: npcpy
3
- Version: 1.2.30
3
+ Version: 1.2.31
4
4
  Summary: npcpy is the premier open-source library for integrating LLMs and Agents into python systems.
5
5
  Home-page: https://github.com/NPC-Worldwide/npcpy
6
6
  Author: Christopher Agostino
@@ -74,6 +74,7 @@ def generate_video_diffusers(
74
74
 
75
75
  def generate_video_veo3(
76
76
  prompt: str,
77
+ model: str,
77
78
  negative_prompt: str = "",
78
79
  output_path: str = "",
79
80
  ):
@@ -93,7 +94,7 @@ def generate_video_veo3(
93
94
  config.negative_prompt = negative_prompt
94
95
 
95
96
  operation = client.models.generate_videos(
96
- model="veo-3.0-generate-preview",
97
+ model=model,
97
98
  prompt=prompt,
98
99
  config=config,
99
100
  )
@@ -105,6 +105,7 @@ def gen_video(
105
105
  try:
106
106
  output_path = generate_video_veo3(
107
107
  prompt=prompt,
108
+ model=model,
108
109
  negative_prompt=negative_prompt,
109
110
  output_path=output_path,
110
111
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: npcpy
3
- Version: 1.2.30
3
+ Version: 1.2.31
4
4
  Summary: npcpy is the premier open-source library for integrating LLMs and Agents into python systems.
5
5
  Home-page: https://github.com/NPC-Worldwide/npcpy
6
6
  Author: Christopher Agostino
@@ -83,7 +83,7 @@ extra_files = package_files("npcpy/npc_team/")
83
83
 
84
84
  setup(
85
85
  name="npcpy",
86
- version="1.2.30",
86
+ version="1.2.31",
87
87
  packages=find_packages(exclude=["tests*"]),
88
88
  install_requires=base_requirements,
89
89
  extras_require={
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
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