feat: add TapByLLM/PlanNextAction for XTDriver

This commit is contained in:
lilong.129
2025-03-19 21:05:19 +08:00
parent ec93382e47
commit 55acaceb09
26 changed files with 290 additions and 337 deletions

View File

@@ -24,7 +24,9 @@ func setupADBDriverExt(t *testing.T) *XTDriver {
driver, err := device.NewDriver()
require.Nil(t, err)
return NewXTDriver(driver,
ai.WithCVService(ai.CVServiceTypeVEDEM))
ai.WithCVService(ai.CVServiceTypeVEDEM),
ai.WithLLMService(ai.LLMServiceTypeUITARS),
)
}
func setupUIA2DriverExt(t *testing.T) *XTDriver {