mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-17 04:50:51 +00:00
15 lines
426 B
TypeScript
15 lines
426 B
TypeScript
// Narrow plugin-sdk surface for the bundled lobster plugin.
|
|
// Keep this list additive and scoped to symbols used under extensions/lobster.
|
|
|
|
export {
|
|
applyWindowsSpawnProgramPolicy,
|
|
materializeWindowsSpawnProgram,
|
|
resolveWindowsSpawnProgramCandidate,
|
|
} from "./windows-spawn.js";
|
|
export type {
|
|
AnyAgentTool,
|
|
OpenClawPluginApi,
|
|
OpenClawPluginToolContext,
|
|
OpenClawPluginToolFactory,
|
|
} from "../plugins/types.js";
|