rename klo to ktx

This commit is contained in:
Andrey Avtomonov 2026-05-10 23:51:24 +02:00
parent 1a42152e6f
commit 3ce510b55b
704 changed files with 10205 additions and 10255 deletions

View file

@ -4,7 +4,7 @@ import { join } from 'node:path';
import { tool } from 'ai';
import * as YAML from 'yaml';
import { z } from 'zod';
import { type KloLogger, noopLogger } from '../core/index.js';
import { type KtxLogger, noopLogger } from '../core/index.js';
import {
revertSourceToPreHead,
type SemanticLayerSource,
@ -41,7 +41,7 @@ import type {
type GateDeps = SlValidationDeps & { slValidator: SlValidatorPort<SlValidationDeps> };
export class MemoryAgentService {
private readonly logger: KloLogger;
private readonly logger: KtxLogger;
constructor(private readonly deps: MemoryAgentServiceDeps) {
this.logger = deps.logger ?? noopLogger;