cellmage.integrations.webcontent_utilsยถ

Utility functions for fetching and processing website content.

This module provides utilities for fetching and extracting content from websites.

Functions

format_website_content_for_display(content, ...)

Format website content for terminal display.

format_website_content_for_llm(content, metadata)

Format website content for LLM.

get_website_content_fetcher()

Get a WebsiteContentFetcher instance if the required libraries are available.

is_website_parsing_available()

Check if required libraries for website parsing are available.

Classes

WebsiteContentFetcher()

Helper class to fetch and process website content.