Skip to main content

Documentation Index

Fetch the complete documentation index at: https://askmarvin.ai/llms.txt

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

marvin.utilities.models

Base models for Marvin.

Classes

MarvinModel

class MarvinModel()
Base model for all Marvin models. This model:
  • Is strict (no extra fields allowed)
  • Uses modern Pydantic v2 features

Parent Module: utilities