@gguf/claw
Version:
Multi-channel AI gateway with extensible messaging integrations
5 lines (4 loc) • 371 B
TypeScript
import type { EmbeddedPiSubscribeContext } from "./pi-embedded-subscribe.handlers.types.js";
export { handleAutoCompactionEnd, handleAutoCompactionStart, } from "./pi-embedded-subscribe.handlers.compaction.js";
export declare function handleAgentStart(ctx: EmbeddedPiSubscribeContext): void;
export declare function handleAgentEnd(ctx: EmbeddedPiSubscribeContext): void;