Package-level declarations

Types

Link copied to clipboard
interface Adapter

AutoTweaker 的适配器,允许访问 CoreAPI 来将 AutoTweaker 的能力接入任何地方。

Link copied to clipboard
interface Agent

用于管理单个 agent 实例的 api。

Link copied to clipboard
interface CoreAPI

AutoTweaker/core 为适配器提供的 API,主要包含适配器、会话、配置的管理。

Link copied to clipboard
interface PathResolver

AutoTweaker 支持容器内工作区,并将宿主目录挂载到容器内以便程序直接读写宿主文件系统(等价于读写容器内文件系统)。

Link copied to clipboard
interface Session

一个会话实例,一个会话中可能拥有多个 agent。