Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.camel-ai.org/llms.txt

Use this file to discover all available pages before exploring further.

PageSnapshot

class PageSnapshot:
Utility for capturing YAML-like page snapshots and diff-only variants.

init

def __init__(self, page: 'Page'):

_format_snapshot

def _format_snapshot(text: str):

_compute_diff

def _compute_diff(old: str, new: str):

_detect_priorities

def _detect_priorities(self, snapshot_yaml: str):
Return sorted list of priorities present (1,2,3).