mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-07 07:58:36 +00:00
* fix(gateway): use runtime config for secret-backed talk * test(gateway): relax talk config rpc timeout * refactor(gateway): clarify talk config resolution
13 lines
335 B
TypeScript
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";
|