mirror of
https://github.com/Kaelio/ktx.git
synced 2026-07-04 10:52:13 +02:00
rename klo to ktx
This commit is contained in:
parent
1a42152e6f
commit
3ce510b55b
704 changed files with 10205 additions and 10255 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue