aip-agents-binary 0.5.23__py3-none-macosx_13_0_arm64.whl → 0.5.24__py3-none-macosx_13_0_arm64.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.
@@ -115,9 +115,12 @@ class PersistentMCPSession:
115
115
 
116
116
  # Discover resources (for future use)
117
117
  if result.capabilities.resources:
118
- resources_result = await self.client_session.list_resources()
119
- if resources_result:
120
- logger.debug(f"Found {len(resources_result.resources)} resources for {self.server_name}")
118
+ try:
119
+ resources_result = await self.client_session.list_resources()
120
+ if resources_result and resources_result.resources:
121
+ logger.debug(f"Found {len(resources_result.resources)} resources for {self.server_name}")
122
+ except Exception:
123
+ logger.debug(f"Could not list resources for {self.server_name}, skipping")
121
124
 
122
125
  self._initialized = True
123
126
  logger.info(f"Session initialization complete for {self.server_name}")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aip-agents-binary
3
- Version: 0.5.23
3
+ Version: 0.5.24
4
4
  Summary: A library for managing agents in Gen AI applications.
5
5
  Author-email: Raymond Christopher <raymond.christopher@gdplabs.id>
6
6
  Requires-Python: <3.13,>=3.11
@@ -288,7 +288,7 @@ aip_agents/mcp/client/base_mcp_client.py,sha256=36bY_4BbzVBogDekwBOCL3A12MuXmKiN
288
288
  aip_agents/mcp/client/base_mcp_client.pyi,sha256=FuJBA4TLFPBJzuHqpxMGOlODgMpT7avOoAR34TsiQAk,5881
289
289
  aip_agents/mcp/client/connection_manager.py,sha256=4dgwgZISkjevHTMH2E8aqLRwsybUKMP3IHxf1GKvCts,7487
290
290
  aip_agents/mcp/client/connection_manager.pyi,sha256=voj-rqqiZvSFYY7Z-X991xZlcFOMxsf1QDhuWMUaIvs,1772
291
- aip_agents/mcp/client/persistent_session.py,sha256=I8JjHe_ZqU1PPB2OF6hUX4kcrraVWflc9gCMIGgYLJU,14206
291
+ aip_agents/mcp/client/persistent_session.py,sha256=fPCbtWaF74pGzDCm3FEb1W_pKIdZHXmfsIuls3Ns8R0,14411
292
292
  aip_agents/mcp/client/persistent_session.pyi,sha256=in3TgtC-eHD6j2payC9_TryuOLOmqoeDKfl7UaZ_kBA,3908
293
293
  aip_agents/mcp/client/session_pool.py,sha256=_J8WduSo3HAfhE5n4u67IQQ71m_L2aPUY1NOgX5e7yA,12617
294
294
  aip_agents/mcp/client/session_pool.pyi,sha256=RtzN-5QDLS5MFAlnR5TiarY1xW4xo780n7lQL0sQbRU,3579
@@ -540,7 +540,7 @@ aip_agents/utils/pii/pii_helper.py,sha256=g0yRzakfA2AA6vjUNLWHqFlcxyLql6MXQ90NN3
540
540
  aip_agents/utils/pii/pii_helper.pyi,sha256=dulZs150ikbAL3Bw2YLcz3_g4DsGmL3lciwf8mKxEjI,2939
541
541
  aip_agents/utils/pii/uuid_deanonymizer_mapping.py,sha256=Gks8l8t0cuS9pzoQnrpiK1CaLmWYksjOnTeiHh3_7EE,7348
542
542
  aip_agents/utils/pii/uuid_deanonymizer_mapping.pyi,sha256=gnWfD1rWZh_tloJjgKiZ6f6iNUuBaHpKqCSiP0d-9bs,3084
543
- aip_agents_binary-0.5.23.dist-info/METADATA,sha256=VlQHX0DiRpcp68ytt7zTHreClijm1LVv-IKEoz23044,22214
544
- aip_agents_binary-0.5.23.dist-info/WHEEL,sha256=PaP4PvkDyiSc4C6Dhw6ccQmfxsWFrSv-lJQjBshu0hw,105
545
- aip_agents_binary-0.5.23.dist-info/top_level.txt,sha256=PEz8vcwC1bH4UrkhF0LkIYCNfXGWZUHdSklbvkBe25E,11
546
- aip_agents_binary-0.5.23.dist-info/RECORD,,
543
+ aip_agents_binary-0.5.24.dist-info/METADATA,sha256=UuV5X46gt-DsplAJfLND_bfugQnIEm0WD0hVQqNFaws,22214
544
+ aip_agents_binary-0.5.24.dist-info/WHEEL,sha256=PaP4PvkDyiSc4C6Dhw6ccQmfxsWFrSv-lJQjBshu0hw,105
545
+ aip_agents_binary-0.5.24.dist-info/top_level.txt,sha256=PEz8vcwC1bH4UrkhF0LkIYCNfXGWZUHdSklbvkBe25E,11
546
+ aip_agents_binary-0.5.24.dist-info/RECORD,,