glaip-sdk 0.7.18__py3-none-any.whl → 0.7.19__py3-none-any.whl

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.
@@ -771,17 +771,16 @@ class LangGraphRunner(BaseRunner):
771
771
  if "memory" in agent_config:
772
772
  # Map "memory" to "memory_backend" for aip-agents compatibility
773
773
  kwargs_params["memory_backend"] = agent_config["memory"]
774
- config_dict["memory_backend"] = agent_config["memory"]
775
774
 
776
775
  # Additional memory-related settings
777
776
  memory_settings = ["agent_id", "memory_namespace", "save_interaction_to_memory"]
778
777
  for key in memory_settings:
779
778
  if key in agent_config:
780
779
  kwargs_params[key] = agent_config[key]
781
- config_dict[key] = agent_config[key]
782
780
 
783
781
  # Ensure we pass a config dictionary to BaseAgent, which uses it for
784
- # LM configuration (api keys, etc.) and other settings.
782
+ # LM configuration (api keys, etc.). Memory settings are passed only
783
+ # via kwargs to avoid leaking into LM invoker config.
785
784
  if config_dict:
786
785
  kwargs_params["config"] = config_dict
787
786
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: glaip-sdk
3
- Version: 0.7.18
3
+ Version: 0.7.19
4
4
  Summary: Python SDK and CLI for GL AIP (GDP Labs AI Agent Package) - Build, run, and manage AI agents
5
5
  Author-email: Raymond Christopher <raymond.christopher@gdplabs.id>
6
6
  License: MIT
@@ -153,7 +153,7 @@ glaip_sdk/registry/tool.py,sha256=c0Ja4rFYMOKs_1yjDLDZxCId4IjQzprwXzX0iIL8Fio,14
153
153
  glaip_sdk/runner/__init__.py,sha256=orJ3nLR9P-n1qMaAMWZ_xRS4368YnDpdltg-bX5BlUk,2210
154
154
  glaip_sdk/runner/base.py,sha256=KIjcSAyDCP9_mn2H4rXR5gu1FZlwD9pe0gkTBmr6Yi4,2663
155
155
  glaip_sdk/runner/deps.py,sha256=Lv8LdIF6H4JGzzvLmi-MgG72RJYgB-MsQNRx8yY7cl4,3956
156
- glaip_sdk/runner/langgraph.py,sha256=HB1n6w44LdyE7OSB2iSEtwhm_IeD7fGi_20erCZurX4,40869
156
+ glaip_sdk/runner/langgraph.py,sha256=j95MxVoov6h8qrmJDaWMznrNqsnrJnponMwADPX-l5U,40824
157
157
  glaip_sdk/runner/logging_config.py,sha256=OrQgW23t42qQRqEXKH8U4bFg4JG5EEkUJTlbvtU65iE,2528
158
158
  glaip_sdk/runner/mcp_adapter/__init__.py,sha256=Rdttfg3N6kg3-DaTCKqaGXKByZyBt0Mwf6FV8s_5kI8,462
159
159
  glaip_sdk/runner/mcp_adapter/base_mcp_adapter.py,sha256=ic56fKgb3zgVZZQm3ClWUZi7pE1t4EVq8mOg6AM6hdA,1374
@@ -218,8 +218,8 @@ glaip_sdk/utils/rendering/steps/format.py,sha256=Chnq7OBaj8XMeBntSBxrX5zSmrYeGcO
218
218
  glaip_sdk/utils/rendering/steps/manager.py,sha256=BiBmTeQMQhjRMykgICXsXNYh1hGsss-fH9BIGVMWFi0,13194
219
219
  glaip_sdk/utils/rendering/viewer/__init__.py,sha256=XrxmE2cMAozqrzo1jtDFm8HqNtvDcYi2mAhXLXn5CjI,457
220
220
  glaip_sdk/utils/rendering/viewer/presenter.py,sha256=mlLMTjnyeyPVtsyrAbz1BJu9lFGQSlS-voZ-_Cuugv0,5725
221
- glaip_sdk-0.7.18.dist-info/METADATA,sha256=jOAf3xHLC_UL7GxuMpLomL-wMFC1iReLx7iBywrK1YA,8690
222
- glaip_sdk-0.7.18.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
223
- glaip_sdk-0.7.18.dist-info/entry_points.txt,sha256=NkhO6FfgX9Zrjn63GuKphf-dLw7KNJvucAcXc7P3aMk,54
224
- glaip_sdk-0.7.18.dist-info/top_level.txt,sha256=td7yXttiYX2s94-4wFhv-5KdT0rSZ-pnJRSire341hw,10
225
- glaip_sdk-0.7.18.dist-info/RECORD,,
221
+ glaip_sdk-0.7.19.dist-info/METADATA,sha256=aRLz2l2pk91lYR09_-iiFBLuFTE9qLr7k4uod8nIpac,8690
222
+ glaip_sdk-0.7.19.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
223
+ glaip_sdk-0.7.19.dist-info/entry_points.txt,sha256=NkhO6FfgX9Zrjn63GuKphf-dLw7KNJvucAcXc7P3aMk,54
224
+ glaip_sdk-0.7.19.dist-info/top_level.txt,sha256=td7yXttiYX2s94-4wFhv-5KdT0rSZ-pnJRSire341hw,10
225
+ glaip_sdk-0.7.19.dist-info/RECORD,,