MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / assistant-manager.test.ts

File assistant-manager.test.ts

packages/node-runtime/src/ai/__tests__/assistant-manager.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, beforeEach } from 'node:test'
2import assert from 'node:assert/strict'
3import { AssistantManager, type AssistantManagerFs, type AssistantManagerDeps } from '../assistant-manager'
4

Callers

nothing calls this directly

Calls 11

getAllAssistantsMethod · 0.80
getAssistantConfigMethod · 0.80
createAssistantMethod · 0.80
updateAssistantMethod · 0.80
deleteAssistantMethod · 0.80
hasAssistantMethod · 0.80
resetAssistantMethod · 0.80
importAssistantFromMdMethod · 0.80
isGeneralAssistantMethod · 0.80
createManagerFunction · 0.70
initMethod · 0.65

Tested by

no test coverage detected