LICENSE
MANIFEST.in
NOTICE.md
README.md
README_zh.md
pyproject.toml
setup.py
easyremote/__init__.py
easyremote/_version.py
easyremote/agent_service.py
easyremote/decorators.py
easyremote/device_host.py
easyremote/skills.py
easyremote.egg-info/PKG-INFO
easyremote.egg-info/SOURCES.txt
easyremote.egg-info/dependency_links.txt
easyremote.egg-info/requires.txt
easyremote.egg-info/top_level.txt
easyremote/a2a/__init__.py
easyremote/core/__init__.py
easyremote/core/config.py
easyremote/core/balancing/__init__.py
easyremote/core/balancing/balancers.py
easyremote/core/balancing/health_monitor.py
easyremote/core/balancing/performance_collector.py
easyremote/core/balancing/simple_balancer.py
easyremote/core/balancing/strategies.py
easyremote/core/data/__init__.py
easyremote/core/data/analysis.py
easyremote/core/data/backends.py
easyremote/core/data/config.py
easyremote/core/data/data_types.py
easyremote/core/data/serialize.py
easyremote/core/nodes/__init__.py
easyremote/core/nodes/client.py
easyremote/core/nodes/compute_node.py
easyremote/core/nodes/server.py
easyremote/core/protos/__init__.py
easyremote/core/protos/service.proto
easyremote/core/protos/service_pb2.py
easyremote/core/protos/service_pb2_grpc.py
easyremote/core/tools/__init__.py
easyremote/core/utils/__init__.py
easyremote/core/utils/async_helpers.py
easyremote/core/utils/asyncio_noise_filter.py
easyremote/core/utils/concurrency.py
easyremote/core/utils/exceptions.py
easyremote/core/utils/logger.py
easyremote/mcp/__init__.py
easyremote/protocols/__init__.py
easyremote/protocols/a2a.py
easyremote/protocols/adapter.py
easyremote/protocols/easyremote_runtime.py
easyremote/protocols/gateway.py
easyremote/protocols/mcp.py
easyremote/protocols/models.py
easyremote/protocols/runtime.py
easyremote/protocols/service.py
examples/agent_route/a2a_gateway_demo.py
examples/agent_route/easyremote_gateway_proxy_demo.py
examples/agent_route/mcp_gateway_demo.py
examples/agent_route/protocol_service_quickstart.py
examples/agent_route/skill_pipeline_quickstart.py
examples/agent_route/user_device_dynamic_camera_skill.py
examples/agent_route/user_remote_agent_service_quickstart.py
examples/decorator_route/client.py
examples/decorator_route/compute_node.py
examples/decorator_route/remote_stream_quickstart.py
examples/decorator_route/server.py
tests/conftest.py
tests/test_asyncio_noise_filter.py
tests/test_client_node_selection.py
tests/test_client_streaming.py
tests/test_compute_node_backpressure.py
tests/test_compute_node_capabilities.py
tests/test_compute_node_executor_kwargs.py
tests/test_concurrency_utils.py
tests/test_decorator_proxy_implementations.py
tests/test_decorators.py
tests/test_gateway_load_balancer.py
tests/test_github_publish_workflow_contract.py
tests/test_health_monitor.py
tests/test_packaging_contract.py
tests/test_protocol_adapters.py
tests/test_protocol_service_templates.py
tests/test_remote_agent_service.py
tests/test_remote_skills.py
tests/test_serialization_backends.py
tests/test_server_list_nodes_capabilities.py
tests/test_server_protocol_execute_invocation_stream.py
tests/test_server_stream_call.py
tests/test_simple_balancer_oop.py
tests/test_user_device_capability_host.py
tests/test_uv_workflow_contract.py