Understanding how Cedar-OS enables AI-native experiences
useCedarState
: Access and modify registered state with type safetyuseTypedAgentConnection
: Manage AI agent connections with full typinguseCedarEditor
: Rich text editing with AI-aware featuresuseMessageRenderer
: Handle streaming messages and custom componentsChatInput
- AI-aware input with mentions and contextStreamingText
- Real-time text rendering with typewriter effectsMessageRenderer
- Renders different messages with unique styling or interactivity.VoiceIndicator
- Visual feedback for voice interactions<FloatingCedarChat />
: Floating chat interface that can be summoned anywhere. This combines <ChatInput />
, <ContextBadge />
, <ChatMessages />
, and positional Containers like <FloatingContainer />
to create a floating chat.CedarCopilot
and FloatingCedarChat
and have AI working in minutes