chore: initialize qiming workspace repository
This commit is contained in:
22
qimingclaw/crates/agent-gui-server/src/lib.ts
Normal file
22
qimingclaw/crates/agent-gui-server/src/lib.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
* SDK entry point — programmatic API for embedding the GUI Agent MCP Server.
|
||||
*/
|
||||
|
||||
export { createGuiAgentServer, type GuiAgentServer } from './mcp/server.js';
|
||||
export { loadConfig, type GuiAgentConfig } from './config.js';
|
||||
export type { ScreenshotResult } from './desktop/screenshot.js';
|
||||
export type { DisplayDescriptor } from './desktop/display.js';
|
||||
export type { TaskResult, ProgressInfo, StepRecord } from './agent/taskRunner.js';
|
||||
|
||||
// Windows-MCP 管理
|
||||
export { WindowsMcpManager, healthCheck, waitForReady } from './windowsMcp/index.js';
|
||||
export type {
|
||||
WindowsMcpStatus,
|
||||
ProcessConfig,
|
||||
ProcessRunner,
|
||||
StartResult,
|
||||
StopResult,
|
||||
WindowsMcpConfig,
|
||||
HealthCheckOptions,
|
||||
HealthCheckResult,
|
||||
} from './windowsMcp/index.js';
|
||||
Reference in New Issue
Block a user