MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / getAll

Method getAll

src/services/skill/types.ts:28–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26
27export interface SkillServiceAdapter {
28 getAll(): Promise<SkillSummary[]>
29 getConfig(id: string): Promise<SkillConfig | null>
30 create(rawMd: string): Promise<{ success: boolean; id?: string; error?: string }>
31 update(id: string, rawMd: string): Promise<{ success: boolean; error?: string }>

Callers 3

registerAiLlmRoutesFunction · 0.65
loadAssistantsFunction · 0.65
loadSkillsFunction · 0.65

Implementers 2

FetchSkillAdaptersrc/services/skill/fetch.ts
FetchAssistantAdaptersrc/services/assistant/fetch.ts

Calls

no outgoing calls

Tested by

no test coverage detected