UNPKG

@mastra/core

Version:

Mastra is a framework for building AI-powered applications and agents with a modern TypeScript stack.

28 lines 940 B
export declare const RegisteredLogger: { readonly AGENT: "AGENT"; readonly AI_TRACING: "AI_TRACING"; readonly AUTH: "AUTH"; readonly NETWORK: "NETWORK"; readonly WORKFLOW: "WORKFLOW"; readonly LLM: "LLM"; readonly TTS: "TTS"; readonly VOICE: "VOICE"; readonly VECTOR: "VECTOR"; readonly BUNDLER: "BUNDLER"; readonly DEPLOYER: "DEPLOYER"; readonly MEMORY: "MEMORY"; readonly STORAGE: "STORAGE"; readonly EMBEDDINGS: "EMBEDDINGS"; readonly MCP_SERVER: "MCP_SERVER"; readonly SERVER_CACHE: "SERVER_CACHE"; }; export type RegisteredLogger = (typeof RegisteredLogger)[keyof typeof RegisteredLogger]; export declare const LogLevel: { readonly DEBUG: "debug"; readonly INFO: "info"; readonly WARN: "warn"; readonly ERROR: "error"; readonly NONE: "silent"; }; export type LogLevel = (typeof LogLevel)[keyof typeof LogLevel]; //# sourceMappingURL=constants.d.ts.map