mirror of
https://github.com/TencentCloud/TencentDB-Agent-Memory
synced 2026-07-28 05:04:30 +00:00
feat: release v1.0.0
This commit is contained in:
@@ -8,14 +8,11 @@ import { stripSceneNavigation } from "../scene/scene-navigation.js";
|
||||
import type { StorageAdapter } from "../storage/adapter.js";
|
||||
import { StoragePaths } from "../storage/types.js";
|
||||
|
||||
import type { Logger } from "../types.js";
|
||||
|
||||
const TAG = "[memory-tdai] [trigger]";
|
||||
|
||||
interface TriggerLogger {
|
||||
debug?: (message: string) => void;
|
||||
info: (message: string) => void;
|
||||
warn: (message: string) => void;
|
||||
error: (message: string) => void;
|
||||
}
|
||||
type TriggerLogger = Logger;
|
||||
|
||||
export interface TriggerResult {
|
||||
should: boolean;
|
||||
|
||||
Reference in New Issue
Block a user