blax
Version:
Blax - HMS-Powered Multi-Agent Platform with Government Agency Analysis, Deep Research, and Enterprise-Ready Deployment. No local LLM keys required.
26 lines • 600 B
TypeScript
export interface BlaxConfig {
api: {
baseUrl: string;
hubUrl: string;
timeout: number;
};
auth: {
tokenUrl: string;
clientId?: string;
};
features: {
telemetry: boolean;
offlineMode: boolean;
autoUpdate: boolean;
};
domains: {
primary: string;
api: string;
docs: string;
status: string;
};
}
export declare const defaultConfig: BlaxConfig;
export declare function getBlaxConfig(): BlaxConfig;
export declare const blaxConfig: BlaxConfig;
//# sourceMappingURL=blax.d.ts.map