mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-20 06:20:55 +00:00
9 lines
281 B
TypeScript
9 lines
281 B
TypeScript
import { resolveContextTokensForModel } from "../agents/context.js";
|
|
import { classifySessionKey, resolveSessionModelRef } from "../gateway/session-utils.js";
|
|
|
|
export const statusSummaryRuntime = {
|
|
resolveContextTokensForModel,
|
|
classifySessionKey,
|
|
resolveSessionModelRef,
|
|
};
|