Skip to content

@guideflow/ai

AI-powered tour generation, intent detection, and conversational help.

npm version

Installation

bash
npm install @guideflow/core @guideflow/ai openai  # or @anthropic-ai/sdk

Key Exports

ExportDescription
createAI()Augments a GuideFlow instance with .ai
GuideBrainCore AI engine
OpenAIProviderOpenAI backend
AnthropicProviderAnthropic backend
OllamaProviderLocal Ollama backend
MockProviderTesting mock
serializeDOMDOM serialization utility

Peer Dependencies

  • openai >= 4.0.0 (optional)
  • @anthropic-ai/sdk >= 0.17.0 (optional)

Released under the MIT License.