/** Symbols used by the DI container */ export const Symbols = Object.freeze({ AgentApi: Symbol.for("AgentApi"), ImageApi: Symbol.for("ImageApi"), SourceApi: Symbol.for("SourceApi"), });