Web SDK
The SDK is a JavaScript/TypeScript SDK to integrate agent interactions into web applications. It provides programmatic access to chat and voice interactions, including streaming responses, message history, file uploads, and voice interaction. It also provides React integration throughAgentProvider, useAgent, useChat, and useVoice hooks. For applications that need a ready-to-use interface, the SDK includes a web component that supports chat, voice, or a unified chat-and-voice experience.
The Web SDK communicates with the Artemis platform over WebSocket and supports public API keys and verified-user authentication flows.