UNPKG

prompt-version-manager

Version:

Centralized prompt management system for Human Behavior AI agents

18 lines 484 B
export declare class DashboardServer { private app; private wss; private versioning; private chainManager; private chainTracker; private port; constructor(repoPath: string, port?: number); private setupRoutes; private setupDocsRoutes; private getDashboardData; private getMetrics; private getChainFlow; private getCommitDiff; private calculateChanges; start(): Promise<void>; } //# sourceMappingURL=dashboard-server.d.ts.map