agentscope-runtime 1.1.0b2__tar.gz → 1.1.0b3__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.
- {agentscope_runtime-1.1.0b2/src/agentscope_runtime.egg-info → agentscope_runtime-1.1.0b3}/PKG-INFO +3 -2
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/README.md +2 -1
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/pyproject.toml +1 -1
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/adapters/agentscope/message.py +50 -1
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/adapters/agentscope/stream.py +44 -1
- agentscope_runtime-1.1.0b3/src/agentscope_runtime/version.py +2 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3/src/agentscope_runtime.egg-info}/PKG-INFO +3 -2
- agentscope_runtime-1.1.0b2/src/agentscope_runtime/version.py +0 -2
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/LICENSE +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/setup.cfg +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/setup.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/adapters/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/adapters/agentscope/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/adapters/agentscope/tool/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/adapters/agentscope/tool/sandbox_tool.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/adapters/agentscope/tool/tool.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/adapters/agno/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/adapters/agno/message.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/adapters/agno/stream.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/adapters/autogen/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/adapters/autogen/tool/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/adapters/autogen/tool/tool.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/adapters/langgraph/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/adapters/langgraph/message.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/adapters/langgraph/stream.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/adapters/ms_agent_framework/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/adapters/ms_agent_framework/message.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/adapters/ms_agent_framework/stream.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/adapters/text/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/adapters/text/stream.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/adapters/utils.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/cli/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/cli/cli.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/cli/commands/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/cli/commands/chat.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/cli/commands/deploy.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/cli/commands/invoke.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/cli/commands/list_cmd.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/cli/commands/run.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/cli/commands/sandbox.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/cli/commands/status.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/cli/commands/stop.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/cli/commands/web.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/cli/loaders/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/cli/loaders/agent_loader.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/cli/state/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/cli/utils/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/cli/utils/console.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/cli/utils/validators.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/common/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/common/collections/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/common/collections/base_mapping.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/common/collections/base_queue.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/common/collections/base_set.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/common/collections/in_memory_mapping.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/common/collections/in_memory_queue.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/common/collections/in_memory_set.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/common/collections/redis_mapping.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/common/collections/redis_queue.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/common/collections/redis_set.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/common/container_clients/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/common/container_clients/agentrun_client.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/common/container_clients/base_client.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/common/container_clients/boxlite_client.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/common/container_clients/docker_client.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/common/container_clients/fc_client.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/common/container_clients/gvisor_client.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/common/container_clients/knative_client.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/common/container_clients/kubernetes_client.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/common/utils/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/common/utils/deprecation.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/common/utils/lazy_loader.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/common/utils/logging.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/app/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/app/agent_app.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/app/base_app.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/app/celery_mixin.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/constant.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/adapter/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/adapter/a2a/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/adapter/a2a/a2a_adapter_utils.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/adapter/a2a/a2a_agent_adapter.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/adapter/a2a/a2a_protocol_adapter.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/adapter/a2a/a2a_registry.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/adapter/a2a/nacos_a2a_registry.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/adapter/agui/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/adapter/agui/agui_adapter_utils.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/adapter/agui/agui_protocol_adapter.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/adapter/protocol_adapter.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/adapter/responses/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/adapter/responses/response_api_adapter_utils.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/adapter/responses/response_api_agent_adapter.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/adapter/responses/response_api_protocol_adapter.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/agentrun_deployer.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/base.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/cli_fc_deploy.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/fc_deployer.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/knative_deployer.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/kubernetes_deployer.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/local_deployer.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/modelstudio_deployer.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/pai_deployer.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/state/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/state/manager.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/state/schema.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/utils/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/utils/app_runner_utils.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/utils/build_cache.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/utils/deployment_modes.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/utils/detached_app.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/utils/docker_image_utils/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/utils/docker_image_utils/docker_image_builder.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/utils/docker_image_utils/dockerfile_generator.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/utils/docker_image_utils/image_factory.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/utils/k8s_utils.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/utils/net_utils.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/utils/oss_utils.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/utils/package.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/utils/service_utils/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/utils/service_utils/fastapi_factory.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/utils/service_utils/fastapi_templates.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/utils/service_utils/process_manager.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/utils/templates/app_main.py.j2 +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/utils/templates/runner_main.py.j2 +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/utils/templates/standalone_main.py.j2 +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/deployers/utils/wheel_packager.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/helpers/agent_api_builder.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/helpers/agent_api_client.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/helpers/runner.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/misc/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/runner.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/schemas/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/schemas/agent_schemas.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/schemas/embedding.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/schemas/exception.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/schemas/modelstudio_llm.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/schemas/oai_llm.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/schemas/realtime.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/schemas/response_api.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/schemas/session.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/services/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/services/base.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/services/sandbox/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/services/sandbox/sandbox_service.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/services/sandbox/sandbox_service_factory.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/services/service_factory.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/services/utils/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/services/utils/tablestore_service_utils.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/tracing/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/tracing/asyncio_util.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/tracing/base.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/tracing/local_logging_handler.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/tracing/message_util.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/tracing/tracing_metric.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/tracing/tracing_util.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/tracing/wrapper.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/agentbay/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/agentbay/agentbay_sandbox.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/base/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/base/base_sandbox.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/base/box/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/browser/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/browser/box/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/browser/browser_sandbox.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/cloud/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/cloud/cloud_sandbox.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/dummy/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/dummy/dummy_sandbox.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/filesystem/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/filesystem/box/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/filesystem/filesystem_sandbox.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/gui/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/gui/box/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/gui/gui_sandbox.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/mobile/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/mobile/box/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/mobile/mobile_sandbox.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/sandbox.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/shared/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/shared/app.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/shared/dependencies/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/shared/dependencies/deps.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/shared/routers/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/shared/routers/generic.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/shared/routers/mcp.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/shared/routers/mcp_utils.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/shared/routers/runtime_watcher.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/shared/routers/workspace.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/training_box/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/training_box/base.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/training_box/env_service.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/training_box/environments/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/training_box/environments/appworld/appworld_env.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/training_box/environments/bfcl/bfcl_dataprocess.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/training_box/environments/bfcl/bfcl_env.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/training_box/environments/bfcl/env_handler.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/training_box/registry.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/training_box/src/trajectory.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/box/training_box/training_box.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/build.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/client/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/client/async_http_client.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/client/base.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/client/http_client.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/client/training_client.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/constant.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/custom/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/custom/custom_sandbox.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/custom/example.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/enums.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/manager/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/manager/heartbeat_mixin.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/manager/sandbox_manager.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/manager/server/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/manager/server/app.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/manager/server/config.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/manager/server/models.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/manager/storage/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/manager/storage/data_storage.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/manager/storage/local_storage.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/manager/storage/oss_storage.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/mcp_server.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/model/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/model/api.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/model/container.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/model/manager_config.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/registry.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/sandbox/utils.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/RAGs/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/RAGs/modelstudio_rag.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/RAGs/modelstudio_rag_lite.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/_constants.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/alipay/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/alipay/base.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/alipay/payment.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/alipay/subscribe.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/base.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/cli/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/cli/modelstudio_mcp_server.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/generations/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/generations/async_image_to_video.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/generations/async_image_to_video_wan25.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/generations/async_speech_to_video.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/generations/async_text_to_video.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/generations/async_text_to_video_wan25.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/generations/image_edit.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/generations/image_edit_wan25.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/generations/image_generation.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/generations/image_generation_wan25.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/generations/image_style_repaint.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/generations/image_to_video.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/generations/qwen_image_edit.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/generations/qwen_image_generation.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/generations/qwen_text_to_speech.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/generations/speech_to_text.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/generations/speech_to_video.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/generations/text_to_video.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/mcp_wrapper.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/modelstudio_memory/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/modelstudio_memory/base.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/modelstudio_memory/config.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/modelstudio_memory/core.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/modelstudio_memory/exceptions.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/modelstudio_memory/schemas.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/realtime_clients/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/realtime_clients/asr_client.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/realtime_clients/azure_asr_client.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/realtime_clients/azure_tts_client.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/realtime_clients/modelstudio_asr_client.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/realtime_clients/modelstudio_tts_client.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/realtime_clients/realtime_tool.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/realtime_clients/tts_client.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/searches/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/searches/modelstudio_search.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/searches/modelstudio_search_lite.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/utils/__init__.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/utils/api_key_util.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/utils/crypto_utils.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/tools/utils/mcp_util.py +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime.egg-info/SOURCES.txt +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime.egg-info/dependency_links.txt +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime.egg-info/entry_points.txt +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime.egg-info/requires.txt +0 -0
- {agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime.egg-info/top_level.txt +0 -0
{agentscope_runtime-1.1.0b2/src/agentscope_runtime.egg-info → agentscope_runtime-1.1.0b3}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentscope-runtime
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.0b3
|
|
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
|
|
@@ -743,7 +743,7 @@ limitations under the License.
|
|
|
743
743
|
|
|
744
744
|
## ✨ Contributors
|
|
745
745
|
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
|
746
|
-
[](#contributors-)
|
|
747
747
|
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
|
748
748
|
|
|
749
749
|
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/emoji-key/)):
|
|
@@ -796,6 +796,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/e
|
|
|
796
796
|
<td align="center" valign="top" width="14.28%"><a href="http://dorianzheng.github.io"><img src="https://avatars.githubusercontent.com/u/8065637?v=4?s=100" width="100px;" alt="dorianzheng"/><br /><sub><b>dorianzheng</b></sub></a><br /><a href="https://github.com/agentscope-ai/agentscope-runtime/pulls?q=is%3Apr+reviewed-by%3ADorianZheng" title="Reviewed Pull Requests">👀</a> <a href="#platform-DorianZheng" title="Packaging/porting to new platform">📦</a></td>
|
|
797
797
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/cainiao1992"><img src="https://avatars.githubusercontent.com/u/18435004?v=4?s=100" width="100px;" alt="Xiangfang Chen"/><br /><sub><b>Xiangfang Chen</b></sub></a><br /><a href="https://github.com/agentscope-ai/agentscope-runtime/commits?author=cainiao1992" title="Documentation">📖</a></td>
|
|
798
798
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Eggiverse"><img src="https://avatars.githubusercontent.com/u/36877740?v=4?s=100" width="100px;" alt="Zhang Shitian"/><br /><sub><b>Zhang Shitian</b></sub></a><br /><a href="https://github.com/agentscope-ai/agentscope-runtime/issues?q=author%3AEggiverse" title="Bug reports">🐛</a> <a href="https://github.com/agentscope-ai/agentscope-runtime/commits?author=Eggiverse" title="Code">💻</a></td>
|
|
799
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Shun-Chu"><img src="https://avatars.githubusercontent.com/u/73324318?v=4?s=100" width="100px;" alt="Chuss"/><br /><sub><b>Chuss</b></sub></a><br /><a href="https://github.com/agentscope-ai/agentscope-runtime/issues?q=author%3AShun-Chu" title="Bug reports">🐛</a></td>
|
|
799
800
|
</tr>
|
|
800
801
|
</tbody>
|
|
801
802
|
<tfoot>
|
|
@@ -668,7 +668,7 @@ limitations under the License.
|
|
|
668
668
|
|
|
669
669
|
## ✨ Contributors
|
|
670
670
|
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
|
671
|
-
[](#contributors-)
|
|
672
672
|
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
|
673
673
|
|
|
674
674
|
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/emoji-key/)):
|
|
@@ -721,6 +721,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/e
|
|
|
721
721
|
<td align="center" valign="top" width="14.28%"><a href="http://dorianzheng.github.io"><img src="https://avatars.githubusercontent.com/u/8065637?v=4?s=100" width="100px;" alt="dorianzheng"/><br /><sub><b>dorianzheng</b></sub></a><br /><a href="https://github.com/agentscope-ai/agentscope-runtime/pulls?q=is%3Apr+reviewed-by%3ADorianZheng" title="Reviewed Pull Requests">👀</a> <a href="#platform-DorianZheng" title="Packaging/porting to new platform">📦</a></td>
|
|
722
722
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/cainiao1992"><img src="https://avatars.githubusercontent.com/u/18435004?v=4?s=100" width="100px;" alt="Xiangfang Chen"/><br /><sub><b>Xiangfang Chen</b></sub></a><br /><a href="https://github.com/agentscope-ai/agentscope-runtime/commits?author=cainiao1992" title="Documentation">📖</a></td>
|
|
723
723
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Eggiverse"><img src="https://avatars.githubusercontent.com/u/36877740?v=4?s=100" width="100px;" alt="Zhang Shitian"/><br /><sub><b>Zhang Shitian</b></sub></a><br /><a href="https://github.com/agentscope-ai/agentscope-runtime/issues?q=author%3AEggiverse" title="Bug reports">🐛</a> <a href="https://github.com/agentscope-ai/agentscope-runtime/commits?author=Eggiverse" title="Code">💻</a></td>
|
|
724
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Shun-Chu"><img src="https://avatars.githubusercontent.com/u/73324318?v=4?s=100" width="100px;" alt="Chuss"/><br /><sub><b>Chuss</b></sub></a><br /><a href="https://github.com/agentscope-ai/agentscope-runtime/issues?q=author%3AShun-Chu" title="Bug reports">🐛</a></td>
|
|
724
725
|
</tr>
|
|
725
726
|
</tbody>
|
|
726
727
|
<tfoot>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "agentscope-runtime"
|
|
3
|
-
version = "1.1.
|
|
3
|
+
version = "1.1.0b3"
|
|
4
4
|
description = "A production-ready runtime framework for agent applications, providing secure sandboxed execution environments and scalable deployment solutions with multi-framework support."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.10"
|
|
@@ -4,8 +4,9 @@
|
|
|
4
4
|
import json
|
|
5
5
|
|
|
6
6
|
from collections import OrderedDict
|
|
7
|
-
from typing import Union, List, Callable, Optional, Dict
|
|
7
|
+
from typing import Union, List, Callable, Optional, Dict, Literal
|
|
8
8
|
from urllib.parse import urlparse
|
|
9
|
+
from typing_extensions import TypedDict, Required
|
|
9
10
|
|
|
10
11
|
from mcp.types import CallToolResult
|
|
11
12
|
from agentscope.message import (
|
|
@@ -28,6 +29,20 @@ from ...engine.schemas.agent_schemas import (
|
|
|
28
29
|
)
|
|
29
30
|
|
|
30
31
|
|
|
32
|
+
# TODO: support in core framework
|
|
33
|
+
class FileBlock(TypedDict, total=False):
|
|
34
|
+
"""The file block"""
|
|
35
|
+
|
|
36
|
+
type: Required[Literal["file"]]
|
|
37
|
+
"""The type of the block"""
|
|
38
|
+
|
|
39
|
+
source: Required[Base64Source | URLSource]
|
|
40
|
+
"""The src of the file"""
|
|
41
|
+
|
|
42
|
+
filename: Optional[str]
|
|
43
|
+
"""Optional filename hint (e.g. `report.pdf`)"""
|
|
44
|
+
|
|
45
|
+
|
|
31
46
|
def matches_typed_dict_structure(obj, typed_dict_cls):
|
|
32
47
|
if not isinstance(obj, dict):
|
|
33
48
|
return False
|
|
@@ -193,6 +208,7 @@ def message_to_agentscope_msg(
|
|
|
193
208
|
"audio": (AudioBlock, "data"),
|
|
194
209
|
"data": (TextBlock, "data"),
|
|
195
210
|
"video": (VideoBlock, "video_url"),
|
|
211
|
+
"file": (FileBlock, "file_url"),
|
|
196
212
|
}
|
|
197
213
|
|
|
198
214
|
msg_content = []
|
|
@@ -288,6 +304,39 @@ def message_to_agentscope_msg(
|
|
|
288
304
|
msg_content.append(
|
|
289
305
|
block_cls(type=cnt_type, source=url_source),
|
|
290
306
|
)
|
|
307
|
+
elif cnt_type == "file":
|
|
308
|
+
filename = cnt.filename
|
|
309
|
+
if (
|
|
310
|
+
value
|
|
311
|
+
and isinstance(value, str)
|
|
312
|
+
and value.startswith("data:")
|
|
313
|
+
):
|
|
314
|
+
mediatype_part = value.split(";")[0].replace(
|
|
315
|
+
"data:",
|
|
316
|
+
"",
|
|
317
|
+
)
|
|
318
|
+
base64_data = value.split(",")[1]
|
|
319
|
+
base64_source = Base64Source(
|
|
320
|
+
type="base64",
|
|
321
|
+
media_type=mediatype_part,
|
|
322
|
+
data=base64_data,
|
|
323
|
+
)
|
|
324
|
+
msg_content.append(
|
|
325
|
+
block_cls(
|
|
326
|
+
type=cnt_type,
|
|
327
|
+
source=base64_source,
|
|
328
|
+
filename=filename,
|
|
329
|
+
),
|
|
330
|
+
)
|
|
331
|
+
else:
|
|
332
|
+
url_source = URLSource(type="url", url=value)
|
|
333
|
+
msg_content.append(
|
|
334
|
+
block_cls(
|
|
335
|
+
type=cnt_type,
|
|
336
|
+
source=url_source,
|
|
337
|
+
filename=filename,
|
|
338
|
+
),
|
|
339
|
+
)
|
|
291
340
|
else:
|
|
292
341
|
# text & data
|
|
293
342
|
if isinstance(value, str):
|
|
@@ -19,6 +19,7 @@ from ...engine.schemas.agent_schemas import (
|
|
|
19
19
|
AudioContent,
|
|
20
20
|
VideoContent,
|
|
21
21
|
DataContent,
|
|
22
|
+
FileContent,
|
|
22
23
|
McpCall,
|
|
23
24
|
McpCallOutput,
|
|
24
25
|
FunctionCall,
|
|
@@ -518,7 +519,7 @@ async def adapt_agentscope_message_stream(
|
|
|
518
519
|
index=index,
|
|
519
520
|
**kwargs,
|
|
520
521
|
)
|
|
521
|
-
elif element.get("
|
|
522
|
+
elif element.get("type") == "audio":
|
|
522
523
|
kwargs = {}
|
|
523
524
|
if (
|
|
524
525
|
isinstance(element.get("source"), dict)
|
|
@@ -602,6 +603,48 @@ async def adapt_agentscope_message_stream(
|
|
|
602
603
|
index=index,
|
|
603
604
|
**kwargs,
|
|
604
605
|
)
|
|
606
|
+
elif element.get("type") == "file":
|
|
607
|
+
kwargs = {
|
|
608
|
+
"filename": element.get("filename"),
|
|
609
|
+
}
|
|
610
|
+
if (
|
|
611
|
+
isinstance(element.get("source"), dict)
|
|
612
|
+
and element.get("source", {}).get(
|
|
613
|
+
"type",
|
|
614
|
+
)
|
|
615
|
+
== "url"
|
|
616
|
+
):
|
|
617
|
+
kwargs.update(
|
|
618
|
+
{
|
|
619
|
+
"file_url": element.get(
|
|
620
|
+
"source",
|
|
621
|
+
{},
|
|
622
|
+
).get("url"),
|
|
623
|
+
},
|
|
624
|
+
)
|
|
625
|
+
|
|
626
|
+
elif (
|
|
627
|
+
isinstance(element.get("source"), dict)
|
|
628
|
+
and element.get("source").get(
|
|
629
|
+
"type",
|
|
630
|
+
)
|
|
631
|
+
== "base64"
|
|
632
|
+
):
|
|
633
|
+
media_type = element.get("source", {}).get(
|
|
634
|
+
"media_type",
|
|
635
|
+
"application/octet-stream",
|
|
636
|
+
)
|
|
637
|
+
base64_data = element.get("source", {}).get(
|
|
638
|
+
"data",
|
|
639
|
+
"",
|
|
640
|
+
)
|
|
641
|
+
url = f"data:{media_type};base64,{base64_data}"
|
|
642
|
+
kwargs.update({"file_url": url})
|
|
643
|
+
delta_content = FileContent(
|
|
644
|
+
delta=True,
|
|
645
|
+
index=index,
|
|
646
|
+
**kwargs,
|
|
647
|
+
)
|
|
605
648
|
else:
|
|
606
649
|
delta_content = TextContent(
|
|
607
650
|
delta=True,
|
{agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3/src/agentscope_runtime.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentscope-runtime
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.0b3
|
|
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
|
|
@@ -743,7 +743,7 @@ limitations under the License.
|
|
|
743
743
|
|
|
744
744
|
## ✨ Contributors
|
|
745
745
|
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
|
746
|
-
[](#contributors-)
|
|
747
747
|
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
|
748
748
|
|
|
749
749
|
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/emoji-key/)):
|
|
@@ -796,6 +796,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/e
|
|
|
796
796
|
<td align="center" valign="top" width="14.28%"><a href="http://dorianzheng.github.io"><img src="https://avatars.githubusercontent.com/u/8065637?v=4?s=100" width="100px;" alt="dorianzheng"/><br /><sub><b>dorianzheng</b></sub></a><br /><a href="https://github.com/agentscope-ai/agentscope-runtime/pulls?q=is%3Apr+reviewed-by%3ADorianZheng" title="Reviewed Pull Requests">👀</a> <a href="#platform-DorianZheng" title="Packaging/porting to new platform">📦</a></td>
|
|
797
797
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/cainiao1992"><img src="https://avatars.githubusercontent.com/u/18435004?v=4?s=100" width="100px;" alt="Xiangfang Chen"/><br /><sub><b>Xiangfang Chen</b></sub></a><br /><a href="https://github.com/agentscope-ai/agentscope-runtime/commits?author=cainiao1992" title="Documentation">📖</a></td>
|
|
798
798
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Eggiverse"><img src="https://avatars.githubusercontent.com/u/36877740?v=4?s=100" width="100px;" alt="Zhang Shitian"/><br /><sub><b>Zhang Shitian</b></sub></a><br /><a href="https://github.com/agentscope-ai/agentscope-runtime/issues?q=author%3AEggiverse" title="Bug reports">🐛</a> <a href="https://github.com/agentscope-ai/agentscope-runtime/commits?author=Eggiverse" title="Code">💻</a></td>
|
|
799
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Shun-Chu"><img src="https://avatars.githubusercontent.com/u/73324318?v=4?s=100" width="100px;" alt="Chuss"/><br /><sub><b>Chuss</b></sub></a><br /><a href="https://github.com/agentscope-ai/agentscope-runtime/issues?q=author%3AShun-Chu" title="Bug reports">🐛</a></td>
|
|
799
800
|
</tr>
|
|
800
801
|
</tbody>
|
|
801
802
|
<tfoot>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/__init__.py
RENAMED
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/adapters/utils.py
RENAMED
|
File without changes
|
{agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/cli/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/cli/commands/run.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/cli/commands/web.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/common/__init__.py
RENAMED
|
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
|
|
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
|
{agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/constant.py
RENAMED
|
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
|
|
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
|
|
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
|
|
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
|
{agentscope_runtime-1.1.0b2 → agentscope_runtime-1.1.0b3}/src/agentscope_runtime/engine/runner.py
RENAMED
|
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
|