mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-05-09 03:00:20 -04:00
6 lines
299 B
TypeScript
6 lines
299 B
TypeScript
// 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";
|