API reference
scp-protocol v0.5.0.
PatternStore
Events:
pattern_invalidated fires when a pattern crosses failureThreshold.
AdaptiveMemory
Events:
entry_purged fires when a decision is removed.
SCPBody
SCPAdapter (legacy)
The v0.1 contract. Kept for backward compatibility. New code should useSCPBody.
SCPBridge
Base class for any LLM client.Bridges
OllamaBridge— local, free.hostdefaults tohttp://localhost:11434.BedrockBridge— AWS Converse. Requires@aws-sdk/client-bedrock-runtime.OpenAIBridge— raw HTTPS toapi.openai.com. ReadsOPENAI_API_KEY.
Transports
SCPBody is in-process by default. Two explicit transports:
HTTPTransport—node:httpserver with/emit,/poll,/health. No external dependency.WebSocketTransport— requiresws(optional peer dep).