MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / listSessions

Method listSessions

src/runtime/agent.ts:970–972  ·  view source on GitHub ↗

Reserved: list all sessions

()

Source from the content-addressed store, hash-verified

968 log(
969 `[PackAgent] Injecting ${nonImageAttachments.length} non-image attachment(s) into prompt`,
970 );
971 }
972 }
973
974 await cs.session.prompt(promptText, promptOptions);
975

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected