/
githubmirror
/
UFO
Обзор
Документация
Войти
/
githubmirror
/
UFO
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
documents/mkdocs.yml
292 строки
14 KB
Ray Huang (from Dev Box)
Remove polyfill script from extra_javascript in mkdocs.yml
06 июн 2026, 10:59
06 июн 2026, 10:59
3fdce0d
Код
Авторство
О чём код?
site_name: UFO³ Documentation nav: - Home: index.md - Choose Your Path: choose_path.md - Project Directory Structure: project_directory_structure.md - Getting Started: - Quick Start (UFO³ Agent Galaxy): getting_started/quick_start_galaxy.md - Quick Start (UFO²): getting_started/quick_start_ufo2.md - Quick Start (Linux Agent): getting_started/quick_start_linux.md - Quick Start (Mobile Agent): getting_started/quick_start_mobile.md - Migration UFO² → UFO³: getting_started/migration_ufo2_to_galaxy.md - More Guidance: getting_started/more_guidance.md - Configuration & Setup: - Configuration System: - Overview: configuration/system/overview.md - Agent Configuration: configuration/system/agents_config.md - System Configuration: configuration/system/system_config.md - RAG Configuration: configuration/system/rag_config.md - Pricing Configuration: configuration/system/prices_config.md - Third-Party Configuration: configuration/system/third_party_config.md - MCP Reference: configuration/system/mcp_reference.md - Migration Guide: configuration/system/migration.md - Extending Configuration: configuration/system/extending.md - Galaxy Configuration: - Devices: configuration/system/galaxy_devices.md - Constellation: configuration/system/galaxy_constellation.md - Agent: configuration/system/galaxy_agent.md - Model Setup: - Overview: configuration/models/overview.md - OpenAI: configuration/models/openai.md - Azure OpenAI: configuration/models/azure_openai.md - OpenAI CUA (Operator): configuration/models/operator.md - Gemini: configuration/models/gemini.md - Claude: configuration/models/claude.md - Qwen: configuration/models/qwen.md - DeepSeek: configuration/models/deepseek.md - Ollama: configuration/models/ollama.md - Custom Model: configuration/models/custom_model.md - UFO³ Agent Galaxy: - Overview: galaxy/overview.md - WebUI: galaxy/webui.md - Galaxy Client: - Overview: galaxy/client/overview.md - ConstellationClient: galaxy/client/constellation_client.md - DeviceManager: galaxy/client/device_manager.md - Components: galaxy/client/components.md - AIP Integration: galaxy/client/aip_integration.md - GalaxyClient: galaxy/client/galaxy_client.md - Agent Registration: - Overview: galaxy/agent_registration/overview.md - Agent Profile: galaxy/agent_registration/agent_profile.md - Device Registry: galaxy/agent_registration/device_registry.md - Registration Flow: galaxy/agent_registration/registration_flow.md - Task Constellation (DAG): - Overview: galaxy/constellation/overview.md - TaskStar: galaxy/constellation/task_star.md - TaskStarLine: galaxy/constellation/task_star_line.md - TaskConstellation: galaxy/constellation/task_constellation.md - ConstellationEditor: galaxy/constellation/constellation_editor.md - Constellation Agent: - Overview: galaxy/constellation_agent/overview.md - State Machine: galaxy/constellation_agent/state.md - Strategy Pattern: galaxy/constellation_agent/strategy.md - MCP Commands: galaxy/constellation_agent/command.md - Constellation Orchestrator: - Overview: galaxy/constellation_orchestrator/overview.md - Event-Driven Coordination: galaxy/constellation_orchestrator/event_driven_coordination.md - Asynchronous Scheduling: galaxy/constellation_orchestrator/asynchronous_scheduling.md - Safe Assignment Locking: galaxy/constellation_orchestrator/safe_assignment_locking.md - Consistency Guarantees: galaxy/constellation_orchestrator/consistency_guarantees.md - Batched Editing: galaxy/constellation_orchestrator/batched_editing.md - Constellation Manager: galaxy/constellation_orchestrator/constellation_manager.md - API Reference: galaxy/constellation_orchestrator/api_reference.md - Observer System: - Overview: galaxy/observer/overview.md - Event System: galaxy/observer/event_system.md - Progress Observer: galaxy/observer/progress_observer.md - Agent Output Observer: galaxy/observer/agent_output_observer.md - Synchronizer: galaxy/observer/synchronizer.md - Metrics Observer: galaxy/observer/metrics_observer.md - Visualization Observer: galaxy/observer/visualization_observer.md - Evaluation & Logging: - Trajectory Report: galaxy/evaluation/trajectory_report.md - Performance Metrics: galaxy/evaluation/performance_metrics.md - Result JSON Reference: galaxy/evaluation/result_json.md - UFO² Desktop AgentOS: - Overview: ufo2/overview.md - Using as Galaxy Device: ufo2/as_galaxy_device.md - HostAgent: - Overview: ufo2/host_agent/overview.md - State Machine: ufo2/host_agent/state.md - Processing Strategy: ufo2/host_agent/strategy.md - Command System: ufo2/host_agent/commands.md - AppAgent: - Overview: ufo2/app_agent/overview.md - State Machine: ufo2/app_agent/state.md - Processing Strategy: ufo2/app_agent/strategy.md - Command System: ufo2/app_agent/commands.md - Core Features: - Hybrid GUI–API Actions: ufo2/core_features/hybrid_actions.md - Control Detection: - Overview: ufo2/core_features/control_detection/overview.md - UIA Detection: ufo2/core_features/control_detection/uia_detection.md - Visual Detection: ufo2/core_features/control_detection/visual_detection.md - Hybrid Detection: ufo2/core_features/control_detection/hybrid_detection.md - Knowledge Substrate: - Overview: ufo2/core_features/knowledge_substrate/overview.md - Help Documents: ufo2/core_features/knowledge_substrate/learning_from_help_document.md - Bing Search: ufo2/core_features/knowledge_substrate/learning_from_bing_search.md - Experience Learning: ufo2/core_features/knowledge_substrate/experience_learning.md - Demos: ufo2/core_features/knowledge_substrate/learning_from_demonstration.md - Speculative Multi-Action: ufo2/core_features/multi_action.md - Advanced Usage: - Follower Mode: ufo2/advanced_usage/follower_mode.md - Batch Mode: ufo2/advanced_usage/batch_mode.md - Operator Integration: ufo2/advanced_usage/operator_as_app_agent.md - Customization: ufo2/advanced_usage/customization.md - Prompts: - Overview: ufo2/prompts/overview.md - Basic Template: ufo2/prompts/basic_template.md - Examples: ufo2/prompts/examples_prompts.md - Evaluation: - EvaluationAgent: ufo2/evaluation/evaluation_agent.md - Benchmark Overview: ufo2/evaluation/benchmark/overview.md - Windows Agent Arena: ufo2/evaluation/benchmark/windows_agent_arena.md - OSWorld (Windows): ufo2/evaluation/benchmark/osworld.md - Performance Logs: - Overview: ufo2/evaluation/logs/overview.md - Evaluation Logs: ufo2/evaluation/logs/evaluation_logs.md - Markdown Log Viewer: ufo2/evaluation/logs/markdown_log_viewer.md - Request Logs: ufo2/evaluation/logs/request_logs.md - Screenshots Logs: ufo2/evaluation/logs/screenshots_logs.md - Step Logs: ufo2/evaluation/logs/step_logs.md - UI Tree Logs: ufo2/evaluation/logs/ui_tree_logs.md - Dataflow: - Overview: ufo2/dataflow/overview.md - Instantiation: ufo2/dataflow/instantiation.md - Execution: ufo2/dataflow/execution.md - Windows App Environment: ufo2/dataflow/windows_app_env.md - Result: ufo2/dataflow/result.md - Linux Agent: - Overview: linux/overview.md - Using as Galaxy Device: linux/as_galaxy_device.md - State Machine: linux/state.md - Processing Strategy: linux/strategy.md - MCP Commands: linux/commands.md - Mobile Agent: - Overview: mobile/overview.md - Using as Galaxy Device: mobile/as_galaxy_device.md - State Machine: mobile/state.md - Processing Strategy: mobile/strategy.md - MCP Commands: mobile/commands.md - Tutorials & Development: - Creating Custom MCP Servers: tutorials/creating_mcp_servers.md - Creating Custom Third-Party Agents: tutorials/creating_third_party_agents.md - Creating Custom Device Agents: - Overview: tutorials/creating_device_agent/overview.md - Index: tutorials/creating_device_agent/index.md - Client Setup: tutorials/creating_device_agent/client_setup.md - Core Components: tutorials/creating_device_agent/core_components.md - MCP Server: tutorials/creating_device_agent/mcp_server.md - Configuration: tutorials/creating_device_agent/configuration.md - Testing: tutorials/creating_device_agent/testing.md - Example Mobile Agent: tutorials/creating_device_agent/example_mobile_agent.md - Enhancing AppAgent Capabilities: - Overview: tutorials/creating_app_agent/overview.md - Help Document Provision: tutorials/creating_app_agent/help_document_provision.md - Demonstration Provision: tutorials/creating_app_agent/demonstration_provision.md - Wrapping App-Native APIs: tutorials/creating_app_agent/warpping_app_native_api.md - Infrastructure: - Basic Modules: - Overview: infrastructure/modules/overview.md - Session: infrastructure/modules/session.md - Round: infrastructure/modules/round.md - Context: infrastructure/modules/context.md - Dispatcher: infrastructure/modules/dispatcher.md - Session Factory & Pool: infrastructure/modules/session_pool.md - Platform Sessions: infrastructure/modules/platform_sessions.md - Device Agent Architecture: - Overview: infrastructure/agents/overview.md - Agent Types & Implementation: infrastructure/agents/agent_types.md - Server-Client Architecture: infrastructure/agents/server_client_architecture.md - Architecture Layers: - State Layer (Level-1): infrastructure/agents/design/state.md - Strategy Layer (Level-2): infrastructure/agents/design/processor.md - Strategy Components: infrastructure/agents/design/strategy.md - Command Layer (Level-3): infrastructure/agents/design/command.md - Supporting Systems: - Memory System: infrastructure/agents/design/memory.md - Blackboard: infrastructure/agents/design/blackboard.md - Prompter: infrastructure/agents/design/prompter.md - Agent Interaction Protocol (AIP): - Overview: aip/overview.md - Message Reference: aip/messages.md - Protocol Guide: aip/protocols.md - Transport Layer: aip/transport.md - Endpoints: aip/endpoints.md - Resilience: aip/resilience.md - Agent Server: - Overview: server/overview.md - Quick Start: server/quick_start.md - Session Manager: server/session_manager.md - WebSocket Handler: server/websocket_handler.md - Client Connection Manager: server/client_connection_manager.md - HTTP API: server/api.md - Monitoring: server/monitoring.md - Agent Client: - Overview: client/overview.md - Quick Start: client/quick_start.md - WebSocket Client: client/websocket_client.md - UFO Client: client/ufo_client.md - Computer Manager: client/computer_manager.md - Computer: client/computer.md - Device Info Provider: client/device_info.md - MCP Integration: client/mcp_integration.md - MCP (Model Context Protocol): - Overview: mcp/overview.md - Data Collection Servers: mcp/data_collection.md - Action Servers: mcp/action.md - Configuration Guide: mcp/configuration.md - Local Servers: mcp/local_servers.md - Remote Servers: mcp/remote_servers.md - Server Reference: - UICollector: mcp/servers/ui_collector.md - HostUIExecutor: mcp/servers/host_ui_executor.md - AppUIExecutor: mcp/servers/app_ui_executor.md - CommandLineExecutor: mcp/servers/command_line_executor.md - WordCOMExecutor: mcp/servers/word_com_executor.md - ExcelCOMExecutor: mcp/servers/excel_com_executor.md - PowerPointCOMExecutor: mcp/servers/ppt_com_executor.md - PDFReaderExecutor: mcp/servers/pdf_reader_executor.md - ConstellationEditor: mcp/servers/constellation_editor.md - HardwareExecutor: mcp/servers/hardware_executor.md - BashExecutor: mcp/servers/bash_executor.md - MobileExecutor: mcp/servers/mobile_executor.md - About: - Contributing: about/CONTRIBUTING.md - License: about/LICENSE.md - Code of Conduct: about/CODE_OF_CONDUCT.md - Disclaimer: about/DISCLAIMER.md - Support: about/SUPPORT.md - FAQ: faq.md markdown_extensions: - pymdownx.tasklist - admonition theme: name: readthedocs analytics: - gtag: G-FX17ZGJYGC favicon: ./assets/ufo_blue.png features: - content.code.annotate - content.code.copy - content.code.select - content.tooltips - content.tabs.link extra_javascript: - https://unpkg.com/mermaid@10.6.1/dist/mermaid.min.js - javascripts/mermaid-init.js - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js markdown_extensions: - admonition - attr_list - md_in_html - pymdownx.arithmatex: generic: true - pymdownx.superfences: custom_fences: - name: mermaid class: mermaid format: !!python/name:pymdownx.superfences.fence_div_format plugins: - search - mkdocstrings: handlers: python: paths: ["../ufo", "../record_processor", "../dataflow", "../config", "../aip", ".."] options: docstring_style: sphinx docstring_section_style: list merge_init_into_class: true show_docstring_returns: true