Context Network
How Context Sharing Works
Context Types
type ContextType = 'message' | 'knowledge' | 'state' | 'event';Connecting Agents
// Connect two agents
manager.connectAgents('agent-1', 'agent-2');
// Agents can now share context automaticallySharing Knowledge Explicitly
Context Network API
Last updated
