jvserve 2.0.0__tar.gz → 2.0.1__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.
Potentially problematic release.
This version of jvserve might be problematic. Click here for more details.
- {jvserve-2.0.0 → jvserve-2.0.1}/PKG-INFO +1 -1
- {jvserve-2.0.0 → jvserve-2.0.1}/jvserve/__init__.py +1 -1
- {jvserve-2.0.0 → jvserve-2.0.1}/jvserve/lib/agent_interface.py +1 -0
- {jvserve-2.0.0 → jvserve-2.0.1}/jvserve.egg-info/PKG-INFO +1 -1
- {jvserve-2.0.0 → jvserve-2.0.1}/LICENSE +0 -0
- {jvserve-2.0.0 → jvserve-2.0.1}/README.md +0 -0
- {jvserve-2.0.0 → jvserve-2.0.1}/jvserve/cli.py +0 -0
- {jvserve-2.0.0 → jvserve-2.0.1}/jvserve/lib/__init__.py +0 -0
- {jvserve-2.0.0 → jvserve-2.0.1}/jvserve/lib/agent_pulse.py +0 -0
- {jvserve-2.0.0 → jvserve-2.0.1}/jvserve/lib/jvlogger.py +0 -0
- {jvserve-2.0.0 → jvserve-2.0.1}/jvserve.egg-info/SOURCES.txt +0 -0
- {jvserve-2.0.0 → jvserve-2.0.1}/jvserve.egg-info/dependency_links.txt +0 -0
- {jvserve-2.0.0 → jvserve-2.0.1}/jvserve.egg-info/entry_points.txt +0 -0
- {jvserve-2.0.0 → jvserve-2.0.1}/jvserve.egg-info/requires.txt +0 -0
- {jvserve-2.0.0 → jvserve-2.0.1}/jvserve.egg-info/top_level.txt +0 -0
- {jvserve-2.0.0 → jvserve-2.0.1}/setup.cfg +0 -0
- {jvserve-2.0.0 → jvserve-2.0.1}/setup.py +0 -0
- {jvserve-2.0.0 → jvserve-2.0.1}/tests/test_jvlogger.py +0 -0
- {jvserve-2.0.0 → jvserve-2.0.1}/tests/test_jvserve.py +0 -0
|
@@ -376,6 +376,7 @@ class AgentInterface:
|
|
|
376
376
|
@staticmethod
|
|
377
377
|
def load_context(entry: NodeAnchor | None = None) -> Optional[ExecutionContext]:
|
|
378
378
|
"""Load the execution context synchronously."""
|
|
379
|
+
AgentInterface.get_user_context()
|
|
379
380
|
return AgentInterface.get_jaseci_context(entry, AgentInterface.ROOT_ID)
|
|
380
381
|
|
|
381
382
|
@staticmethod
|
|
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
|