MCPcopy Index your code
hub / github.com/CommandCodeAI/BaseAI / BaseAIConfig

Interface BaseAIConfig

packages/baseai/types/config.ts:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28export interface BaseAIConfig {
29 log: LoggerConfig;
30 memory: MemoryConfig;
31 envFilePath: string;
32}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected