Files
moltbot/src/plugin-sdk/runtime-config-snapshot.ts
Peter Steinberger 526372ea36 fix(gateway): use runtime config for secret-backed talk
* fix(gateway): use runtime config for secret-backed talk

* test(gateway): relax talk config rpc timeout

* refactor(gateway): clarify talk config resolution
2026-04-28 06:05:27 +01:00

13 lines
335 B
TypeScript

export {
clearRuntimeConfigSnapshot,
getRuntimeConfigSnapshot,
selectApplicableRuntimeConfig,
setRuntimeConfigSnapshot,
} from "../config/runtime-snapshot.js";
export {
clearConfigCache,
getRuntimeConfig,
getRuntimeConfigSourceSnapshot,
} from "../config/io.js";
export type { OpenClawConfig } from "../config/types.js";