aip-agents-binary 0.5.25b9__py3-none-macosx_13_0_arm64.whl → 0.6.1__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.
- aip_agents/agent/base_langgraph_agent.py +137 -68
- aip_agents/agent/base_langgraph_agent.pyi +3 -2
- aip_agents/agent/langgraph_react_agent.py +252 -16
- aip_agents/agent/langgraph_react_agent.pyi +40 -1
- aip_agents/examples/compare_streaming_client.py +2 -2
- aip_agents/examples/compare_streaming_server.py +1 -1
- aip_agents/examples/hello_world_ptc.py +51 -0
- aip_agents/examples/hello_world_ptc.pyi +5 -0
- aip_agents/examples/hello_world_tool_output_client.py +9 -0
- aip_agents/examples/todolist_planning_a2a_langchain_client.py +2 -2
- aip_agents/examples/todolist_planning_a2a_langgraph_server.py +1 -1
- aip_agents/guardrails/engines/base.py +6 -6
- aip_agents/mcp/client/connection_manager.py +36 -1
- aip_agents/mcp/client/connection_manager.pyi +3 -0
- aip_agents/mcp/client/persistent_session.py +318 -68
- aip_agents/mcp/client/persistent_session.pyi +9 -0
- aip_agents/mcp/client/transports.py +33 -2
- aip_agents/mcp/client/transports.pyi +9 -0
- aip_agents/ptc/__init__.py +48 -0
- aip_agents/ptc/__init__.pyi +10 -0
- aip_agents/ptc/doc_gen.py +122 -0
- aip_agents/ptc/doc_gen.pyi +40 -0
- aip_agents/ptc/exceptions.py +39 -0
- aip_agents/ptc/exceptions.pyi +22 -0
- aip_agents/ptc/executor.py +143 -0
- aip_agents/ptc/executor.pyi +73 -0
- aip_agents/ptc/mcp/__init__.py +45 -0
- aip_agents/ptc/mcp/__init__.pyi +7 -0
- aip_agents/ptc/mcp/sandbox_bridge.py +668 -0
- aip_agents/ptc/mcp/sandbox_bridge.pyi +47 -0
- aip_agents/ptc/mcp/templates/__init__.py +1 -0
- aip_agents/ptc/mcp/templates/__init__.pyi +0 -0
- aip_agents/ptc/mcp/templates/mcp_client.py.template +239 -0
- aip_agents/ptc/naming.py +184 -0
- aip_agents/ptc/naming.pyi +76 -0
- aip_agents/ptc/payload.py +26 -0
- aip_agents/ptc/payload.pyi +15 -0
- aip_agents/ptc/prompt_builder.py +571 -0
- aip_agents/ptc/prompt_builder.pyi +55 -0
- aip_agents/ptc/ptc_helper.py +16 -0
- aip_agents/ptc/ptc_helper.pyi +1 -0
- aip_agents/ptc/sandbox_bridge.py +58 -0
- aip_agents/ptc/sandbox_bridge.pyi +25 -0
- aip_agents/ptc/template_utils.py +33 -0
- aip_agents/ptc/template_utils.pyi +13 -0
- aip_agents/ptc/templates/__init__.py +1 -0
- aip_agents/ptc/templates/__init__.pyi +0 -0
- aip_agents/ptc/templates/ptc_helper.py.template +134 -0
- aip_agents/sandbox/__init__.py +43 -0
- aip_agents/sandbox/__init__.pyi +5 -0
- aip_agents/sandbox/defaults.py +9 -0
- aip_agents/sandbox/defaults.pyi +2 -0
- aip_agents/sandbox/e2b_runtime.py +267 -0
- aip_agents/sandbox/e2b_runtime.pyi +51 -0
- aip_agents/sandbox/template_builder.py +131 -0
- aip_agents/sandbox/template_builder.pyi +36 -0
- aip_agents/sandbox/types.py +24 -0
- aip_agents/sandbox/types.pyi +14 -0
- aip_agents/sandbox/validation.py +50 -0
- aip_agents/sandbox/validation.pyi +20 -0
- aip_agents/tools/__init__.py +2 -0
- aip_agents/tools/__init__.pyi +2 -1
- aip_agents/tools/browser_use/browser_use_tool.py +8 -0
- aip_agents/tools/browser_use/streaming.py +2 -0
- aip_agents/tools/execute_ptc_code.py +305 -0
- aip_agents/tools/execute_ptc_code.pyi +87 -0
- aip_agents/utils/langgraph/tool_managers/delegation_tool_manager.py +26 -1
- aip_agents/utils/langgraph/tool_output_management.py +80 -0
- aip_agents/utils/langgraph/tool_output_management.pyi +37 -0
- {aip_agents_binary-0.5.25b9.dist-info → aip_agents_binary-0.6.1.dist-info}/METADATA +51 -48
- {aip_agents_binary-0.5.25b9.dist-info → aip_agents_binary-0.6.1.dist-info}/RECORD +73 -27
- {aip_agents_binary-0.5.25b9.dist-info → aip_agents_binary-0.6.1.dist-info}/WHEEL +0 -0
- {aip_agents_binary-0.5.25b9.dist-info → aip_agents_binary-0.6.1.dist-info}/top_level.txt +0 -0
|
@@ -20,8 +20,8 @@ aip_agents/agent/__init__.py,sha256=KBT-e5nEBMVJypC8OFulmErUK63gmQZus0UcBu6EqBo,
|
|
|
20
20
|
aip_agents/agent/__init__.pyi,sha256=MxIAeAv1pPCtqfAa3lvmeCAN-IT5p3v77IeKhfKYvKo,855
|
|
21
21
|
aip_agents/agent/base_agent.py,sha256=XH19lJZuumWBu2JMoretv6T4bSXcWMqK8jZ3mOWWzCk,39669
|
|
22
22
|
aip_agents/agent/base_agent.pyi,sha256=xnWp05zTJrt1YfHmm9CsggBmrSsIY-SSy_G9EWGvEBQ,11118
|
|
23
|
-
aip_agents/agent/base_langgraph_agent.py,sha256=
|
|
24
|
-
aip_agents/agent/base_langgraph_agent.pyi,sha256=
|
|
23
|
+
aip_agents/agent/base_langgraph_agent.py,sha256=Bt3LFYtoSkPnnxXOyu2dn7OkReQ4y78mEVlwPzhCaAo,123018
|
|
24
|
+
aip_agents/agent/base_langgraph_agent.pyi,sha256=7X9GWkGK4QkYrnjuBC8U4zcOlzYCt7-TgPmFwhJMt1Q,11593
|
|
25
25
|
aip_agents/agent/google_adk_agent.py,sha256=V_b72Ig87UiW15YNc-PCcxd25ia9pj2T0IlqCDJ-3_Q,37136
|
|
26
26
|
aip_agents/agent/google_adk_agent.pyi,sha256=o06bPfA7bRQ_ufdOmJ6j6A2_WxWr5G6jZEKRzEPYjTU,6248
|
|
27
27
|
aip_agents/agent/google_adk_constants.py,sha256=7Br4pVF56oLdU3dkh-kKKQeOy_mq8qVhliUdYNT1sSM,210
|
|
@@ -34,8 +34,8 @@ aip_agents/agent/langflow_agent.py,sha256=ZoJGOS8GcgGJ9Xfu4upzk3Nc1XVkpS8GSpcyKh
|
|
|
34
34
|
aip_agents/agent/langflow_agent.pyi,sha256=z89Y7JifrsHi4Vn6LE_s0zbo77nLhkDKI-eRcxmnOr0,5667
|
|
35
35
|
aip_agents/agent/langgraph_memory_enhancer_agent.py,sha256=EqH_olZ6Ue-SyQMrvYfuLkiCQAAZRMWx8izB19IYSlI,17426
|
|
36
36
|
aip_agents/agent/langgraph_memory_enhancer_agent.pyi,sha256=e5sz1hbyOLw0eHo6fKf3HsCpyTe3yGqEidn9EOGb3QQ,2595
|
|
37
|
-
aip_agents/agent/langgraph_react_agent.py,sha256=
|
|
38
|
-
aip_agents/agent/langgraph_react_agent.pyi,sha256=
|
|
37
|
+
aip_agents/agent/langgraph_react_agent.py,sha256=oKmrKm1qalpSpp4bMpg81fIbKa8Lx3QvA4VDIBqS8iI,116557
|
|
38
|
+
aip_agents/agent/langgraph_react_agent.pyi,sha256=15rZxqRKwjooqiwKUZoq2BJt6V32GhKi2IP_Xxl888E,10475
|
|
39
39
|
aip_agents/agent/system_instruction_context.py,sha256=xTWdpKVJsWcR1uI0alCLnUsbP5sh_VWHxfF2zoi7NY0,1186
|
|
40
40
|
aip_agents/agent/system_instruction_context.pyi,sha256=mdSg5sApS9G7-zr3d9BunJqwe2GB6dDD3DOCDfRrpkU,411
|
|
41
41
|
aip_agents/agent/hitl/__init__.py,sha256=IyE9kWVPO-uI2_HowNm_aAxr9jyto0ZM0sZKVtpUpzo,826
|
|
@@ -67,9 +67,9 @@ aip_agents/clients/langflow/types.pyi,sha256=GobtmPusKRbBy3QL9o8ci466bosvx6l_vH7
|
|
|
67
67
|
aip_agents/credentials/manager.py,sha256=y9Hc6jMuHl-VddQqRIW1VzJ1H6LQ9N_e2xv-yzp-xyU,4708
|
|
68
68
|
aip_agents/examples/__init__.py,sha256=o8_p5Vdm2gXR4AE_KbPNNrVQBp-0TvFVtYgMu4x9L8k,183
|
|
69
69
|
aip_agents/examples/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
70
|
-
aip_agents/examples/compare_streaming_client.py,sha256=
|
|
70
|
+
aip_agents/examples/compare_streaming_client.py,sha256=cUf2rv4ZfaDEJ-3cUb94qHh-a07PnkDisQ7bC8v7QbQ,33556
|
|
71
71
|
aip_agents/examples/compare_streaming_client.pyi,sha256=caRzRGjAcs7Vdoecll1ud7SKGnbRh1RnYcKrkWpNiQE,3008
|
|
72
|
-
aip_agents/examples/compare_streaming_server.py,sha256=
|
|
72
|
+
aip_agents/examples/compare_streaming_server.py,sha256=PyLGALAL0qWJUo2Ju7YXvh8US9Gp6jf61fjUL1NeY9E,5634
|
|
73
73
|
aip_agents/examples/compare_streaming_server.pyi,sha256=NNu30WWoC6QQt-hiAq4zwCX3qJaSwz-LE5KolEfBp0A,842
|
|
74
74
|
aip_agents/examples/demo_memory_recall.py,sha256=7_FmFpBRWZmIfvrinwT_WgPmMRew_WEW5khQitESlqg,15513
|
|
75
75
|
aip_agents/examples/demo_memory_recall.pyi,sha256=eX0GEZ9EVKvvmMBc_d9NKQkHWHsbfi-cDpensKHHqC4,2570
|
|
@@ -209,13 +209,15 @@ aip_agents/examples/hello_world_multi_agent_langgraph_lm_invoker.py,sha256=sppLD
|
|
|
209
209
|
aip_agents/examples/hello_world_multi_agent_langgraph_lm_invoker.pyi,sha256=zFNns9i-sPY8aBy4HaVS6tXDWTsU7f-ApLD8gDtb1uk,252
|
|
210
210
|
aip_agents/examples/hello_world_pii_logger.py,sha256=pm9LK-doZwQL-VdJYFHziuvwH562c8wwAwmKZeAWQS0,584
|
|
211
211
|
aip_agents/examples/hello_world_pii_logger.pyi,sha256=5gOVrvhQV2DxIwr7ocL1-oTUXsO8XSyl5WN70c7rl_w,134
|
|
212
|
+
aip_agents/examples/hello_world_ptc.py,sha256=EkSHUfRiGWLhUBcwpjWTRzAILqYzEPpys0pXmndWjk0,1462
|
|
213
|
+
aip_agents/examples/hello_world_ptc.pyi,sha256=Dbo4myHbndrL6PyA_mgf3HTIYqLudTaF4h_nsdqOyKs,231
|
|
212
214
|
aip_agents/examples/hello_world_sentry.py,sha256=Gccr6WCevSnMFZYT5M6uJ_22EvLmAMUE8Et_H510_kM,3976
|
|
213
215
|
aip_agents/examples/hello_world_sentry.pyi,sha256=k0wFj46QqXEjBU0CEERmiEf2bovVFkupzuzQzeD6h00,671
|
|
214
216
|
aip_agents/examples/hello_world_step_limits.py,sha256=hRV9XERlq2qW_yZ4kHAe1hTgukrSZjThIrsY9NuTdJg,9809
|
|
215
217
|
aip_agents/examples/hello_world_step_limits.pyi,sha256=V9KP6r5OEVq2lNUfnqMeCGH1nsNewDsRL1Uo9up8xis,1060
|
|
216
218
|
aip_agents/examples/hello_world_stock_a2a_server.py,sha256=5OIhLDkuCKiTwQleyyXp83HwcUTIeESU5SKmFqs0m4U,3433
|
|
217
219
|
aip_agents/examples/hello_world_stock_a2a_server.pyi,sha256=EYsTPyLYogpSr7HRZZdW7cbei0HSva-V6yL4RxjW2UQ,657
|
|
218
|
-
aip_agents/examples/hello_world_tool_output_client.py,sha256=
|
|
220
|
+
aip_agents/examples/hello_world_tool_output_client.py,sha256=JShYKVRsRxHx097hR8UQQ2TUCW5jh8ZnhO-eYDpxat4,1972
|
|
219
221
|
aip_agents/examples/hello_world_tool_output_client.pyi,sha256=bgTSPn-pf-UmLRhHGEjU2-Vha9EUhVjZQy1qcSHyf7A,240
|
|
220
222
|
aip_agents/examples/hello_world_tool_output_server.py,sha256=E6ZCPlQheXVoXSk1n29fRPRVhGQLqasfYBOtxEI8BYQ,4039
|
|
221
223
|
aip_agents/examples/hello_world_tool_output_server.pyi,sha256=YYRkV833qaLpAwPta3NUyIefvXX5puy-stfJGmjBsPc,966
|
|
@@ -229,9 +231,9 @@ aip_agents/examples/pii_demo_multi_agent_client.py,sha256=fIn2t7qYHhjMZSjggG9XVo
|
|
|
229
231
|
aip_agents/examples/pii_demo_multi_agent_client.pyi,sha256=NjWmXcO_y-dF4WwZVZ09XR9Yl1sZM2eVnVT9pf2YCSQ,231
|
|
230
232
|
aip_agents/examples/pii_demo_multi_agent_server.py,sha256=lZYOPJdx3lSiLSZzHYobi83mycvXbk4jrj3cyAWpb38,9359
|
|
231
233
|
aip_agents/examples/pii_demo_multi_agent_server.pyi,sha256=ljccHg9TbEK2-kqFnSEtcFtdSGwJQspCzg3PE5W48dw,1571
|
|
232
|
-
aip_agents/examples/todolist_planning_a2a_langchain_client.py,sha256=
|
|
234
|
+
aip_agents/examples/todolist_planning_a2a_langchain_client.py,sha256=1A8GVFsZuzgE4UrOsQ_0snh4oD-d78fPVaZh8wXHRPQ,2571
|
|
233
235
|
aip_agents/examples/todolist_planning_a2a_langchain_client.pyi,sha256=KMMVNoJvOdajKj6lu-4oxTdrW56YRlx5YYa8pwF2u9w,234
|
|
234
|
-
aip_agents/examples/todolist_planning_a2a_langgraph_server.py,sha256=
|
|
236
|
+
aip_agents/examples/todolist_planning_a2a_langgraph_server.py,sha256=VwwQI7Lx5d9AGs6H-4b5uk2plzzbeVbOUOEodNgXd2k,3015
|
|
235
237
|
aip_agents/examples/todolist_planning_a2a_langgraph_server.pyi,sha256=8SGFJNxDTp9ojot5gXlod7FmIys48AnVGy4eXiSZl_I,756
|
|
236
238
|
aip_agents/examples/mcp_configs/configs.py,sha256=dgKk5V14PrWLqMNOQw9OiJ4fTh1yfgasHUpx8LSHuos,1615
|
|
237
239
|
aip_agents/examples/mcp_servers/common.py,sha256=o9D7PJ63XMbjsSZJjYuqY8icaKtgm8cpeqCYygIxi8o,2532
|
|
@@ -294,7 +296,7 @@ aip_agents/guardrails/utils.py,sha256=JzLa0IsDSRCQ4UjX4yILQcp9N2yZFhL7bhqAExOznx
|
|
|
294
296
|
aip_agents/guardrails/utils.pyi,sha256=xpA-ON4Sf2vhobNSjpLHutHClIv5NQzjmmP8b93vWfY,690
|
|
295
297
|
aip_agents/guardrails/engines/__init__.py,sha256=ms45MKhUEYPqXUf3SMSNpW6wazL9ZGVWznqRXDC3ER4,2170
|
|
296
298
|
aip_agents/guardrails/engines/__init__.pyi,sha256=wDdok30WGjpFQuGnHE75Ddw6JmcF_9Ux0k0kBH-3Nzc,248
|
|
297
|
-
aip_agents/guardrails/engines/base.py,sha256=
|
|
299
|
+
aip_agents/guardrails/engines/base.py,sha256=Ytkrhpr04tqcP1Ze5WX4cnjcy9nfheU610FjYoQFSdQ,2743
|
|
298
300
|
aip_agents/guardrails/engines/base.pyi,sha256=BasnK5yWrAIDnGomqfaU9MlaJ_qj7LILO4U1_9miUxA,2236
|
|
299
301
|
aip_agents/guardrails/engines/nemo.py,sha256=Qs2JX-1SVTrWvtrLH3wDezOSZsOdQYjwCvBC8PxbSZ4,3801
|
|
300
302
|
aip_agents/guardrails/engines/nemo.pyi,sha256=wUGT1Q7WzGw4XPDLfIW4YQODAEzvEjP3fNCA2mBKWps,1981
|
|
@@ -306,14 +308,14 @@ aip_agents/mcp/client/__init__.py,sha256=85jA6v-bjjm13kCqnu57__fIprCAk5fC628API9
|
|
|
306
308
|
aip_agents/mcp/client/__init__.pyi,sha256=XgIkFbbmAh5cqQM4t1xT5y-Avu0vf4b-YCn6btXjIK8,339
|
|
307
309
|
aip_agents/mcp/client/base_mcp_client.py,sha256=36bY_4BbzVBogDekwBOCL3A12MuXmKiNTpbxQjBgjlM,13973
|
|
308
310
|
aip_agents/mcp/client/base_mcp_client.pyi,sha256=FuJBA4TLFPBJzuHqpxMGOlODgMpT7avOoAR34TsiQAk,5881
|
|
309
|
-
aip_agents/mcp/client/connection_manager.py,sha256=
|
|
310
|
-
aip_agents/mcp/client/connection_manager.pyi,sha256=
|
|
311
|
-
aip_agents/mcp/client/persistent_session.py,sha256=
|
|
312
|
-
aip_agents/mcp/client/persistent_session.pyi,sha256=
|
|
311
|
+
aip_agents/mcp/client/connection_manager.py,sha256=RY0wtYu3pjcvaEPQVAKCRkOjhCHhS0di8OQVMjqCggs,9137
|
|
312
|
+
aip_agents/mcp/client/connection_manager.pyi,sha256=DhZPuCrK17wWBZ_oKhrHzwH6vv_Jy9NxHOEqo7rhnhY,1951
|
|
313
|
+
aip_agents/mcp/client/persistent_session.py,sha256=sucOlCDvpX70_Ru_BZDGX-dHGlG9cPA2R9PVL179hFE,23852
|
|
314
|
+
aip_agents/mcp/client/persistent_session.pyi,sha256=B0N7gY0NFidELB4IAE7pk0QuskjhIAgN662wSgRrKxc,4267
|
|
313
315
|
aip_agents/mcp/client/session_pool.py,sha256=_J8WduSo3HAfhE5n4u67IQQ71m_L2aPUY1NOgX5e7yA,12617
|
|
314
316
|
aip_agents/mcp/client/session_pool.pyi,sha256=RtzN-5QDLS5MFAlnR5TiarY1xW4xo780n7lQL0sQbRU,3579
|
|
315
|
-
aip_agents/mcp/client/transports.py,sha256=
|
|
316
|
-
aip_agents/mcp/client/transports.pyi,sha256=
|
|
317
|
+
aip_agents/mcp/client/transports.py,sha256=hHzZD-pmim5pj25ozV61lJ1D-hTYvvYXZryrRtPZBR8,9908
|
|
318
|
+
aip_agents/mcp/client/transports.pyi,sha256=S7uhJIh-6bZq8_tgqTdeez78vIrtHy4a10GO1GDgEio,4958
|
|
317
319
|
aip_agents/mcp/client/google_adk/__init__.py,sha256=ZJZE7IusoWFzEwaWsHOk-8VMdR-LUmWacepw_HHuOlI,280
|
|
318
320
|
aip_agents/mcp/client/google_adk/__init__.pyi,sha256=TAbiDbysxbCtHQSASGdko6JIaZEnPbCmUqt4Jf966cs,127
|
|
319
321
|
aip_agents/mcp/client/google_adk/client.py,sha256=WAbUho8Et7XZ1RWu0ug1-61--kdUVH0wvpzDddT7cv8,15980
|
|
@@ -352,6 +354,48 @@ aip_agents/middleware/manager.py,sha256=dlFhWC8fmKzbL6KIioeBv6cO8TSNfwmSYbciTxGN
|
|
|
352
354
|
aip_agents/middleware/manager.pyi,sha256=a-OJeUVP6pIVvG9p8nyIC3oCOWfPVqH1EGykUeePXAs,3577
|
|
353
355
|
aip_agents/middleware/todolist.py,sha256=BwElJRwn_hG-EC6YJOiaCG3zbAab03e0HkIbHv4LSik,10514
|
|
354
356
|
aip_agents/middleware/todolist.pyi,sha256=AvRUtHdchxbP9A3ikJwF1EmQqJ-tbzy12eSXpQ-ZDiU,4195
|
|
357
|
+
aip_agents/ptc/__init__.py,sha256=khwauiDZ7ZozQaPmnkszDcwEwnBkfuhZ69_obuQVXWY,1410
|
|
358
|
+
aip_agents/ptc/__init__.pyi,sha256=oWHcEv30flFGfDSNHoOCbR_W5hLeyPPLSZcf02Qok9o,565
|
|
359
|
+
aip_agents/ptc/doc_gen.py,sha256=ym6psNvZ_8iKB3AGrb1TTFoQiXXLdP2zKp6c4SPf4JA,3382
|
|
360
|
+
aip_agents/ptc/doc_gen.pyi,sha256=fJ92pbil2mMPv_9AHctVqFNZVE7P8njisLrn9zSSmdA,1266
|
|
361
|
+
aip_agents/ptc/exceptions.py,sha256=iNO9Xmz5P34K6FLnxgiGxA9bjPceVf6rUqhrugc5Xq8,905
|
|
362
|
+
aip_agents/ptc/exceptions.pyi,sha256=VmypiFm4ZWv5KIYwxUMN9GWOmDMMzkdYdVSoKxfqLTw,664
|
|
363
|
+
aip_agents/ptc/executor.py,sha256=I9YqEZx1BN7QhU00TIOmIGQ5xY3-kxWlU0zNxp4SgeM,5063
|
|
364
|
+
aip_agents/ptc/executor.pyi,sha256=h9kAq8Un7ShSQxi-_JXFIXyCQz3pDCwx0zs5h56B3rQ,3251
|
|
365
|
+
aip_agents/ptc/naming.py,sha256=Cb0Q3SoBNPLGrmWG6Fn2KBzKoJIuSXzy-A_hUw0kWCg,5001
|
|
366
|
+
aip_agents/ptc/naming.pyi,sha256=TgIbV0lLStbtjTKadnGlgDVjH90L0IOHXd5W10YUpvg,2141
|
|
367
|
+
aip_agents/ptc/payload.py,sha256=DPEeunaKGk3iWxdpE-1YVD_iuHQPhWqIvcL2TaYPfig,835
|
|
368
|
+
aip_agents/ptc/payload.pyi,sha256=qPgwyDY14tAsx-r_nt3ACZAfgBmJiAPdH7MXBJJVqjk,631
|
|
369
|
+
aip_agents/ptc/prompt_builder.py,sha256=3Xu0Fi3j6yhxRWJAuST8yjYTRfTbYUEBdz53dXWwjMw,17640
|
|
370
|
+
aip_agents/ptc/prompt_builder.pyi,sha256=b0njp0fb0LmlqCJs59xCv-yc2hGzaadoXVQWTdfrKhU,2234
|
|
371
|
+
aip_agents/ptc/ptc_helper.py,sha256=DARdrCwEfuaKOGdVYE1YuudXCbIvkv6rSgcGYK7S_z8,439
|
|
372
|
+
aip_agents/ptc/ptc_helper.pyi,sha256=FOgjwJR_J15JQjjTNU9oTG-s6d7ocks364ijMuVTHT0,77
|
|
373
|
+
aip_agents/ptc/sandbox_bridge.py,sha256=DeLA1REOcaOfsHHGB_446VNRo9UfrgNExxx4eOWU-OM,1635
|
|
374
|
+
aip_agents/ptc/sandbox_bridge.pyi,sha256=RqZmnNDMcvFJREWC3QeBcgSvZDYeYf1vhG5dNe8zAmw,979
|
|
375
|
+
aip_agents/ptc/template_utils.py,sha256=wHwnMNnf_lz-dj8oWnVXwCp7szw4_Nk4kh4FLcRxlfM,898
|
|
376
|
+
aip_agents/ptc/template_utils.pyi,sha256=hNpgwyalUMezalSJry9FeQsFfjwuCxl_dZHBimkShF0,438
|
|
377
|
+
aip_agents/ptc/mcp/__init__.py,sha256=DlT25Zs_SDstW8vAFxomKlSF4QCpe_k6Sa42fN22ikg,1118
|
|
378
|
+
aip_agents/ptc/mcp/__init__.pyi,sha256=nKRY7DrlqgmDThlBh9uDQ5LCchfWteaPX0Er37-AtMI,916
|
|
379
|
+
aip_agents/ptc/mcp/sandbox_bridge.py,sha256=HzzmEJmkkNb6ZNVUIq0gHBSD-ZXOZnp1n_PyYGAHk58,20418
|
|
380
|
+
aip_agents/ptc/mcp/sandbox_bridge.pyi,sha256=dzQ5gzkF1_h0kZxlKt9nY6R2HvOn9q_TZ50T4V7w0gQ,2033
|
|
381
|
+
aip_agents/ptc/mcp/templates/__init__.py,sha256=gUaLjHPncH1Js6dHiNRSpbAwngKY83gQcRCARKl42DU,57
|
|
382
|
+
aip_agents/ptc/mcp/templates/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
383
|
+
aip_agents/ptc/mcp/templates/mcp_client.py.template,sha256=Ql6Wtj31oz8Kb6rUJP2_RnaTScXJS94ujgyg0MuZPVc,7446
|
|
384
|
+
aip_agents/ptc/templates/__init__.py,sha256=T_jAb0bAhq1en0feNp4kNDkyFCU67GuzCBeoGtSOgD0,56
|
|
385
|
+
aip_agents/ptc/templates/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
386
|
+
aip_agents/ptc/templates/ptc_helper.py.template,sha256=_heBHy5XtLWYGONtof7qstyEbeHMtHDwCYhxL4-BNDM,4064
|
|
387
|
+
aip_agents/sandbox/__init__.py,sha256=1zA88_E_WaOm0KaDMsaznWm9qEQvqPF8Ain4w4LFFQo,1366
|
|
388
|
+
aip_agents/sandbox/__init__.pyi,sha256=l-anSofX18C7Mk0PReCTDZ-tIv8PGg9w0YdNnppve2k,341
|
|
389
|
+
aip_agents/sandbox/defaults.py,sha256=rKvzBl494N1Qx3-GZ7yBM07xUVSZo675OCVfROlDcUI,232
|
|
390
|
+
aip_agents/sandbox/defaults.pyi,sha256=TV4aNiyAwsERFBa6cnYmUC2jyBVxccDR1v5wW6M6YJU,64
|
|
391
|
+
aip_agents/sandbox/e2b_runtime.py,sha256=_Fht2K9rB-RGuX0lulQedw4DLxdOkG288g_ALEWBQaM,9217
|
|
392
|
+
aip_agents/sandbox/e2b_runtime.pyi,sha256=sQvrc-hg9CV4KU7D9vJdaLjVY7knT_S-BnszwLB4Sno,2152
|
|
393
|
+
aip_agents/sandbox/template_builder.py,sha256=COZr33dVodBag4Kz3o7qHqyyykQGErHbL4DZw3Hn7Zs,4348
|
|
394
|
+
aip_agents/sandbox/template_builder.pyi,sha256=DFOrf1IVkRBcrI4fPm-_CrO_n4JQM4xMfX2z2APIm68,1522
|
|
395
|
+
aip_agents/sandbox/types.py,sha256=D4f3k8bfJwRYM2re0e-5Dxfg58FLIFYY3YE_z1Wqgh8,528
|
|
396
|
+
aip_agents/sandbox/types.pyi,sha256=P-BGzoiSJA8nQPQNluowNyrFKt5UnLBxeeOL5pamiRU,366
|
|
397
|
+
aip_agents/sandbox/validation.py,sha256=UqBv6TTTmiIv6oCymEHDRlo0QCi45BQ6ceW9Cs7_TM0,1336
|
|
398
|
+
aip_agents/sandbox/validation.pyi,sha256=rCgd4JJkHECFFo2Oa0LtPaBK0wjvIqOZeV9-aFU9tC4,587
|
|
355
399
|
aip_agents/schema/__init__.py,sha256=eQdptrXX7Rxo0xAJ1tXfoPhIaFoVQTDvrRAJAF3SjSM,1698
|
|
356
400
|
aip_agents/schema/__init__.pyi,sha256=kho3g8pKCp1FBZ5SwyK3Vom5rSEgHJ4rYv81QIX3bGg,1908
|
|
357
401
|
aip_agents/schema/a2a.py,sha256=04WVxpFjVuiQc2-w3m3TLO3h3NuApVuFrzJQq5casU4,1368
|
|
@@ -390,10 +434,12 @@ aip_agents/storage/providers/memory.py,sha256=81E9yT_oRkH7tMVr5azZv1oXIaeTzTAtTu
|
|
|
390
434
|
aip_agents/storage/providers/memory.pyi,sha256=r0meeCsjKyE9FHJqCysfQ5ZH_FWRRv2SWg-NOHCUD-g,2109
|
|
391
435
|
aip_agents/storage/providers/object_storage.py,sha256=Q268Sn8Y09gS-ilP6fe4CR0YIOvdbunh3V6SmuQsAVs,6413
|
|
392
436
|
aip_agents/storage/providers/object_storage.pyi,sha256=nBIKJjUAWkIKhYhBFmFcypjoOieIYOghy55f62x7AX8,2878
|
|
393
|
-
aip_agents/tools/__init__.py,sha256=
|
|
394
|
-
aip_agents/tools/__init__.pyi,sha256=
|
|
437
|
+
aip_agents/tools/__init__.py,sha256=Kvd185p8zZ2xpNqimxURJUA6joPXP-3MIrr8K3Lf9Rw,2102
|
|
438
|
+
aip_agents/tools/__init__.pyi,sha256=K2j6MjKo5aaMAbWkknLwyRbSu14LxJyRMoi88DbHROk,1027
|
|
395
439
|
aip_agents/tools/constants.py,sha256=AabnuPQG_mc2sVdr9jV23_6bFempAsxQv3kdCR_ztLA,5723
|
|
396
440
|
aip_agents/tools/constants.pyi,sha256=kFY8dKgRqHKGvPqG3QUyuEc8C5yRaDj7DYQDH88K2T0,3552
|
|
441
|
+
aip_agents/tools/execute_ptc_code.py,sha256=h1-bnW4u5HoDFZGQbROitREE4MGblvlwKqHXSNL3XUM,11408
|
|
442
|
+
aip_agents/tools/execute_ptc_code.pyi,sha256=4wXrAPjUYoXWODxg90expdvIetTlULvFZwGvKbdbJrE,4046
|
|
397
443
|
aip_agents/tools/gl_connector_tools.py,sha256=bxl_3VQYZDv3lFn6Y3kDVVRFwH4cntOLz3f74YzDcic,3936
|
|
398
444
|
aip_agents/tools/gl_connector_tools.pyi,sha256=2ATn_MW_FRg5Uv7dLI_ToBOtlgTSfj0zgDQpN1N-cJs,1366
|
|
399
445
|
aip_agents/tools/memory_search_tool.py,sha256=gqTTb_Fao_Hl-SavfaFsqPDhnFQUjzIQUkzizSD2L0A,653
|
|
@@ -406,7 +452,7 @@ aip_agents/tools/browser_use/__init__.py,sha256=_ZYoSads6DRHK9odnPfvEBRDAncIkkFU
|
|
|
406
452
|
aip_agents/tools/browser_use/__init__.pyi,sha256=GSn1A8ZIN9ii9EcG6GDQ-qfIsflCTI-1g9eYeY7kWwQ,497
|
|
407
453
|
aip_agents/tools/browser_use/action_parser.py,sha256=Vr5dmGB9vkgdgsqEtstNwv8qEhuuhzxg4UO62faD_lk,3366
|
|
408
454
|
aip_agents/tools/browser_use/action_parser.pyi,sha256=Cwxu-BBw8hG5Njt6NbBR9spfiTxSQTKn3iduembRjz8,723
|
|
409
|
-
aip_agents/tools/browser_use/browser_use_tool.py,sha256=
|
|
455
|
+
aip_agents/tools/browser_use/browser_use_tool.py,sha256=JlVCbjRBiu-smzjZW3GoKOigm11ZRXIEBHP_giRdL68,45042
|
|
410
456
|
aip_agents/tools/browser_use/browser_use_tool.pyi,sha256=TIfACXGGQYTT2eLXPxGHj8ynOVEPqcucBbC2LdLqR9g,3257
|
|
411
457
|
aip_agents/tools/browser_use/llm_config.py,sha256=SmSd4ka5mizgZqIQhMvQqaAjlCjJ5BIpBX1U4ujYFlQ,3700
|
|
412
458
|
aip_agents/tools/browser_use/llm_config.pyi,sha256=LgS7R3dqaNFoUZqzYRFx58X8FZ1phXwQZ2HQmcZ4KrA,2115
|
|
@@ -420,7 +466,7 @@ aip_agents/tools/browser_use/session_errors.py,sha256=9zGUjp5g1eppnrzncTvPANG9XZ
|
|
|
420
466
|
aip_agents/tools/browser_use/session_errors.pyi,sha256=eW8rP7w-05jqlhtEP44rVP3TwSbV91UYY8taBuJdc90,1792
|
|
421
467
|
aip_agents/tools/browser_use/steel_session_recording.py,sha256=cppLBU2LEYaxGkih14GlBm2h68gToN1_6cWAg2SGjiM,11654
|
|
422
468
|
aip_agents/tools/browser_use/steel_session_recording.pyi,sha256=igIh4IvMGf49WG6De01lxmgdf5uXuBAFT4jNnD1Krco,2169
|
|
423
|
-
aip_agents/tools/browser_use/streaming.py,sha256=
|
|
469
|
+
aip_agents/tools/browser_use/streaming.py,sha256=E-LuyGbDkhbF-oq0m2zCODBju6nZUFw9yhlncpoRJjA,27835
|
|
424
470
|
aip_agents/tools/browser_use/streaming.pyi,sha256=9DVFCLoFz0ZIPh00OVVnMHgsqHzTBj9e0m6jSgLgdxQ,3192
|
|
425
471
|
aip_agents/tools/browser_use/structured_data_parser.py,sha256=G48eKMfrDE1BP7V8lJogfKWo5vSq_gzbodYDpKAxDV8,8372
|
|
426
472
|
aip_agents/tools/browser_use/structured_data_parser.pyi,sha256=LkzuOf6yNoIHZsjAdIsuklMdOB0tAxNZLMkuIw3d2Cw,3842
|
|
@@ -508,15 +554,15 @@ aip_agents/utils/langgraph/__init__.py,sha256=Yq0TjNfQ7MH-dUui1bAh7qDXlwmM9yKaS9
|
|
|
508
554
|
aip_agents/utils/langgraph/__init__.pyi,sha256=lmnwf_rn6QU0UTOR8hjTUzgDRHu3Am-gY9xQF0qDlDg,613
|
|
509
555
|
aip_agents/utils/langgraph/converter.py,sha256=71YDkd0Iovq5LaNZFBcxn-DNjX_rn_WGIcqmDHlHfGs,4920
|
|
510
556
|
aip_agents/utils/langgraph/converter.pyi,sha256=zodI3N5ml95kVv5IVl6_4JzOLtPZyzse4DPsanGgqmI,1985
|
|
511
|
-
aip_agents/utils/langgraph/tool_output_management.py,sha256=
|
|
512
|
-
aip_agents/utils/langgraph/tool_output_management.pyi,sha256=
|
|
557
|
+
aip_agents/utils/langgraph/tool_output_management.py,sha256=9zWs22D-iewnPdSbyExAg4BkOce-MsRh8snkv1V7KmI,42069
|
|
558
|
+
aip_agents/utils/langgraph/tool_output_management.pyi,sha256=39bRf3zifQiC_KrA1LW6MuwJXt5CZp8grDJWdpBhGJM,13835
|
|
513
559
|
aip_agents/utils/langgraph/tool_managers/__init__.py,sha256=CqHnUOLc3jvNR3vHjcdOH_BXXC-LRgJR3CoXBm5EcgA,687
|
|
514
560
|
aip_agents/utils/langgraph/tool_managers/__init__.pyi,sha256=xPvWR1cPtgD0V6td69vjYcTL4w5IGTc65IUabV1cxBE,434
|
|
515
561
|
aip_agents/utils/langgraph/tool_managers/a2a_tool_manager.py,sha256=oiyjoKOIgkoFXI69AJje00ZVkeS5sojj1sIOWUtpiPI,3814
|
|
516
562
|
aip_agents/utils/langgraph/tool_managers/a2a_tool_manager.pyi,sha256=Zs3hEn_0CHCsi4bzBS_2iDMyWr1xGSbRl-u0JJbE67o,1399
|
|
517
563
|
aip_agents/utils/langgraph/tool_managers/base_tool_manager.py,sha256=JkTik7JdUOXzWS3_iQhDJn0F3n0g-Jxgwz8GrUwLabk,2026
|
|
518
564
|
aip_agents/utils/langgraph/tool_managers/base_tool_manager.pyi,sha256=G1WysOvmMv5iDPiwdKwa01w9bE5GMshuU_0xCALKQUQ,1511
|
|
519
|
-
aip_agents/utils/langgraph/tool_managers/delegation_tool_manager.py,sha256=
|
|
565
|
+
aip_agents/utils/langgraph/tool_managers/delegation_tool_manager.py,sha256=PX6PjWso0od6LSazni3CYLkXNi0IUQ0Sjkgr0orPi-A,44260
|
|
520
566
|
aip_agents/utils/langgraph/tool_managers/delegation_tool_manager.pyi,sha256=SNBefHy-ZWZqDKA_LjBzevZ6HICSvWa-Oj0garP-7XE,2934
|
|
521
567
|
aip_agents/utils/metadata/__init__.py,sha256=Jw3eFe00C7ekeNyO_eJxM9jmVvjaBWccNyI6d2vbvKg,722
|
|
522
568
|
aip_agents/utils/metadata/__init__.pyi,sha256=nHRkW-eLNS0XB-Vs0fFbNOHfoLQfKT8BSoapFK3IyZ0,629
|
|
@@ -560,7 +606,7 @@ aip_agents/utils/pii/pii_helper.py,sha256=g0yRzakfA2AA6vjUNLWHqFlcxyLql6MXQ90NN3
|
|
|
560
606
|
aip_agents/utils/pii/pii_helper.pyi,sha256=dulZs150ikbAL3Bw2YLcz3_g4DsGmL3lciwf8mKxEjI,2939
|
|
561
607
|
aip_agents/utils/pii/uuid_deanonymizer_mapping.py,sha256=Gks8l8t0cuS9pzoQnrpiK1CaLmWYksjOnTeiHh3_7EE,7348
|
|
562
608
|
aip_agents/utils/pii/uuid_deanonymizer_mapping.pyi,sha256=gnWfD1rWZh_tloJjgKiZ6f6iNUuBaHpKqCSiP0d-9bs,3084
|
|
563
|
-
aip_agents_binary-0.
|
|
564
|
-
aip_agents_binary-0.
|
|
565
|
-
aip_agents_binary-0.
|
|
566
|
-
aip_agents_binary-0.
|
|
609
|
+
aip_agents_binary-0.6.1.dist-info/METADATA,sha256=SHkg6ELXvsKcMmpLPVaJSxPYoSHbpMqUmhouUUFqAVg,22371
|
|
610
|
+
aip_agents_binary-0.6.1.dist-info/WHEEL,sha256=KxCTaSkoYs_EnWvWxmau4HAvN-_rCRYV_bfRc_41A9k,106
|
|
611
|
+
aip_agents_binary-0.6.1.dist-info/top_level.txt,sha256=PEz8vcwC1bH4UrkhF0LkIYCNfXGWZUHdSklbvkBe25E,11
|
|
612
|
+
aip_agents_binary-0.6.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|