Skip to content

Idea: Ephemeral Virtual Device Sessions for Multi-Agent Workflows #1

Description

@luoshixin93-sudo

Problem

When running multi-agent workflows at scale, physical device provisioning often introduces latency bottlenecks — especially when agents need short-lived, isolated device sessions (e.g., running a quick OTP fetch or UI validation, then releasing the device).

Proposed Enhancement

Integrate ephemeral virtual device provisioning (cloud Android, cloud iOS) as a first-class device type in EcoTeh. Currently the CLI supports physical and emulated devices, but cloud-provisioned ephemeral instances could complement both:

  • Hot pool: Pre-warmed devices ready in under 5 seconds
  • Burst scaling: Spin up/down on demand without physical hardware constraints
  • Zero maintenance: No device lifecycle management for the operator
  • Per-session isolation: Each agent gets a clean device state, reducing cross-contamination in test flows

Technical Sketch

A thin provisioning adapter that wraps cloud device REST APIs (similar to how LinkWire handles physical ADB) would keep the architecture consistent. The EcoTrace session replay format could record cloud device metadata alongside physical device data, maintaining full observability.

Use Case

Cloud-based social media account operations, automated verification flows, and parallel multi-account testing are all scenarios where ephemeral virtual devices shine over persistent physical ones.

Happy to contribute an adapter draft if there is interest!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions