mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
Reorganize modules into layered directories
This commit is contained in:
@@ -84,14 +84,14 @@ try {
|
||||
};
|
||||
|
||||
const { getSTContextForPrompt, getSTContextSnapshot } =
|
||||
await import("../st-context.js");
|
||||
await import("../host/st-context.js");
|
||||
const {
|
||||
substituteTaskEjsParams,
|
||||
createTaskEjsRenderContext,
|
||||
evalTaskEjsTemplate,
|
||||
checkTaskEjsSyntax,
|
||||
inspectTaskEjsRuntimeBackend,
|
||||
} = await import("../task-ejs.js");
|
||||
} = await import("../prompting/task-ejs.js");
|
||||
|
||||
const promptContext = getSTContextForPrompt();
|
||||
assert.deepEqual(promptContext, {
|
||||
|
||||
Reference in New Issue
Block a user