MCPcopy Create free account
hub / github.com/cedriking/spark / SystemMessageSource

Interface SystemMessageSource

src/message.ts:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18interface SystemMessageSource extends MessageSourceBase {
19 type: "system";
20 id?: undefined;
21}
22
23interface AgentMessageSource extends MessageSourceBase {
24 type: "agent";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected