isagellm-core 0.2.2.6__tar.gz → 0.2.2.8__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 (62) hide show
  1. {isagellm_core-0.2.2.6/src/isagellm_core.egg-info → isagellm_core-0.2.2.8}/PKG-INFO +1 -1
  2. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/pyproject.toml +1 -1
  3. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8/src/isagellm_core.egg-info}/PKG-INFO +1 -1
  4. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/isagellm_core.egg-info/SOURCES.txt +0 -3
  5. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/sagellm_core/__init__.py +1 -1
  6. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/sagellm_core/__init__.pyc +0 -0
  7. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/sagellm_core/__main__.pyc +0 -0
  8. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/sagellm_core/__pycache__/__init__.cpython-311.pyc +0 -0
  9. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/sagellm_core/__pycache__/config.cpython-311.pyc +0 -0
  10. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/sagellm_core/__pycache__/demo.cpython-311.pyc +0 -0
  11. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/sagellm_core/__pycache__/engine.cpython-311.pyc +0 -0
  12. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/sagellm_core/__pycache__/engine_factory.cpython-311.pyc +0 -0
  13. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/sagellm_core/__pycache__/factory.cpython-311.pyc +0 -0
  14. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/sagellm_core/__pycache__/health.cpython-311.pyc +0 -0
  15. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/sagellm_core/__pycache__/plugins.cpython-311.pyc +0 -0
  16. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/sagellm_core/__pycache__/runner.cpython-311.pyc +0 -0
  17. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/sagellm_core/__pycache__/workload.cpython-311.pyc +0 -0
  18. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/sagellm_core/config.pyc +0 -0
  19. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/sagellm_core/demo.pyc +0 -0
  20. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/sagellm_core/engine.pyc +0 -0
  21. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/sagellm_core/engine_factory.pyc +0 -0
  22. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/sagellm_core/engines/__init__.pyc +0 -0
  23. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/sagellm_core/engines/__pycache__/__init__.cpython-311.pyc +0 -0
  24. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/sagellm_core/engines/__pycache__/cpu.cpython-311.pyc +0 -0
  25. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/sagellm_core/engines/__pycache__/embedding.cpython-311.pyc +0 -0
  26. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/sagellm_core/engines/__pycache__/hf_cuda.cpython-311.pyc +0 -0
  27. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/sagellm_core/engines/__pycache__/pytorch.cpython-311.pyc +0 -0
  28. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/sagellm_core/engines/__pycache__/pytorch_engine.cpython-311.pyc +0 -0
  29. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/sagellm_core/engines/cpu.pyc +0 -0
  30. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/sagellm_core/engines/embedding.pyc +0 -0
  31. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/sagellm_core/engines/hf_cuda.pyc +0 -0
  32. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/sagellm_core/engines/pytorch.pyc +0 -0
  33. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/sagellm_core/engines/pytorch_engine.pyc +0 -0
  34. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/sagellm_core/factory.pyc +0 -0
  35. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/sagellm_core/health.pyc +0 -0
  36. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/sagellm_core/plugins.pyc +0 -0
  37. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/sagellm_core/runner.pyc +0 -0
  38. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/sagellm_core/workload.pyc +0 -0
  39. isagellm_core-0.2.2.6/src/sagellm_core/__pycache__/base_engine.cpython-311.pyc +0 -0
  40. isagellm_core-0.2.2.6/src/sagellm_core/__pycache__/mock_engine.cpython-311.pyc +0 -0
  41. isagellm_core-0.2.2.6/src/sagellm_core/engines/__pycache__/mock.cpython-311.pyc +0 -0
  42. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/MANIFEST.in +0 -0
  43. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/README.md +0 -0
  44. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/setup.cfg +0 -0
  45. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/setup.py +0 -0
  46. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/isagellm_core.egg-info/dependency_links.txt +0 -0
  47. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/isagellm_core.egg-info/entry_points.txt +0 -0
  48. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/isagellm_core.egg-info/requires.txt +0 -0
  49. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/isagellm_core.egg-info/top_level.txt +0 -0
  50. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/sagellm_core/engines/__init__.py +0 -0
  51. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/src/sagellm_core/py.typed +0 -0
  52. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/tests/test_ci_smoke.py +0 -0
  53. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/tests/test_config.py +0 -0
  54. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/tests/test_cpu_engine_contract.py +0 -0
  55. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/tests/test_cpu_engine_error_handling.py +0 -0
  56. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/tests/test_e2e_cpu_integration.py +0 -0
  57. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/tests/test_engine.py +0 -0
  58. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/tests/test_engine_behavior_parity.py +0 -0
  59. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/tests/test_engine_contract.py +0 -0
  60. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/tests/test_engine_contract_simplified.py +0 -0
  61. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/tests/test_pytorch_engine.py +0 -0
  62. {isagellm_core-0.2.2.6 → isagellm_core-0.2.2.8}/tests/test_task0_10_workload.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: isagellm-core
3
- Version: 0.2.2.6
3
+ Version: 0.2.2.8
4
4
  Summary: sageLLM core runtime (config/observability/registries), plugin-ready
5
5
  Author: IntelliStream Team
6
6
  License: Proprietary - IntelliStream
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "isagellm-core"
7
- version = "0.2.2.6"
7
+ version = "0.2.2.8"
8
8
  description = "sageLLM core runtime (config/observability/registries), plugin-ready"
9
9
  readme = "README.md"
10
10
  requires-python = "==3.11.*"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: isagellm-core
3
- Version: 0.2.2.6
3
+ Version: 0.2.2.8
4
4
  Summary: sageLLM core runtime (config/observability/registries), plugin-ready
5
5
  Author: IntelliStream Team
6
6
  License: Proprietary - IntelliStream
@@ -22,14 +22,12 @@ src/sagellm_core/py.typed
22
22
  src/sagellm_core/runner.pyc
23
23
  src/sagellm_core/workload.pyc
24
24
  src/sagellm_core/__pycache__/__init__.cpython-311.pyc
25
- src/sagellm_core/__pycache__/base_engine.cpython-311.pyc
26
25
  src/sagellm_core/__pycache__/config.cpython-311.pyc
27
26
  src/sagellm_core/__pycache__/demo.cpython-311.pyc
28
27
  src/sagellm_core/__pycache__/engine.cpython-311.pyc
29
28
  src/sagellm_core/__pycache__/engine_factory.cpython-311.pyc
30
29
  src/sagellm_core/__pycache__/factory.cpython-311.pyc
31
30
  src/sagellm_core/__pycache__/health.cpython-311.pyc
32
- src/sagellm_core/__pycache__/mock_engine.cpython-311.pyc
33
31
  src/sagellm_core/__pycache__/plugins.cpython-311.pyc
34
32
  src/sagellm_core/__pycache__/runner.cpython-311.pyc
35
33
  src/sagellm_core/__pycache__/workload.cpython-311.pyc
@@ -44,7 +42,6 @@ src/sagellm_core/engines/__pycache__/__init__.cpython-311.pyc
44
42
  src/sagellm_core/engines/__pycache__/cpu.cpython-311.pyc
45
43
  src/sagellm_core/engines/__pycache__/embedding.cpython-311.pyc
46
44
  src/sagellm_core/engines/__pycache__/hf_cuda.cpython-311.pyc
47
- src/sagellm_core/engines/__pycache__/mock.cpython-311.pyc
48
45
  src/sagellm_core/engines/__pycache__/pytorch.cpython-311.pyc
49
46
  src/sagellm_core/engines/__pycache__/pytorch_engine.cpython-311.pyc
50
47
  tests/test_ci_smoke.py
@@ -72,7 +72,7 @@ try:
72
72
  except Exception:
73
73
  pass # torch or transformers not available
74
74
 
75
- __version__ = "0.2.2.6"
75
+ __version__ = "0.2.2.8"
76
76
 
77
77
  __all__ = [
78
78
  # Version
index 94e7b0b..9fc8cf0 100644
Binary file
index cd8c30a..c6c09a2 100644
Binary file
index 527aac0..eee84b1 100644
Binary file
index aed29b3..16c3867 100644
Binary file
index 884ae93..f32c23c 100644
Binary file
index 3080a24..f950890 100644
Binary file
index 947dc1d..6be80e6 100644
Binary file
index 4c56d3d..ae5202a 100644
Binary file
index d27b11c..356e676 100644
Binary file
index 0131cb1..85999a6 100644
Binary file
index 1a23c64..b35b986 100644
Binary file
index 0dc3e2a..2f3ffbe 100644
Binary file
index 95be0c8..a135cd4 100644
Binary file
index 7b57172..6a92ee9 100644
Binary file
index 7f18e25..f96a2ef 100644
Binary file
index 7baab66..bbe95a9 100644
Binary file