Skip to main content

Internal Service: organize_with_llm_from_business_info

Uses an LLM to generate AI website content from business_info (Firecrawl agent output).
Key Change: This service now uses business_info from Firecrawl agent, NOT scraped pages. Scraped pages are only used for markdown replica generation.

Function Signature

Parameters

business_info Schema

Three Parallel Gemini Calls

Returns

Why business_info Instead of Pages?

The new approach produces more consistent, higher-quality LLM content because:
  • Input is already structured (description, products, target market)
  • No HTML/CSS noise to parse
  • LLM can focus on content generation, not extraction

Code Location

Key Functions