[wip] Secrets manager extension

This commit is contained in:
Cohee
2025-01-06 00:10:35 +02:00
parent 989f5a8692
commit 081c548223
9 changed files with 942 additions and 36 deletions

View File

@@ -497,6 +497,7 @@ export const event_types = {
CONNECTION_PROFILE_LOADED: 'connection_profile_loaded',
TOOL_CALLS_PERFORMED: 'tool_calls_performed',
TOOL_CALLS_RENDERED: 'tool_calls_rendered',
SECRET_WRITTEN: 'secret_written',
};
export const eventSource = new EventEmitter();