This website requires JavaScript.
Explore
Help
Sign In
q792602257
/
agentic-mobile-control
Watch
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
60ee157e9764dbb00b52cba4c9068965b5cc1124
agentic-mobile-control
/
tests
T
History
showtan001
60ee157e97
Tests / Test
apps.device-host-agent.tests.test_mcp_token.test_load_or_create_concurrent_calls_do_not_corrupt failed
Details
feat: preserve planner context across task steps
2026-08-30 22:59:19 +08:00
..
__init__.py
Implement Apex Agent MVP scaffold
2026-07-06 13:22:15 +08:00
conftest.py
feat(tools): humanize tap coordinates; default off in tests
2026-07-15 19:29:57 +08:00
fakes.py
feat(perception): expose active app metadata in UI tree
2026-07-16 08:13:04 +08:00
test_active_app.py
feat(perception): expose active app metadata in UI tree
2026-07-16 08:13:04 +08:00
test_agents_collab_runner.py
feat(runtime): capture step evidence in console
2026-07-15 10:12:09 +08:00
test_agents_e2e.py
multi agent
2026-07-06 23:23:44 +08:00
test_agents_integration.py
multi agent
2026-07-06 23:23:44 +08:00
test_agents_models.py
multi agent
2026-07-06 23:23:44 +08:00
test_agents_no_coupling.py
multi agent
2026-07-06 23:23:44 +08:00
test_agents_observer.py
multi agent
2026-07-06 23:23:44 +08:00
test_agents_reflector.py
multi agent
2026-07-06 23:23:44 +08:00
test_agents_verifier.py
multi agent
2026-07-06 23:23:44 +08:00
test_ai_planner_integration.py
feat(agent-runtime): add LLM-driven AI Planner with dual-provider tool calling
2026-07-12 13:48:50 +08:00
test_ai_planner_task_runner.py
feat(planner): add execution context to prompts
2026-07-16 10:25:20 +08:00
test_ai_planner.py
feat: preserve planner context across task steps
2026-08-30 22:59:19 +08:00
test_android_driver.py
feat(driver): add Driver.double_tap via W3C actions
2026-07-15 19:12:10 +08:00
test_android_integration.py
feat(driver): add Android UiAutomator2 driver
2026-07-13 14:47:01 +08:00
test_cloud_auth.py
feat(cloud): remove static credentials and add host console
2026-07-13 19:45:53 +08:00
test_cloud_client.py
Add public SDK cancel endpoint and CloudClient method
2026-07-15 18:39:00 +08:00
test_cloud_composition_safety.py
feat(host-agent): make execution history authoritative
2026-07-15 11:46:27 +08:00
test_cloud_control_config.py
feat(cloud): remove static credentials and add host console
2026-07-13 19:45:53 +08:00
test_cloud_database.py
feat(cloud-store): support SQLite and PostgreSQL engines
2026-07-12 16:53:02 +08:00
test_cloud_dispatcher_real_task_runner.py
cloud
2026-07-06 23:44:18 +08:00
test_cloud_governance.py
feat(cloud): enforce host governance budgets
2026-07-13 22:56:31 +08:00
test_cloud_migrations.py
feat: surface task execution progress across Host Agent and Cloud
2026-07-14 12:47:49 +08:00
test_cloud_observability.py
feat(cloud-api): add correlated lifecycle logging
2026-07-12 18:37:51 +08:00
test_cloud_planner_decision_endpoint.py
feat(planner): persist reusable action semantics
2026-07-15 18:14:28 +08:00
test_cloud_repository_concurrency.py
test(cloud-scheduler): prove assignment concurrency
2026-07-12 17:42:20 +08:00
test_cloud_repository_contract.py
Merge branch 'worktree-task-cancellation': task cancellation feature
2026-07-15 19:39:28 +08:00
test_cloud_sdk_api.py
Merge branch 'worktree-task-cancellation': task cancellation feature
2026-07-15 19:39:28 +08:00
test_cloud_skill_sync.py
feat(skills): cloud sync client + incremental sync + fork-on-revocation
2026-07-15 07:55:08 +08:00
test_cloud_store.py
fix(device-pool): scope primary key by host and thread through capability_tags
2026-07-07 08:30:47 +08:00
test_cloud_task_progress_visibility.py
feat(cloud): add durable cancellation support to task repository
2026-07-15 18:08:48 +08:00
test_cloud_user_auth.py
feat(cloud-console): add user authentication and administration
2026-07-13 17:54:53 +08:00
test_deployment_config.py
fix(cloud): align planner configuration and records
2026-07-15 09:43:14 +08:00
test_describe_screen_semantic.py
fix(semantic-scene): move describe_screen_semantic out of the tools/ layer
2026-07-07 08:30:49 +08:00
test_describe_screen.py
feat(perception): expose active app metadata in UI tree
2026-07-16 08:13:04 +08:00
test_device_config.py
fix test
2026-07-15 17:04:59 +08:00
test_device_manager.py
Improve local agent chat and device health detection
2026-08-29 16:03:15 +08:00
test_device_pool.py
fix(device-pool): scope primary key by host and thread through capability_tags
2026-07-07 08:30:47 +08:00
test_double_tap.py
feat(tools): add double_tap tool with humanize hook
2026-07-15 19:20:35 +08:00
test_executor.py
feat(planner): expose long_press/double_tap to the AI planner
2026-07-15 19:45:06 +08:00
test_find_helpers.py
Implement Apex Agent MVP scaffold
2026-07-06 13:22:15 +08:00
test_host_agent_console_tasks.py
feat(host-agent): persist UI-tree evidence and add overlay/action visualization
2026-07-15 14:39:28 +08:00
test_host_agent_internal_api.py
Add Host Agent local console task cancellation (task-cancellation 7.1-7.3)
2026-07-15 19:13:40 +08:00
test_host_agent_progress_reporting.py
feat(host-agent): stop assignment execution collaboratively on cancellation
2026-07-15 18:28:21 +08:00
test_host_agent_protocol_models.py
feat(host-protocol): define internal API models
2026-07-12 18:07:42 +08:00
test_host_agent_task_storage.py
feat(host-agent): make execution history authoritative
2026-07-15 11:46:27 +08:00
test_humanize.py
fix(humanize): preserve gaussian magnitude in jitter_point; unify swipe return shape
2026-07-15 19:58:02 +08:00
test_local_skills.py
feat(skills): open skill-management-console change + local skill store
2026-07-15 07:28:42 +08:00
test_long_press.py
feat(tools): add long_press tool with humanize hook
2026-07-15 19:16:25 +08:00
test_mcp.py
refactor(api): make tool_handlers require a DeviceManager
2026-07-21 13:52:01 +08:00
test_ocr.py
feat(perception): sample OCR text foreground/background colors
2026-07-15 20:58:47 +08:00
test_perception_provider.py
fix(perception): degrade to OCR-only when UI tree is unavailable
2026-07-15 10:03:30 +08:00
test_planner_config.py
feat(runtime): add planner reflection history with rationale and thinking
2026-07-15 12:43:22 +08:00
test_planner_prompts.py
feat: preserve planner context across task steps
2026-08-30 22:59:19 +08:00
test_plugin_registry.py
fix(plugin-system): implement register_driver_type and stop discover() aborting on one bad manifest
2026-07-07 08:31:00 +08:00
test_scene_builder.py
fix(perception): reconcile points/pixels scale and stale overlay screenshot
2026-07-15 16:12:53 +08:00
test_semantic_enricher.py
fix(semantic-scene): preserve page/intents when all widgets are dangling, drop dead exception-name set
2026-07-07 08:31:03 +08:00
test_semantic_integration.py
feat: checkpoint device agent runtime milestones
2026-07-06 17:24:03 +08:00
test_semantic_llm_client.py
feat: checkpoint device agent runtime milestones
2026-07-06 17:24:03 +08:00
test_semantic_models.py
feat: checkpoint device agent runtime milestones
2026-07-06 17:24:03 +08:00
test_semantic_task_loop.py
fix(semantic-scene): move describe_screen_semantic out of the tools/ layer
2026-07-07 08:30:49 +08:00
test_skill_catalog_e2e.py
feat(skills): unified read-merge + authoring/override MCP tools
2026-07-15 07:38:12 +08:00
test_skill_catalog_mcp.py
test: align skill catalog and migration tests with new MCP API
2026-07-21 15:31:51 +08:00
test_skill_catalog.py
feat(skill-catalog-subscription): synced catalog + HTTP sync + MCP tools
2026-07-07 10:33:23 +08:00
test_skill_retrieval.py
feat: add skill learning runtime
2026-07-06 18:07:53 +08:00
test_skill_store.py
fix(skill-versioning): consume divergence_tolerance, replace vacuous catalog-isolation guard
2026-07-07 08:31:11 +08:00
test_skill_sync_client.py
feat(skill-catalog-subscription): synced catalog + HTTP sync + MCP tools
2026-07-07 10:33:23 +08:00
test_skill_synthesis.py
feat(planner): persist reusable action semantics
2026-07-15 18:14:28 +08:00
test_skill_task_runner.py
feat: add skill learning runtime
2026-07-06 18:07:53 +08:00
test_skill_versioning.py
fix(skill-versioning): consume divergence_tolerance, replace vacuous catalog-isolation guard
2026-07-07 08:31:11 +08:00
test_smoke.py
cloud
2026-07-06 23:44:18 +08:00
test_swipe_humanize.py
feat(tools): humanize swipe into curved W3C path when enabled
2026-07-15 19:38:07 +08:00
test_tap_humanize.py
test(tools): assert tap humanize actually jitters coords
2026-07-15 19:33:46 +08:00
test_task_dispatcher.py
cloud
2026-07-06 23:44:18 +08:00
test_task_loop.py
feat(runtime): add cancellation-aware stop_reason to TaskRunner and WorkflowRunner
2026-07-15 17:52:33 +08:00
test_task_metadata.py
Recover task metadata store schema on startup
2026-08-30 21:50:57 +08:00
test_task_scheduler.py
feat(cloud): enforce host governance budgets
2026-07-13 22:56:31 +08:00
test_timeline.py
feat(host-agent): persist UI-tree evidence and add overlay/action visualization
2026-07-15 14:39:28 +08:00
test_tool_calling_client.py
feat(planner): persist reusable action semantics
2026-07-15 18:14:28 +08:00
test_tool_specs.py
feat(planner): expose long_press/double_tap to the AI planner
2026-07-15 19:45:06 +08:00
test_ui_parser.py
feat(perception): surface accessibility interaction state on UI-tree elements
2026-07-15 18:10:53 +08:00
test_w3c_actions.py
feat(driver): add W3C actions helper and Driver.swipe_path
2026-07-15 19:04:57 +08:00
test_wda_integration.py
feat: checkpoint device agent runtime milestones
2026-07-06 17:24:03 +08:00
test_workflow_conditions.py
workflow
2026-07-06 23:15:30 +08:00
test_workflow_models.py
workflow
2026-07-06 23:15:30 +08:00
test_workflow_runner.py
feat(runtime): add cancellation-aware stop_reason to TaskRunner and WorkflowRunner
2026-07-15 17:52:33 +08:00
test_workflow_skill_exec.py
workflow
2026-07-06 23:15:30 +08:00
test_workflow_store.py
workflow
2026-07-06 23:15:30 +08:00
test_workspace_packaging.py
Jenkins
2026-07-13 16:11:40 +08:00
test_world_model.py
feat(planner): persist reusable action semantics
2026-07-15 18:14:28 +08:00
test_world_models.py
feat(planner): persist reusable action semantics
2026-07-15 18:14:28 +08:00
test_world_task_runner.py
feat: checkpoint device agent runtime milestones
2026-07-06 17:24:03 +08:00