Florence Workflows
Visual workflow diagrams documenting the AI chat flow architecture.
AI Chat: Worker Flow
Front-end → Cloudflare Worker → LLM Providers. Multi-provider routing through florence-multi-ai-worker with AutoRAG context enrichment.
AI Chat: Direct Flow
Front-end → /api/florence-chat → Anthropic. Streaming response through Next.js API route with prompt caching and message windowing.