agentscope-runtime 1.0.4__py3-none-any.whl → 1.0.4a1__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.
Files changed (46) hide show
  1. agentscope_runtime/adapters/agentscope/stream.py +7 -1
  2. agentscope_runtime/cli/commands/deploy.py +0 -371
  3. agentscope_runtime/engine/__init__.py +0 -4
  4. agentscope_runtime/engine/constant.py +0 -1
  5. agentscope_runtime/engine/deployers/__init__.py +0 -12
  6. agentscope_runtime/engine/deployers/adapter/a2a/__init__.py +51 -26
  7. agentscope_runtime/engine/deployers/adapter/a2a/a2a_protocol_adapter.py +10 -19
  8. agentscope_runtime/engine/deployers/adapter/a2a/a2a_registry.py +201 -4
  9. agentscope_runtime/engine/deployers/adapter/a2a/nacos_a2a_registry.py +25 -134
  10. agentscope_runtime/engine/deployers/agentrun_deployer.py +2 -2
  11. agentscope_runtime/engine/runner.py +0 -12
  12. agentscope_runtime/engine/tracing/wrapper.py +4 -18
  13. agentscope_runtime/sandbox/__init__.py +6 -14
  14. agentscope_runtime/sandbox/box/base/__init__.py +2 -2
  15. agentscope_runtime/sandbox/box/base/base_sandbox.py +1 -51
  16. agentscope_runtime/sandbox/box/browser/__init__.py +2 -2
  17. agentscope_runtime/sandbox/box/browser/browser_sandbox.py +2 -198
  18. agentscope_runtime/sandbox/box/filesystem/__init__.py +2 -2
  19. agentscope_runtime/sandbox/box/filesystem/filesystem_sandbox.py +2 -99
  20. agentscope_runtime/sandbox/box/gui/__init__.py +2 -2
  21. agentscope_runtime/sandbox/box/gui/gui_sandbox.py +1 -117
  22. agentscope_runtime/sandbox/box/mobile/__init__.py +2 -2
  23. agentscope_runtime/sandbox/box/mobile/mobile_sandbox.py +100 -247
  24. agentscope_runtime/sandbox/box/sandbox.py +65 -98
  25. agentscope_runtime/sandbox/box/shared/routers/generic.py +29 -36
  26. agentscope_runtime/sandbox/client/__init__.py +1 -6
  27. agentscope_runtime/sandbox/client/http_client.py +329 -108
  28. agentscope_runtime/sandbox/enums.py +0 -7
  29. agentscope_runtime/sandbox/manager/sandbox_manager.py +4 -264
  30. agentscope_runtime/sandbox/manager/server/app.py +1 -7
  31. agentscope_runtime/version.py +1 -1
  32. {agentscope_runtime-1.0.4.dist-info → agentscope_runtime-1.0.4a1.dist-info}/METADATA +28 -102
  33. {agentscope_runtime-1.0.4.dist-info → agentscope_runtime-1.0.4a1.dist-info}/RECORD +37 -46
  34. agentscope_runtime/adapters/ms_agent_framework/__init__.py +0 -0
  35. agentscope_runtime/adapters/ms_agent_framework/message.py +0 -205
  36. agentscope_runtime/adapters/ms_agent_framework/stream.py +0 -418
  37. agentscope_runtime/adapters/utils.py +0 -6
  38. agentscope_runtime/common/container_clients/knative_client.py +0 -466
  39. agentscope_runtime/engine/deployers/fc_deployer.py +0 -1506
  40. agentscope_runtime/engine/deployers/knative_deployer.py +0 -290
  41. agentscope_runtime/sandbox/client/async_http_client.py +0 -339
  42. agentscope_runtime/sandbox/client/base.py +0 -74
  43. {agentscope_runtime-1.0.4.dist-info → agentscope_runtime-1.0.4a1.dist-info}/WHEEL +0 -0
  44. {agentscope_runtime-1.0.4.dist-info → agentscope_runtime-1.0.4a1.dist-info}/entry_points.txt +0 -0
  45. {agentscope_runtime-1.0.4.dist-info → agentscope_runtime-1.0.4a1.dist-info}/licenses/LICENSE +0 -0
  46. {agentscope_runtime-1.0.4.dist-info → agentscope_runtime-1.0.4a1.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agentscope-runtime
3
- Version: 1.0.4
3
+ Version: 1.0.4a1
4
4
  Summary: A production-ready runtime framework for agent applications, providing secure sandboxed execution environments and scalable deployment solutions with multi-framework support.
5
5
  Requires-Python: >=3.10
6
6
  Description-Content-Type: text/markdown
@@ -67,7 +67,6 @@ Requires-Dist: alibabacloud-credentials; extra == "ext"
67
67
  Requires-Dist: PyYAML; extra == "ext"
68
68
  Requires-Dist: agno>=2.3.8; extra == "ext"
69
69
  Requires-Dist: nacos-sdk-python>=3.0.0; extra == "ext"
70
- Requires-Dist: agent-framework>=1.0.0b251120; extra == "ext"
71
70
  Dynamic: license-file
72
71
 
73
72
  <div align="center">
@@ -75,7 +74,6 @@ Dynamic: license-file
75
74
  # AgentScope Runtime v1.0
76
75
 
77
76
  [![GitHub Repo](https://img.shields.io/badge/GitHub-Repo-black.svg?logo=github)](https://github.com/agentscope-ai/agentscope-runtime)
78
- [![WebUI](https://img.shields.io/badge/Try_WebUI-Online-green.svg?logo=googlechrome)](http://webui.runtime.agentscope.io/)
79
77
  [![PyPI](https://img.shields.io/pypi/v/agentscope-runtime?label=PyPI&color=brightgreen&logo=python)](https://pypi.org/project/agentscope-runtime/)
80
78
  [![Downloads](https://static.pepy.tech/badge/agentscope-runtime)](https://pepy.tech/project/agentscope-runtime)
81
79
  [![Python Version](https://img.shields.io/badge/python-3.10%2B-blue.svg?logo=python&label=Python)](https://python.org)
@@ -93,7 +91,6 @@ Dynamic: license-file
93
91
  [![DingTalk](https://img.shields.io/badge/DingTalk-Join_Us-orange.svg)](https://qr.dingtalk.com/action/joingroup?code=v1,k1,OmDlBXpjW+I2vWjKDsjvI9dhcXjGZi3bQiojOq3dlDw=&_dt_no_comment=1&origin=11)
94
92
 
95
93
  [[Cookbook]](https://runtime.agentscope.io/)
96
- [[Try WebUI]](http://webui.runtime.agentscope.io/)
97
94
  [[中文README]](README_zh.md)
98
95
  [[Samples]](https://github.com/agentscope-ai/agentscope-samples)
99
96
 
@@ -109,7 +106,6 @@ Dynamic: license-file
109
106
 
110
107
  ## 🆕 NEWS
111
108
 
112
- * **[2026-01]** Added **asynchronous sandbox** implementations (`BaseSandboxAsync`, `GuiSandboxAsync`, `BrowserSandboxAsync`, `FilesystemSandboxAsync`, `MobileSandboxAsync`) enabling non-blocking, concurrent tool execution in async program. Improved `run_ipython_cell` and `run_shell_command` methods with enhanced **concurrency and parallel execution** capabilities for more efficient sandbox operations.
113
109
  * **[2025-12]** We have released **AgentScope Runtime v1.0**, introducing a unified “Agent as API” white-box development experience, with enhanced multi-agent collaboration, state persistence, and cross-framework integration. This release also streamlines abstractions and modules to ensure consistency between development and production environments. Please refer to the **[CHANGELOG](https://runtime.agentscope.io/en/CHANGELOG.html)** for full update details and migration guide.
114
110
 
115
111
  ---
@@ -129,11 +125,11 @@ Dynamic: license-file
129
125
  >
130
126
  > | Framework/Feature | Message/Event | Tool | Service |
131
127
  > | ------------------------------------------------------------ | ------------- | ---- | ------- |
132
- > | [AgentScope](https://runtime.agentscope.io/en/quickstart.html) | ✅ | ✅ | ✅ |
128
+ > | AgentScope | ✅ | ✅ | ✅ |
133
129
  > | [LangGraph](https://runtime.agentscope.io/en/langgraph_guidelines.html) | ✅ | 🚧 | 🚧 |
134
- > | [Microsoft Agent Framework](https://runtime.agentscope.io/en/ms_agent_framework_guidelines.html) | ✅ | ✅ | 🚧 |
135
- > | [Agno](https://runtime.agentscope.io/en/agno_guidelines.html) | ✅ | ✅ | 🚧 |
136
130
  > | AutoGen | 🚧 | ✅ | 🚧 |
131
+ > | Microsoft Agent Framework | 🚧 | 🚧 | 🚧 |
132
+ > | [Agno](https://runtime.agentscope.io/en/agno_guidelines.html) | ✅ | ✅ | 🚧 |
137
133
 
138
134
  ---
139
135
 
@@ -333,29 +329,15 @@ These examples demonstrate how to create sandboxed environments and execute tool
333
329
 
334
330
  > [!NOTE]
335
331
  >
336
- > If you want to run the sandbox locally, the current version requires Docker or Kubernetes to be installed and running. In the future, we will offer more public cloud deployment options, as well as other virtualization technologies. Please refer to [this tutorial](https://runtime.agentscope.io/en/sandbox.html) for more details.
332
+ > Current version requires Docker or Kubernetes to be installed and running on your system. Please refer to [this tutorial](https://runtime.agentscope.io/en/sandbox.html) for more details.
337
333
  >
338
334
  > If you plan to use the sandbox on a large scale in production, we recommend deploying it directly in Alibaba Cloud for managed hosting: [One-click deploy sandbox on Alibaba Cloud](https://computenest.console.aliyun.com/service/instance/create/default?ServiceName=AgentScope%20Runtime%20%E6%B2%99%E7%AE%B1%E7%8E%AF%E5%A2%83)
339
335
 
340
- > [!TIP]
341
- > AgentScope Runtime provides **both synchronous** and **asynchronous** versions for each sandbox type
342
-
343
- | Synchronous Class | Asynchronous Class |
344
- | ------------------- | ------------------------ |
345
- | `BaseSandbox` | `BaseSandboxAsync` |
346
- | `GuiSandbox` | `GuiSandboxAsync` |
347
- | `FilesystemSandbox` | `FilesystemSandboxAsync` |
348
- | `BrowserSandbox` | `BrowserSandboxAsync` |
349
- | `MobileSandbox` | `MobileSandboxAsync` |
350
- | `TrainingSandbox` | - |
351
- | `AgentbaySandbox` | - |
352
-
353
336
  #### Base Sandbox
354
337
 
355
338
  Use for running **Python code** or **shell commands** in an isolated environment.
356
339
 
357
340
  ```python
358
- # --- Synchronous version ---
359
341
  from agentscope_runtime.sandbox import BaseSandbox
360
342
 
361
343
  with BaseSandbox() as box:
@@ -364,15 +346,6 @@ with BaseSandbox() as box:
364
346
  print(box.run_ipython_cell(code="print('hi')")) # Run Python code
365
347
  print(box.run_shell_command(command="echo hello")) # Run shell command
366
348
  input("Press Enter to continue...")
367
-
368
- # --- Asynchronous version ---
369
- from agentscope_runtime.sandbox import BaseSandboxAsync
370
-
371
- async with BaseSandboxAsync() as box:
372
- # Default image is `agentscope/runtime-sandbox-base:latest`
373
- print(await box.list_tools()) # List all available tools
374
- print(await box.run_ipython_cell(code="print('hi')")) # Run Python code
375
- print(await box.run_shell_command(command="echo hello")) # Run shell command
376
349
  ```
377
350
 
378
351
  #### GUI Sandbox
@@ -382,26 +355,14 @@ Provides a **virtual desktop** environment for mouse, keyboard, and screen opera
382
355
  <img src="https://img.alicdn.com/imgextra/i2/O1CN01df5SaM1xKFQP4KGBW_!!6000000006424-2-tps-2958-1802.png" alt="GUI Sandbox" width="800" height="500">
383
356
 
384
357
  ```python
385
- # --- Synchronous version ---
386
358
  from agentscope_runtime.sandbox import GuiSandbox
387
359
 
388
360
  with GuiSandbox() as box:
389
361
  # By default, pulls `agentscope/runtime-sandbox-gui:latest` from DockerHub
390
- print(box.list_tools()) # List all available tools
362
+ print(box.list_tools()) # List all available tools
391
363
  print(box.desktop_url) # Web desktop access URL
392
364
  print(box.computer_use(action="get_cursor_position")) # Get mouse cursor position
393
- print(box.computer_use(action="get_screenshot")) # Capture screenshot
394
- input("Press Enter to continue...")
395
-
396
- # --- Asynchronous version ---
397
- from agentscope_runtime.sandbox import GuiSandboxAsync
398
-
399
- async with GuiSandboxAsync() as box:
400
- # Default image is `agentscope/runtime-sandbox-gui:latest`
401
- print(await box.list_tools()) # List all available tools
402
- print(box.desktop_url) # Web desktop access URL
403
- print(await box.computer_use(action="get_cursor_position")) # Get mouse cursor position
404
- print(await box.computer_use(action="get_screenshot")) # Capture screenshot
365
+ print(box.computer_use(action="get_screenshot")) # Capture screenshot
405
366
  input("Press Enter to continue...")
406
367
  ```
407
368
 
@@ -412,25 +373,14 @@ A GUI-based sandbox with **browser operations** inside an isolated sandbox.
412
373
  <img src="https://img.alicdn.com/imgextra/i4/O1CN01OIq1dD1gAJMcm0RFR_!!6000000004101-2-tps-2734-1684.png" alt="GUI Sandbox" width="800" height="500">
413
374
 
414
375
  ```python
415
- # --- Synchronous version ---
416
376
  from agentscope_runtime.sandbox import BrowserSandbox
417
377
 
418
378
  with BrowserSandbox() as box:
419
379
  # By default, pulls `agentscope/runtime-sandbox-browser:latest` from DockerHub
420
- print(box.list_tools()) # List all available tools
380
+ print(box.list_tools()) # List all available tools
421
381
  print(box.desktop_url) # Web desktop access URL
422
382
  box.browser_navigate("https://www.google.com/") # Open a webpage
423
383
  input("Press Enter to continue...")
424
-
425
- # --- Asynchronous version ---
426
- from agentscope_runtime.sandbox import BrowserSandboxAsync
427
-
428
- async with BrowserSandboxAsync() as box:
429
- # Default image is `agentscope/runtime-sandbox-browser:latest`
430
- print(await box.list_tools()) # List all available tools
431
- print(box.desktop_url) # Web desktop access URL
432
- await box.browser_navigate("https://www.google.com/") # Open a webpage
433
- input("Press Enter to continue...")
434
384
  ```
435
385
 
436
386
  #### Filesystem Sandbox
@@ -440,24 +390,13 @@ A GUI-based sandbox with **file system operations** such as creating, reading, a
440
390
  <img src="https://img.alicdn.com/imgextra/i3/O1CN01VocM961vK85gWbJIy_!!6000000006153-2-tps-2730-1686.png" alt="GUI Sandbox" width="800" height="500">
441
391
 
442
392
  ```python
443
- # --- Synchronous version ---
444
- from agentscope_runtime.sandbox import BrowserSandbox
445
-
446
- with BrowserSandbox() as box:
447
- # By default, pulls `agentscope/runtime-sandbox-browser:latest` from DockerHub
448
- print(box.list_tools()) # List all available tools
449
- print(box.desktop_url) # Web desktop access URL
450
- box.browser_navigate("https://www.google.com/") # Open a webpage
451
- input("Press Enter to continue...")
393
+ from agentscope_runtime.sandbox import FilesystemSandbox
452
394
 
453
- # --- Asynchronous version ---
454
- from agentscope_runtime.sandbox import BrowserSandboxAsync
455
-
456
- async with BrowserSandboxAsync() as box:
457
- # Default image is `agentscope/runtime-sandbox-browser:latest`
458
- print(await box.list_tools()) # List all available tools
395
+ with FilesystemSandbox() as box:
396
+ # By default, pulls `agentscope/runtime-sandbox-filesystem:latest` from DockerHub
397
+ print(box.list_tools()) # List all available tools
459
398
  print(box.desktop_url) # Web desktop access URL
460
- await box.browser_navigate("https://www.google.com/") # Open a webpage
399
+ box.create_directory("test") # Create a directory
461
400
  input("Press Enter to continue...")
462
401
  ```
463
402
 
@@ -482,32 +421,16 @@ Provides a **sandboxed Android emulator environment** that allows executing vari
482
421
  - **Architecture Compatibility**:
483
422
  When running on an ARM64/aarch64 architecture (e.g., Apple M-series chips), you may encounter compatibility or performance issues. It is recommended to run on an x86_64 host.
484
423
  ```python
485
- # --- Synchronous version ---
486
424
  from agentscope_runtime.sandbox import MobileSandbox
487
425
 
488
426
  with MobileSandbox() as box:
489
427
  # By default, pulls 'agentscope/runtime-sandbox-mobile:latest' from DockerHub
490
- print(box.list_tools()) # List all available tools
491
- print(box.mobile_get_screen_resolution()) # Get the screen resolution
492
- print(box.mobile_tap([500, 1000])) # Tap at coordinate (500, 1000)
493
- print(box.mobile_input_text("Hello from AgentScope!")) # Input text
494
- print(box.mobile_key_event(3)) # HOME key event
495
- screenshot_result = box.mobile_get_screenshot() # Get screenshot
496
- print(screenshot_result)
497
- input("Press Enter to continue...")
498
-
499
- # --- Asynchronous version ---
500
- from agentscope_runtime.sandbox import MobileSandboxAsync
501
-
502
- async with MobileSandboxAsync() as box:
503
- # Default image is 'agentscope/runtime-sandbox-mobile:latest'
504
- print(await box.list_tools()) # List all available tools
505
- print(await box.mobile_get_screen_resolution()) # Get the screen resolution
506
- print(await box.mobile_tap([500, 1000])) # Tap at coordinate (500, 1000)
507
- print(await box.mobile_input_text("Hello from AgentScope!")) # Input text
508
- print(await box.mobile_key_event(3)) # HOME key event
509
- screenshot_result = await box.mobile_get_screenshot() # Get screenshot
510
- print(screenshot_result)
428
+ print(box.list_tools()) # List all available tools
429
+ print(box.mobile_get_screen_resolution()) # Get the screen resolution
430
+ print(box.mobile_tap([500, 1000])) # Tap at coordinate (500, 1000)
431
+ print(box.mobile_input_text("Hello from AgentScope!")) # Input text
432
+ print(box.mobile_key_event(3)) # Sends a HOME key event (KeyCode: 3)
433
+ screenshot_result = box.mobile_get_screenshot() # Get the current screenshot
511
434
  input("Press Enter to continue...")
512
435
  ```
513
436
 
@@ -578,11 +501,15 @@ Example:
578
501
  agentscope-registry.ap-southeast-1.cr.aliyuncs.com/agentscope/runtime-sandbox-base:preview
579
502
  ```
580
503
 
504
+ ---
505
+
581
506
  #### Serverless Sandbox Deployment
582
507
 
583
- AgentScope Runtime also supports serverless deployment, which is suitable for running sandboxes in a serverless environment, e.g. [Alibaba Cloud Function Compute (FC)](https://help.aliyun.com/zh/functioncompute/fc/).
508
+ AgentScope Runtime also supports serverless deployment, which is suitable for running sandboxes in a serverless environment,
509
+ [Alibaba Cloud Function Compute (FC)](https://help.aliyun.com/zh/functioncompute/fc/) or [Alibaba Cloud AgentRun](https://docs.agent.run/).
584
510
 
585
- First, please refer to the [documentation](https://runtime.agentscope.io/en/sandbox/advanced.html#optional-function-compute-fc-settings) to configure the serverless environment variables. Make `CONTAINER_DEPLOYMENT` to `fc` to enable serverless deployment.
511
+ First, please refer to the [documentation](https://runtime.agentscope.io/en/sandbox/advanced.html#optional-function-compute-fc-settings) to configure the serverless environment variables.
512
+ Make `CONTAINER_DEPLOYMENT` to `fc` or `agentrun` to enable serverless deployment.
586
513
 
587
514
  Then, start a sandbox server, use the `--config` option to specify a serverless environment setup:
588
515
 
@@ -643,7 +570,8 @@ print(response)
643
570
  ```
644
571
 
645
572
  Besides, `DeployManager` also supports serverless deployments, such as deploying your agent app
646
- to [ModelStudio](https://bailian.console.aliyun.com/?admin=1&tab=doc#/doc/?type=app&url=2983030).
573
+ to [ModelStudio](https://bailian.console.aliyun.com/?admin=1&tab=doc#/doc/?type=app&url=2983030)
574
+ or [AgentRun](https://docs.agent.run/).
647
575
 
648
576
  ```python
649
577
  from agentscope_runtime.engine.deployers import ModelStudioDeployManager
@@ -725,7 +653,7 @@ limitations under the License.
725
653
 
726
654
  ## Contributors ✨
727
655
  <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
728
- [![All Contributors](https://img.shields.io/badge/all_contributors-31-orange.svg?style=flat-square)](#contributors-)
656
+ [![All Contributors](https://img.shields.io/badge/all_contributors-29-orange.svg?style=flat-square)](#contributors-)
729
657
  <!-- ALL-CONTRIBUTORS-BADGE:END -->
730
658
 
731
659
  Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/emoji-key/)):
@@ -773,8 +701,6 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/e
773
701
  </tr>
774
702
  <tr>
775
703
  <td align="center" valign="top" width="14.28%"><a href="https://github.com/RTsama"><img src="https://avatars.githubusercontent.com/u/100779257?v=4?s=100" width="100px;" alt="RTsama"/><br /><sub><b>RTsama</b></sub></a><br /><a href="https://github.com/agentscope-ai/agentscope-runtime/issues?q=author%3ARTsama" title="Bug reports">🐛</a> <a href="https://github.com/agentscope-ai/agentscope-runtime/commits?author=RTsama" title="Code">💻</a></td>
776
- <td align="center" valign="top" width="14.28%"><a href="https://allenli178.top"><img src="https://avatars.githubusercontent.com/u/53218750?v=4?s=100" width="100px;" alt="YuYan"/><br /><sub><b>YuYan</b></sub></a><br /><a href="https://github.com/agentscope-ai/agentscope-runtime/commits?author=allenli178" title="Documentation">📖</a></td>
777
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/rlp2006"><img src="https://avatars.githubusercontent.com/u/212365247?v=4?s=100" width="100px;" alt="Li Peng (Yuan Yi)"/><br /><sub><b>Li Peng (Yuan Yi)</b></sub></a><br /><a href="https://github.com/agentscope-ai/agentscope-runtime/commits?author=rlp2006" title="Code">💻</a> <a href="https://github.com/agentscope-ai/agentscope-runtime/commits?author=rlp2006" title="Documentation">📖</a> <a href="#example-rlp2006" title="Examples">💡</a></td>
778
704
  </tr>
779
705
  </tbody>
780
706
  <tfoot>
@@ -1,10 +1,9 @@
1
1
  agentscope_runtime/__init__.py,sha256=LMAUeUpPo2qzqh3zyZ-JJwc8GrsiT9b-yNhQMxlKmfE,84
2
- agentscope_runtime/version.py,sha256=xh1nxFuzg-lThBNWPcakjqIe1tjikgc9ykNv8nAlXyQ,47
2
+ agentscope_runtime/version.py,sha256=KJxLcwQwCbM7FlbQXfQOCw1C6ILW8NXd77m2ajm2w7o,49
3
3
  agentscope_runtime/adapters/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- agentscope_runtime/adapters/utils.py,sha256=lL6RrSwxyj2WHWgUaCtscbP9aD_Rf3UY_FCtDPJ_ISI,180
5
4
  agentscope_runtime/adapters/agentscope/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
5
  agentscope_runtime/adapters/agentscope/message.py,sha256=Bhb3V6TOv8s9uAhuZSl7uN728bFvnDzRYqejs0u_bNU,23057
7
- agentscope_runtime/adapters/agentscope/stream.py,sha256=MZ09AqgsnT57-TJr96PliYhHFvWdnFqg-PXi9kAkvWU,23047
6
+ agentscope_runtime/adapters/agentscope/stream.py,sha256=UqM5gbHZPrDeuJk6qzKCf8hKQ5zBQcziYcKuf7kC1aY,23167
8
7
  agentscope_runtime/adapters/agentscope/long_term_memory/__init__.py,sha256=Hg4ghENb8u49svojY_q89HEjKImvLjKMQwmL8Y3wGgE,135
9
8
  agentscope_runtime/adapters/agentscope/long_term_memory/_long_term_memory_adapter.py,sha256=dwUS6-xvn9g4VlVcHL89gCbHjdw-VWKEBNpVkmzUAgE,7873
10
9
  agentscope_runtime/adapters/agentscope/memory/__init__.py,sha256=zqVxvsJv1t1mjJKdOjtP6dUGNOrc0LLwZx_yZCNq7Xs,137
@@ -21,16 +20,13 @@ agentscope_runtime/adapters/autogen/tool/tool.py,sha256=NFSitBvL5uP3sVwHQfxprbsG
21
20
  agentscope_runtime/adapters/langgraph/__init__.py,sha256=yLNYabjNXn6BgIVdWCP7m3DOqzqOFsVm_Qu1FV5MyeU,309
22
21
  agentscope_runtime/adapters/langgraph/message.py,sha256=T2RNsrhCSkyelo4NRZeZf7abK1iK8VvpyEWUunS_XZQ,9267
23
22
  agentscope_runtime/adapters/langgraph/stream.py,sha256=MB5NE2bx9hE-TYLwW5jwepZBRAuJ_TLAGYVSejskdo8,7974
24
- agentscope_runtime/adapters/ms_agent_framework/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
25
- agentscope_runtime/adapters/ms_agent_framework/message.py,sha256=JbgdC1vEasTowl_NPtnfm99F9_24UrEWIfHGEtG-HP0,7184
26
- agentscope_runtime/adapters/ms_agent_framework/stream.py,sha256=FlGoffKW6nRD4I7yBsnhu4J0pAmQyGV-cQrNKN80F9M,14096
27
23
  agentscope_runtime/adapters/text/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
28
24
  agentscope_runtime/adapters/text/stream.py,sha256=qtk-WIj8itvOUZO0IHzNPBNWX4V5Dm13nhsNlDyYWKc,682
29
25
  agentscope_runtime/cli/__init__.py,sha256=aAc30JEk1UNLLmxcQeTiNMJXbFczjym4Oses4ULIsFI,181
30
26
  agentscope_runtime/cli/cli.py,sha256=_STqVMgRSaOa0GhWQDSMYEDY3r3yAHmEXbfk1Zfjb6s,1431
31
27
  agentscope_runtime/cli/commands/__init__.py,sha256=MylJNzS3HeGgqekkD0pYg5MALiK_GK7pDArFXZDF9pk,59
32
28
  agentscope_runtime/cli/commands/chat.py,sha256=Ttm62VpgSEe_GMLWqfewGfnt33ZZNlZ0nITUn3IBWEE,29776
33
- agentscope_runtime/cli/commands/deploy.py,sha256=lsh2XOIoDMitrVzNXDRXSFmyV5qx8vv6t-Ni5rCR29w,44269
29
+ agentscope_runtime/cli/commands/deploy.py,sha256=AvcaI50-7NN0tRIlJ-pXWCbNAbYeua88AIvV4aEX2-E,32817
34
30
  agentscope_runtime/cli/commands/invoke.py,sha256=4AYswJ7ErPAlX-gWGhFRUBiwOXeuPl0fa_Dha6edqGY,1381
35
31
  agentscope_runtime/cli/commands/list_cmd.py,sha256=SZTx58e323u_agtZJJfbzgfD1srk_qW0R-uWKd4Ifiw,2581
36
32
  agentscope_runtime/cli/commands/run.py,sha256=L8F8Ph0RFA_QPcF7flrdEWHJK8nYuFoTtUDH4qdg5Xo,5139
@@ -60,34 +56,31 @@ agentscope_runtime/common/container_clients/agentrun_client.py,sha256=nibFHR5N3t
60
56
  agentscope_runtime/common/container_clients/base_client.py,sha256=_uvxRh65lbMNXDcHjq01aYuNUrcxRlNzRtRIPMgWFGc,992
61
57
  agentscope_runtime/common/container_clients/docker_client.py,sha256=eP7NcUWdTuV1wwF9FeuQCZBDrVOUVRiKOcz3GYD4K-o,7724
62
58
  agentscope_runtime/common/container_clients/fc_client.py,sha256=l10m0Xdu4k41P4MQBLEH5lm_HJEZjMJTk_v0YgYNHi4,32677
63
- agentscope_runtime/common/container_clients/knative_client.py,sha256=xO1nmP67QVmZI41Ql9t8VCg0gHC09lY32pzWmmMFEf0,15867
64
59
  agentscope_runtime/common/container_clients/kubernetes_client.py,sha256=8_X091fbcR97_chFVMiWNDj5QmkBPG3tkS5zlXs-OCk,39550
65
60
  agentscope_runtime/common/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
66
61
  agentscope_runtime/common/utils/lazy_loader.py,sha256=YbhbKNJrm1d3adCZ6gM6ljZE0QCCcpt4yGDCjNWtkJ4,1937
67
- agentscope_runtime/engine/__init__.py,sha256=qDdrSixs7QjlZ4DxNCt7NdjVPEIIk2wREpYzDxuZYCU,798
68
- agentscope_runtime/engine/constant.py,sha256=PQzLbA2T19vprS6lvb0xhM26zt_umjQ6VbNcsQo2Ylc,154
69
- agentscope_runtime/engine/runner.py,sha256=W5zdYIl9kRIShLec7ehKctaCfC5vwTH2E9ClGUvrYdg,10483
62
+ agentscope_runtime/engine/__init__.py,sha256=lJV0pGExSfUmyW43MNdTG06jOTNnMrLHSgBS2AhYvyQ,656
63
+ agentscope_runtime/engine/constant.py,sha256=KOXujjNLky8Jcm8D_gPhQLsQdzPcU4RfrQzAvJUCrpU,128
64
+ agentscope_runtime/engine/runner.py,sha256=kf682awGWCKhEXOq9-S4dxKiulsYPmg4UJkiSpuf5Jg,9967
70
65
  agentscope_runtime/engine/app/__init__.py,sha256=8asUQNRTjIEyoWjl955mn3gLkcYna8-CK4A810Eol0Y,87
71
66
  agentscope_runtime/engine/app/agent_app.py,sha256=Gc28kxTFp8dF0PapJbBX4hGethiWO2vIPbS5WL3fjXc,12875
72
67
  agentscope_runtime/engine/app/base_app.py,sha256=ILLp4GUVslRtLxSjCTrpTX6f1E5QhM9oXefxy4sA28I,2290
73
68
  agentscope_runtime/engine/app/celery_mixin.py,sha256=fDPc4loHieUXvgJYRYWAv-3qOSssdbfKH9Fiu-ShrIs,2929
74
- agentscope_runtime/engine/deployers/__init__.py,sha256=3ujcnAcePoeT7y93nLW6tYQwSY5PY-UWHa38FpL9K6g,797
75
- agentscope_runtime/engine/deployers/agentrun_deployer.py,sha256=flJRl6b_RnpoiiRCv9Z0GlyuxIDszf8FRvnLOcE_rAw,106119
69
+ agentscope_runtime/engine/deployers/__init__.py,sha256=goBDVczK_iEzSQ7H4comkFCr6vEwuTXCo87yktRj8Vg,555
70
+ agentscope_runtime/engine/deployers/agentrun_deployer.py,sha256=hNYhTPIBkXvCDvvuKdMzFmESsAyVFtBsq_NPD-z-zMo,106117
76
71
  agentscope_runtime/engine/deployers/base.py,sha256=X4Vdu1x_ln0GK3aB_SSMaFoWDRYjh9nQT-mPOxWwkXY,1393
77
72
  agentscope_runtime/engine/deployers/cli_fc_deploy.py,sha256=OZ6vn6t3FEKQJgbxADvPM5S90WP7OJGdBEBc-te_GiE,6063
78
- agentscope_runtime/engine/deployers/fc_deployer.py,sha256=sIJvRp_W54C0daSnbn3LLt0NezkayGVE5ItPtUH5EdM,56445
79
- agentscope_runtime/engine/deployers/knative_deployer.py,sha256=c5wy2h2TtQ82A5L4Sp_xLMni3SWSeujtohC7GwK11F8,9751
80
73
  agentscope_runtime/engine/deployers/kubernetes_deployer.py,sha256=5sc2cMvB19zERTpphhyDKFohO9-YHtucNeGSlfbUICk,13548
81
74
  agentscope_runtime/engine/deployers/local_deployer.py,sha256=mmEk5kSRqQW5Z32Gm3PWNphCu2QXisAoejWmDI5XBVk,22485
82
75
  agentscope_runtime/engine/deployers/modelstudio_deployer.py,sha256=Pyb4XubHFUm78hm3NbUBC0FWm91-KWuzI4FlaqSJfiQ,34912
83
76
  agentscope_runtime/engine/deployers/adapter/__init__.py,sha256=11R2POJNbfH5WE3hntYvhUOm_bq-LB-EaUGfbPwCHuQ,66
84
77
  agentscope_runtime/engine/deployers/adapter/protocol_adapter.py,sha256=OpLfBWiFY_xC0uG53UYSeQuUnw7vZzvNnm5w6QFr9_w,737
85
- agentscope_runtime/engine/deployers/adapter/a2a/__init__.py,sha256=s1_skJDKRc70GIN95euZFwN4IV8EvGjRGwk-JvWe0S8,1169
78
+ agentscope_runtime/engine/deployers/adapter/a2a/__init__.py,sha256=KwY0UPs0VAoqjxWOr6NiwVtTfl-Vr5qtUYxeqQ0RdeU,1953
86
79
  agentscope_runtime/engine/deployers/adapter/a2a/a2a_adapter_utils.py,sha256=7nuyfkN7rR8PjpWPKh2acsd9VztbtcZOQdzSp4dWVUY,10956
87
80
  agentscope_runtime/engine/deployers/adapter/a2a/a2a_agent_adapter.py,sha256=h7wwl2CiKcGUxhKkrWN7DpaIpTltoRm-6ETS_fJHmEk,2147
88
- agentscope_runtime/engine/deployers/adapter/a2a/a2a_protocol_adapter.py,sha256=L3B3X12S68ugGKaRyEmbFQN1Hh_h0iKSG_rdjRUQ5OI,16644
89
- agentscope_runtime/engine/deployers/adapter/a2a/a2a_registry.py,sha256=sDnR1iIGP_vpgRrIcyrAJ26SFJ_RgolyJDkA2StRihA,2274
90
- agentscope_runtime/engine/deployers/adapter/a2a/nacos_a2a_registry.py,sha256=nPCh7xbLiX3HGK_SV64KCbvjhFpizWq19qaLKt9XAbU,27295
81
+ agentscope_runtime/engine/deployers/adapter/a2a/a2a_protocol_adapter.py,sha256=aLBfigx4qe3eqSEQNqKbZAN6h3KAvVwp6JrNO6_BjEo,16307
82
+ agentscope_runtime/engine/deployers/adapter/a2a/a2a_registry.py,sha256=JfynAUw2FIAGDneMLZUKsCJLFAuNP_TFLv-oUCnSSDE,8763
83
+ agentscope_runtime/engine/deployers/adapter/a2a/nacos_a2a_registry.py,sha256=XDzs_4tOdJwFototk7cF_J7IGK_su0JUikMTupBYJUk,23848
91
84
  agentscope_runtime/engine/deployers/adapter/responses/__init__.py,sha256=0f1SVBagTz0Kex8kX9_QapqmBPJUHcRejnV4P39PaBc,93
92
85
  agentscope_runtime/engine/deployers/adapter/responses/response_api_adapter_utils.py,sha256=MmvLkHDbb1cQMS2kQKnS3FT_6DUOQRdL2vb_HMA6eFo,98448
93
86
  agentscope_runtime/engine/deployers/adapter/responses/response_api_agent_adapter.py,sha256=B3F1GOvu_HFFdH8gnKJtVlr8u34jjRV3iKMgVz1XHVY,1593
@@ -159,43 +152,43 @@ agentscope_runtime/engine/tracing/local_logging_handler.py,sha256=scx_eJeZHonLYk
159
152
  agentscope_runtime/engine/tracing/message_util.py,sha256=9ldwWNcm6VqAZ04orHOf8namw0I0CEiU5v89fyKEO_c,18551
160
153
  agentscope_runtime/engine/tracing/tracing_metric.py,sha256=X1m6yjLx_hnbmozsCxiW9X3t1gWgrKlbsYEfCMqNSx0,2375
161
154
  agentscope_runtime/engine/tracing/tracing_util.py,sha256=tzY-vp4k6BzfjHIIpQLrrgswsxQVMiCVMp6gQXFnzDY,3820
162
- agentscope_runtime/engine/tracing/wrapper.py,sha256=Gm4Ln4QLzumetx_siN5cC5m6ohr_OUqSkLnMowqSefY,31979
163
- agentscope_runtime/sandbox/__init__.py,sha256=zDqWKH69cRv0IhrtY746lNxm428pwyi38weoc5X7KYk,1112
155
+ agentscope_runtime/engine/tracing/wrapper.py,sha256=mgvkdBrIjOt-q7UMSX77gsO7TVzl2PyDdoFUEv8rr-o,31524
156
+ agentscope_runtime/sandbox/__init__.py,sha256=Rjueu4FRl0ieis-XwHDbW81kopNVudhNRMIso9gAOSo,869
164
157
  agentscope_runtime/sandbox/build.py,sha256=WS1nTvVmFwt5JIJiYb1qBcnSnTucC6_R4ps0wSivQX0,8509
165
158
  agentscope_runtime/sandbox/constant.py,sha256=NzpxJ1hBDkP9J_c45FsG3iDgBkfEkIlkSKjc4X78tiU,1011
166
- agentscope_runtime/sandbox/enums.py,sha256=sAQyJHvqmy-Cs3sggI4dvLXmvwL414lsxibD7g7kVeU,2111
159
+ agentscope_runtime/sandbox/enums.py,sha256=8aAilIiP9Gw4SsPmhsDvGLo7D2ElZ2n0hRCU1TwmCio,1920
167
160
  agentscope_runtime/sandbox/mcp_server.py,sha256=UT3aRZqyeHqEhhm-wZ0Ilhew3eDMHzz9DCN6Qb-eKFk,6012
168
161
  agentscope_runtime/sandbox/registry.py,sha256=3ukwbTOjSINWH7DIOmG1iPgze5nb-zXl2X8M7_AeBwg,4190
169
162
  agentscope_runtime/sandbox/utils.py,sha256=XH0t0QJMUt5RFACa_7FGo5YIC0Z3tPtdBsOtnCovPJU,3199
170
163
  agentscope_runtime/sandbox/box/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
171
- agentscope_runtime/sandbox/box/sandbox.py,sha256=1sxeu4YGUs-Q3CdmSsZJZPx5Av4t2-xX7qJDDKEWGeQ,6197
164
+ agentscope_runtime/sandbox/box/sandbox.py,sha256=-BWme4Zxx9xWssRXf6KzH3RVueR9MuzcOcN8Gdu7mTg,5309
172
165
  agentscope_runtime/sandbox/box/agentbay/__init__.py,sha256=R-KRTawGZwblLBh0ZrXz2ESaV8biE3pLqVXUcLUI1-g,101
173
166
  agentscope_runtime/sandbox/box/agentbay/agentbay_sandbox.py,sha256=id19HKUq2RFDZHW90UlGj74ZKkknbK5juL1w4qniC0g,17827
174
- agentscope_runtime/sandbox/box/base/__init__.py,sha256=iOx8xRc929N4FBURgrfTJ_X2exGWq41GwYVaOwCZqDU,127
175
- agentscope_runtime/sandbox/box/base/base_sandbox.py,sha256=ByvpG16LgKKQ2KR9MClY7QuhyhgqF_xh6O3q6zDGYCI,2693
167
+ agentscope_runtime/sandbox/box/base/__init__.py,sha256=a68IgljSWvNn1mWaCOeEm2C-7Gf7JiUdDnJpBfID198,89
168
+ agentscope_runtime/sandbox/box/base/base_sandbox.py,sha256=H0MGEVpM9q6a7Ts2EfslNfWgeGuBUtL8ISvAkv34zQA,1323
176
169
  agentscope_runtime/sandbox/box/base/box/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
177
- agentscope_runtime/sandbox/box/browser/__init__.py,sha256=io0rQzUVdH3c5vEqMegr0Z1YMfYPFqIkHKz4SAYqWGk,142
178
- agentscope_runtime/sandbox/box/browser/browser_sandbox.py,sha256=Bbe2wDMYA4ddImKcJLEQmNvYC66XfWmlngTtGZkV-gQ,15417
170
+ agentscope_runtime/sandbox/box/browser/__init__.py,sha256=thrkAvtLQ23jR8sM_bSsfmsqFiwpExgh72vnrVUcweQ,98
171
+ agentscope_runtime/sandbox/box/browser/browser_sandbox.py,sha256=oCDD2cp9Mc7mTDi6gFXPlH7jjpOGnxBBlai5JGiJQIc,9380
179
172
  agentscope_runtime/sandbox/box/browser/box/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
180
173
  agentscope_runtime/sandbox/box/cloud/__init__.py,sha256=eydrq0JZ55M6WQry4E0N-By7P-3NnrXS1GwBYWbIovk,92
181
174
  agentscope_runtime/sandbox/box/cloud/cloud_sandbox.py,sha256=y5lh5C3UqgzHUmkb_VqQ7627653r2MZ7YLmxLna-Htw,7660
182
175
  agentscope_runtime/sandbox/box/dummy/__init__.py,sha256=RErHmUx7hFXX69nohtYBS_QSHEWENZHZbWG3434ZDls,92
183
176
  agentscope_runtime/sandbox/box/dummy/dummy_sandbox.py,sha256=KAsCEbgZu48qklNMWLd7yPCb7TP1RPFXVi8CQ9Z-kPo,705
184
- agentscope_runtime/sandbox/box/filesystem/__init__.py,sha256=hn2leixVtV4EElud-tntd_v0RaFW5o_wGgxGTxGnSbo,157
185
- agentscope_runtime/sandbox/box/filesystem/filesystem_sandbox.py,sha256=N5Bl4R5mNH6QdXV1Yyvo0vPXqxebPjTQvdfAhYet2c8,8233
177
+ agentscope_runtime/sandbox/box/filesystem/__init__.py,sha256=OsYCqFfattl6y5M55XMwHTeXVnb-pL3cWMJKjTZIu-s,107
178
+ agentscope_runtime/sandbox/box/filesystem/filesystem_sandbox.py,sha256=ORxCMAd32rs5BOBosyp7bYm2izwxvL2-h1YUziNl2cU,4834
186
179
  agentscope_runtime/sandbox/box/filesystem/box/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
187
- agentscope_runtime/sandbox/box/gui/__init__.py,sha256=CG-1to4gkfpePx3v4IHYMDJI0PKM58tRZTXcevoNWPU,176
188
- agentscope_runtime/sandbox/box/gui/gui_sandbox.py,sha256=o4knVahT51aWsHJ0Grd5lVKiSaR-zDTPrrFokGq2dsQ,9989
180
+ agentscope_runtime/sandbox/box/gui/__init__.py,sha256=-tzNU2yYdKjXD83PlNaMtsu5nqO1yBi2LDevIda2eqo,108
181
+ agentscope_runtime/sandbox/box/gui/gui_sandbox.py,sha256=UkVGcOX0naQZmxf2T6ltPIQ_FBL2YRZKfX5Iks6HoXY,5204
189
182
  agentscope_runtime/sandbox/box/gui/box/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
190
- agentscope_runtime/sandbox/box/mobile/__init__.py,sha256=-pDTAO_tMeS3uJloT6F8zAuaPGMM4vKklvjKHMWN43k,137
191
- agentscope_runtime/sandbox/box/mobile/mobile_sandbox.py,sha256=rGtLL3OPkE7MMsURkxVTzh1W5DeORZAl6G_NGgTm1AY,15187
183
+ agentscope_runtime/sandbox/box/mobile/__init__.py,sha256=x9eL7XEw9oAZIzKr-_6UFbtkfTvfmXJ57Lmc4rXMyv0,95
184
+ agentscope_runtime/sandbox/box/mobile/mobile_sandbox.py,sha256=a-uynxbBPEXZ_nVNaocYtAzwiJRPwXxCeUVOAGYpQsE,10985
192
185
  agentscope_runtime/sandbox/box/mobile/box/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
193
186
  agentscope_runtime/sandbox/box/shared/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
194
187
  agentscope_runtime/sandbox/box/shared/app.py,sha256=bw6l0XPVF86yuh0jO_Sx9S-B-luFE3U3lIb6Qjc3dGU,1107
195
188
  agentscope_runtime/sandbox/box/shared/dependencies/__init__.py,sha256=e1x-6L6vsBbQBrtjrDsdK8eqk-lCqxOIPrSqWyxoG50,98
196
189
  agentscope_runtime/sandbox/box/shared/dependencies/deps.py,sha256=pavJWhin5Dbc1f452PDNaCYo9RkK-y95dwLyYZQMOPQ,687
197
190
  agentscope_runtime/sandbox/box/shared/routers/__init__.py,sha256=QokVfRhfBftiXktqpn3iqdKcSz7TcSn-4Kbf4QhOUXs,273
198
- agentscope_runtime/sandbox/box/shared/routers/generic.py,sha256=oOzLMljVDLpQsNRKxPqTftgfR5VEBnbZTZ58BnbwiZ4,5473
191
+ agentscope_runtime/sandbox/box/shared/routers/generic.py,sha256=5hIwNPpC2Pu4uTqKWGcymBKXdKqbYEsyOYD4Vv7XR44,5164
199
192
  agentscope_runtime/sandbox/box/shared/routers/mcp.py,sha256=_2492A88qba3hUPV67oexfWm-mHEFcr9ygzW-Qqhyi0,6046
200
193
  agentscope_runtime/sandbox/box/shared/routers/mcp_utils.py,sha256=K3t4fg6latjD2bdYpRVB4SdAcN2AjIXOhhh2lnx4YOM,6449
201
194
  agentscope_runtime/sandbox/box/shared/routers/runtime_watcher.py,sha256=v4jAGYtJaYsRJaSTv7e7hmDLHWVAtJqnSnpPq-kFcmU,5344
@@ -211,18 +204,16 @@ agentscope_runtime/sandbox/box/training_box/environments/bfcl/bfcl_dataprocess.p
211
204
  agentscope_runtime/sandbox/box/training_box/environments/bfcl/bfcl_env.py,sha256=22hfq1yO5abZocG8FfaabCXD4HGg-RT_8AY1dHbtvxM,11878
212
205
  agentscope_runtime/sandbox/box/training_box/environments/bfcl/env_handler.py,sha256=T-W9w4nKI7_BXgF9caqV3KMeX5d6yvdfhQu0o2oWTUE,30114
213
206
  agentscope_runtime/sandbox/box/training_box/src/trajectory.py,sha256=cFr3uVUPq5gHKPa6ALi7QCLBVkgYOyPgyJrOzgBHf3k,7885
214
- agentscope_runtime/sandbox/client/__init__.py,sha256=xGsWWx5FNBeMbv-u14U19nud2RTS-jUsLhjMol8EEUo,271
215
- agentscope_runtime/sandbox/client/async_http_client.py,sha256=dadHqpKTYhH03gShlsx6rAkDdH5unQvJOQnUpqtu83s,10179
216
- agentscope_runtime/sandbox/client/base.py,sha256=6kbYyxbWyOCJluWJZSbyC3vGnsmgeS7AsaGD72Ib-Y8,2414
217
- agentscope_runtime/sandbox/client/http_client.py,sha256=2WOx-Cj8RTlHjs7KoEInp4Vsh5ogkrQzeZPsJus0mHI,9963
207
+ agentscope_runtime/sandbox/client/__init__.py,sha256=KiNsTToc1jICqCC1BcH762jZgHuOkCPiG32oXGo6dQE,176
208
+ agentscope_runtime/sandbox/client/http_client.py,sha256=ffP2jqWfBbHzbms-S1D9jDIDZZ-6r54Y-XEK4FuDIP4,18010
218
209
  agentscope_runtime/sandbox/client/training_client.py,sha256=WIhGBib2IWQZwUoSJUn8kuIGrtd6Yz3VOxCh0tft630,7625
219
210
  agentscope_runtime/sandbox/custom/__init__.py,sha256=wpu0DlzdLohYzOVM9yZloIWid3w_ME6dPtOjCZKbRZ8,463
220
211
  agentscope_runtime/sandbox/custom/custom_sandbox.py,sha256=ZKE7otTimLZ2-ZV9PMVLRA6P1hH0a4fT-d_K4Ga59og,1008
221
212
  agentscope_runtime/sandbox/custom/example.py,sha256=iU5G7Vb-oq3wsJ_Kl8oFAwi0HNbt5V_8fWAAyiQ8RuY,964
222
213
  agentscope_runtime/sandbox/manager/__init__.py,sha256=KNHc1uDaUWBH_ZnWjH5NHRBiQM_zDyi9B2xKVNtAWIg,98
223
- agentscope_runtime/sandbox/manager/sandbox_manager.py,sha256=vqChg_rzcjKEtVeJKSHWeL_qrXl5JRjomlQvlzIpVO0,36800
214
+ agentscope_runtime/sandbox/manager/sandbox_manager.py,sha256=EWrccNdodFHr_w4jkhZUIGJ5RrhpKA-hdYuXklRQXlM,27958
224
215
  agentscope_runtime/sandbox/manager/server/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
225
- agentscope_runtime/sandbox/manager/server/app.py,sha256=JgvKwcMJtgcQRKbNw2AOzHBZrTPOUWT7Xg6YpQJqwYI,13877
216
+ agentscope_runtime/sandbox/manager/server/app.py,sha256=Qa6443dBuqg41hslqw14SsN7UPQJ-CqI3z5DU5Xpf3c,13641
226
217
  agentscope_runtime/sandbox/manager/server/config.py,sha256=yXiricKpA_r2zoMF7YpRgIxtJck89rzN9iwaVVLhK60,4451
227
218
  agentscope_runtime/sandbox/manager/server/models.py,sha256=rCibF0HsotFcqsQVTSUoOTJCFQU3oqKvpOiWMWIRLyY,304
228
219
  agentscope_runtime/sandbox/manager/storage/__init__.py,sha256=jGmpfXV1E2X7AqkGeF1xu1EHiSTvbH3TSIviLbKBFh4,210
@@ -279,9 +270,9 @@ agentscope_runtime/tools/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5
279
270
  agentscope_runtime/tools/utils/api_key_util.py,sha256=xIIUsvWgSt4etgYP7lS0WnqVIhZ-REzrBLwzAT-TrVI,1210
280
271
  agentscope_runtime/tools/utils/crypto_utils.py,sha256=Wqq4cn3FHQge-2Q1zGSMUyKh4V4A2baiZm8ZNhMqhPo,3382
281
272
  agentscope_runtime/tools/utils/mcp_util.py,sha256=n3GGKBEQPJ-fiNXdYnBx_90GVKWvm9eaNbR2G0q2lOw,905
282
- agentscope_runtime-1.0.4.dist-info/licenses/LICENSE,sha256=3MckDTgiTJ0E6cxo8FeamFVEFiwz3XJWsriuTtRJzxY,11337
283
- agentscope_runtime-1.0.4.dist-info/METADATA,sha256=2kXFLpqF8-msJYInOco92GpJzT0BAQNYkWqgdDOyVV8,46474
284
- agentscope_runtime-1.0.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
285
- agentscope_runtime-1.0.4.dist-info/entry_points.txt,sha256=Mpjpwe0A9lYNsFtWe_VeoGhtDVsKLIi6w9ZKzyhc17M,425
286
- agentscope_runtime-1.0.4.dist-info/top_level.txt,sha256=0YHketA7WcMmRmF-3lUzedeTOnP7iL77h-ekb-iG720,19
287
- agentscope_runtime-1.0.4.dist-info/RECORD,,
273
+ agentscope_runtime-1.0.4a1.dist-info/licenses/LICENSE,sha256=3MckDTgiTJ0E6cxo8FeamFVEFiwz3XJWsriuTtRJzxY,11337
274
+ agentscope_runtime-1.0.4a1.dist-info/METADATA,sha256=0kMQHn9gjXHksEAsFqT0KVXyflX8bhfaiutw3CR0d8M,41662
275
+ agentscope_runtime-1.0.4a1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
276
+ agentscope_runtime-1.0.4a1.dist-info/entry_points.txt,sha256=Mpjpwe0A9lYNsFtWe_VeoGhtDVsKLIi6w9ZKzyhc17M,425
277
+ agentscope_runtime-1.0.4a1.dist-info/top_level.txt,sha256=0YHketA7WcMmRmF-3lUzedeTOnP7iL77h-ekb-iG720,19
278
+ agentscope_runtime-1.0.4a1.dist-info/RECORD,,