mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 12:20:28 +00:00
Plugin SDK: add full bundled subpath wiring
This commit is contained in:
5
src/plugin-sdk/llm-task.ts
Normal file
5
src/plugin-sdk/llm-task.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// Narrow plugin-sdk surface for the bundled llm-task plugin.
|
||||
// Keep this list additive and scoped to symbols used under extensions/llm-task.
|
||||
|
||||
export { resolvePreferredOpenClawTmpDir } from "../infra/tmp-openclaw-dir.js";
|
||||
export type { AnyAgentTool, OpenClawPluginApi } from "../plugins/types.js";
|
||||
Reference in New Issue
Block a user