MCPcopy Create free account
hub / github.com/anus-dev/ANUS /

Class

packages/core/src/core/client.ts:113–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111const COMPRESSION_PRESERVE_THRESHOLD = 0.3;
112
113export class AnusClient {
114 private chat?: AnusChat;
115 private contentGenerator?: ContentGenerator;
116 private embeddingModel: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected