Interface: GetSkillsManifest
Defined in: packages/core/src/application/use-cases/get-skills-manifest.ts:12
Reads the installed skills manifest from specd.yaml.
Methods
execute()
execute(
input):Promise<Record<string,string[]>>
Defined in: packages/core/src/application/use-cases/get-skills-manifest.ts:30
Executes the use case.
Parameters
input
Query parameters
Returns
Promise<Record<string, string[]>>
A map of agent name → list of installed skill names