@guideflow/ai
AI-powered tour generation, intent detection, and conversational help.
Installation
bash
npm install @guideflow/core @guideflow/ai openai # or @anthropic-ai/sdkKey Exports
| Export | Description |
|---|---|
createAI() | Augments a GuideFlow instance with .ai |
GuideBrain | Core AI engine |
OpenAIProvider | OpenAI backend |
AnthropicProvider | Anthropic backend |
OllamaProvider | Local Ollama backend |
MockProvider | Testing mock |
serializeDOM | DOM serialization utility |
Peer Dependencies
openai>= 4.0.0 (optional)@anthropic-ai/sdk>= 0.17.0 (optional)