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.

BoxedStrategy

class BoxedStrategy(BaseExtractorStrategy):
Extracts content from \boxed{} and \boxed{} environments.

PythonListStrategy

class PythonListStrategy(BaseExtractorStrategy):
Extracts and normalizes Python lists.

PythonDictStrategy

class PythonDictStrategy(BaseExtractorStrategy):
Extracts and normalizes Python dictionaries.

PythonSetStrategy

class PythonSetStrategy(BaseExtractorStrategy):
Extracts and normalizes Python sets.

PythonTupleStrategy

class PythonTupleStrategy(BaseExtractorStrategy):
Extracts and normalizes Python tuples.