Vozia AI Agent SDK - Chat, Voice, and Tools for Expo/React Native
npm install @vozia/agentThe official Vozia AI Agent SDK for Expo and React Native applications.
``bash`
npm install @vozia/agent
`bash`
expo install expo-av expo-haptics expo-speech @react-native-async-storage/async-storage
`tsx
import { AgentProvider, AgentChat, AssistantButton } from '@vozia/agent';
export default function App() {
return (
orgId: 'your-org-id',
assistantId: 'your-assistant-id',
apiKey: 'your-api-key',
}}
>
);
}
``
See the main README for complete documentation.
MIT