MCPcopy Index your code

hub / github.com/IPADS-SAI/MobiAgent / types & classes

Types & classes124 in github.com/IPADS-SAI/MobiAgent

↓ 15 callersClassActionResult
操作结果
runner/UI-TARS-agent/ui_tars_automation/config.py:11
↓ 9 callersClassPromptTemplateSearch
utils/local_experience.py:32
↓ 6 callersClassProcessedText
OCR处理后的文本结果
utils/advanced_ocr.py:23
↓ 5 callersClassResponseBody
deployment/server.py:160
↓ 5 callersClassVerifierOptions
可注入的判定能力与策略顺序。 - ocr: 函数接受 Frame,返回识别出的文本(字符串)或 None 表示不支持/不确定。 - llm: 函数接受上下文字典,返回 True/False/None(None 表示不确定)。 - escalation_order: 策略升级
MobiFlow/avdag/types.py:68
↓ 4 callersClassOCRResult
OCR识别的完整结果
utils/ocr_engine.py:79
↓ 4 callersClassTestResult
测试结果数据结构
MobiFlow/universal_test_runner.py:37
↓ 4 callersClassTestSummary
测试汇总数据结构
MobiFlow/universal_test_runner.py:51
↓ 3 callersClassActionTreeNode
agent_rr/action_cache/tree.py:126
↓ 3 callersClassActionTreeNodeFuzzy
agent_rr/action_cache/tree.py:252
↓ 3 callersClassArtifact
定义子任务执行后提取的结构化数据
runner/mobiagent/multi_task/models.py:68
↓ 3 callersClassExecutionConfig
执行配置
runner/UI-TARS-agent/ui_tars_automation/config.py:20
↓ 3 callersClassExtractArtifactConfig
Artifact提取配置
runner/mobiagent/multi_task/models.py:76
↓ 3 callersClassOCREngine
OCR文字识别引擎,支持Tesseract和PaddleOCR
utils/ocr_engine.py:108
↓ 3 callersClassOCRWord
OCR识别的单个词语结果
utils/ocr_engine.py:71
↓ 3 callersClassUITarsAutomationFramework
UI-TARS自动化框架
runner/UI-TARS-agent/ui_tars_automation/framework.py:22
↓ 2 callersClassColoredFormatter
带颜色的日志格式化器
MobiFlow/avdag/logger.py:110
↓ 2 callersClassDAG
MobiFlow/avdag/dag.py:7
↓ 2 callersClassDecisionLog
MobiFlow/avdag/types.py:54
↓ 2 callersClassIconDetectionConfig
图标检测配置
utils/config.py:32
↓ 2 callersClassNodeMatch
MobiFlow/avdag/types.py:37
↓ 2 callersClassOCRConfig
OCR引擎配置
utils/config.py:17
↓ 2 callersClassState
维护整个任务执行过程中的状态
runner/mobiagent/multi_task/models.py:84
↓ 2 callersClassTask
agent_rr/action_cache/tree.py:26
↓ 2 callersClassTaskDescriptionExtractor
任务描述提取器
MobiFlow/auto_rules/task_extractor.py:10
↓ 2 callersClassToolsConfig
工具统一配置
utils/config.py:69
↓ 2 callersClassUIElement
agent_rr/action_cache/action.py:6
↓ 2 callersClassVerifyResult
MobiFlow/avdag/types.py:42
↓ 1 callersClassAVDAGLogger
AVDAG 专用日志器
MobiFlow/avdag/logger.py:61
↓ 1 callersClassAction
agent_rr/action_cache/action.py:30
↓ 1 callersClassActionTree
agent_rr/action_cache/tree.py:293
↓ 1 callersClassActionTreeEdge
agent_rr/action_cache/tree.py:39
↓ 1 callersClassActionTreeEdgeFuzzy
agent_rr/action_cache/tree.py:54
↓ 1 callersClassAdvancedOCRProcessor
高级OCR处理器,提供图像文字识别和文本处理功能
utils/advanced_ocr.py:32
↓ 1 callersClassAlpacaImageEntry
collect/construct_sft.py:49
↓ 1 callersClassAndroidDevice
runner/mobiagent/mobiagent.py:79
↓ 1 callersClassAndroidDevice
Android设备实现
runner/mobiagent/multi_task/mobiagent_refactored.py:80
↓ 1 callersClassAndroidDevice
Android device implementation using uiautomator2
collect/manual/device.py:60
↓ 1 callersClassBatchTaskExecutor
批量任务执行器
runner/UI-TARS-agent/batch_task_executor.py:42
↓ 1 callersClassBoxAnnotator
A class for drawing bounding boxes on an image using detections provided. Attributes: color (Union[Color, ColorPalette]): The color
utils/box_annotator.py:10
↓ 1 callersClassBoxAnnotator
A class for drawing bounding boxes on an image using detections provided. Attributes: color (Union[Color, ColorPalette]): The color
agent_rr/omniparser/box_annotator.py:10
↓ 1 callersClassConditionSpec
MobiFlow/avdag/types.py:8
↓ 1 callersClassConfigManager
配置管理器
utils/config.py:101
↓ 1 callersClassDataManager
数据管理器
runner/UI-TARS-agent/ui_tars_automation/data_manager.py:14
↓ 1 callersClassHarmonyDevice
runner/mobiagent/mobiagent.py:166
↓ 1 callersClassHarmonyDevice
Harmony device implementation using hmdriver2
collect/manual/device.py:216
↓ 1 callersClassIconDetectionService
图标检测服务类,提供高级接口
utils/icon_detection.py:356
↓ 1 callersClassIconDetector
基于OpenCV模板匹配的图标检测器 支持多尺度匹配和可配置的相似度阈值
utils/icon_detection.py:16
↓ 1 callersClassIconPathResolver
图标路径解析器,负责根据配置查找图标文件
utils/icon_detection.py:255
↓ 1 callersClassLLMConfigGenerator
基于LLM的配置生成器
MobiFlow/auto_rules/llm_generator.py:11
↓ 1 callersClassLoggingConfig
日志配置管理
MobiFlow/avdag/logger.py:201
↓ 1 callersClassMockLLMConfig
MobiFlow/universal_test_runner.py:26
↓ 1 callersClassModelConnectivityTester
模型连通性测试器
MobiFlow/test_model_connectivity.py:29
↓ 1 callersClassMybenchAgent
agent_rr/run_experiment.py:40
↓ 1 callersClassMybenchEnvironment
agent_rr/run_experiment.py:75
↓ 1 callersClassMybenchTasks
agent_rr/run_experiment.py:15
↓ 1 callersClassNodeSpec
MobiFlow/avdag/types.py:13
↓ 1 callersClassOmniparser
agent_rr/omniparser/omniparser.py:5
↓ 1 callersClassPreferenceExtractor
用户偏好提取器
runner/mobiagent/user_preference_extractor.py:24
↓ 1 callersClassQwen3Embedder
agent_rr/action_cache/embedder.py:4
↓ 1 callersClassQwen3Reranker
agent_rr/action_cache/reranker.py:5
↓ 1 callersClassShortCut
agent_rr/action_cache/tree.py:117
↓ 1 callersClassShortCutTemplate
agent_rr/action_cache/tree.py:98
↓ 1 callersClassSuccessSpec
MobiFlow/avdag/types.py:26
↓ 1 callersClassSuperNode
agent_rr/action_cache/tree.py:85
↓ 1 callersClassTaskSpec
MobiFlow/avdag/types.py:31
↓ 1 callersClassUniversalTestRunner
通用测试执行器
MobiFlow/universal_test_runner.py:61
↓ 1 callersClassWeightsManager
模型权重管理器
utils/weights_manager.py:14
ClassActionMatch
MobiFlow/avdag/conditions.py:552
ClassActionParser
动作解析器 - 完全使用UI-TARS官方解析功能
runner/UI-TARS-agent/ui_tars_automation/action_parser.py:18
ClassActionPlan
定义一个包含推理、动作和参数的结构化计划
runner/mobiagent/multi_task/models.py:20
ClassActionType
定义所有可能的用户界面动作
runner/mobiagent/multi_task/models.py:11
ClassAgent
agent_rr/agent/agent.py:6
ClassClickAction
collect/manual/server.py:37
ClassCommonUtils
通用工具类 - 统一处理常用功能,消除代码重复
app/app/src/main/java/com/mobi/agent/CommonUtils.java:10
ClassConditionChecker
MobiFlow/avdag/conditions.py:9
ClassCoordinateProcessor
坐标处理器
runner/UI-TARS-agent/ui_tars_automation/coordinate_processor.py:64
ClassDevice
runner/mobiagent/mobiagent.py:46
ClassDevice
设备操作抽象类
runner/mobiagent/multi_task/mobiagent_refactored.py:48
ClassDevice
Abstract base class for device operations
collect/manual/device.py:16
ClassDeviceConfig
Device configuration model
collect/manual/server.py:32
ClassDynamicMatchChecker
基于动态配置的通用匹配检查器,支持从任务描述中提取关键信息进行匹配
MobiFlow/avdag/conditions.py:568
ClassEnvironment
agent_rr/agent/env.py:9
ClassEscalateChecker
按策略升级顺序尝试检查器,当任意一个检查器返回True时立即结束。 严格按照 escalation_order 顺序执行:["text", "regex", "ui", "action", "dynamic_match", "ocr", "llm"] params 可包含
MobiFlow/avdag/conditions.py:83
ClassExampleInstrumentedTest
Instrumented test, which will execute on an Android device. @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
app/app/src/androidTest/java/com/example/aichatbot/ExampleInstrumentedTest.java:18
ClassExampleUnitTest
Example local unit test, which will execute on the development machine (host). @see <a href="http://d.android.com/tools/testing">Testing documentatio
app/app/src/test/java/com/example/aichatbot/ExampleUnitTest.java:12
ClassGeneralAgentAction
agent_rr/action_cache/action.py:46
ClassGestureUtils
手势操作工具类 - 统一处理手势相关操作
app/app/src/main/java/com/mobi/agent/GestureUtils.java:10
ClassGroundResponse
Grounder返回的坐标或边界框
runner/mobiagent/multi_task/models.py:30
ClassIconsMatch
图标匹配检查器,使用图像模板匹配检测图标是否存在
MobiFlow/avdag/conditions.py:628
ClassInputAction
collect/manual/server.py:48
ClassJuxtapositionChecker
并列检查器:要求所有配置的检查器都必须通过且结果一致。 params 可包含多个子条件配置: - text / regex / ui / xml: 与对应基础检查器兼容的参数 - action: 动作匹配参数 - dynamic_match: 动态匹配参数
MobiFlow/avdag/conditions.py:204
ClassLogLevel
日志级别枚举
MobiFlow/avdag/logger.py:36
ClassMainActivity
主活动类 - AI聊天机器人界面 该类负责: - 管理聊天界面UI组件 - 处理用户输入(文本) - 从JSON文件循环读取预设响应 - 提供复制、分享功能
app/app/src/main/java/com/mobi/agent/MainActivity.java:109
ClassMatchMode
agent_rr/action_cache/tree.py:22
ClassMessage
app/app/src/main/java/com/mobi/agent/Message.java:3
ClassMessageAdapter
app/app/src/main/java/com/mobi/agent/MessageAdapter.java:15
ClassMultiLevelGeneralEnvironment
agent_rr/agent/env.py:33
ClassMyAccessibilityService
app/app/src/main/java/com/mobi/agent/MyAccessibilityService.java:24
ClassMyViewHolder
app/app/src/main/java/com/mobi/agent/MessageAdapter.java:108
next →1–100 of 124, ranked by callers