@vozia/agent
v0.0.2
Published
Vozia AI Agent SDK - Chat, Voice, and Tools for Expo/React Native
Maintainers
Readme
@vozia/agent
The official Vozia AI Agent SDK for Expo and React Native applications.
Installation
npm install @vozia/agentRequired Peer Dependencies
expo install expo-av expo-haptics expo-speech @react-native-async-storage/async-storageQuick Start
import { AgentProvider, AgentChat, AssistantButton } from '@vozia/agent';
export default function App() {
return (
<AgentProvider
config={{
orgId: 'your-org-id',
assistantId: 'your-assistant-id',
apiKey: 'your-api-key',
}}
>
<AgentChat />
<AssistantButton />
</AgentProvider>
);
}Documentation
See the main README for complete documentation.
License
MIT
