Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Utility functions for LLM completions using Pydantic AI.
marvin.engine.llm
T
T = TypeVar('T')
AgentMessage
def AgentMessage(content: str) -> ModelResponse
SystemMessage
def SystemMessage(content: str) -> ModelRequest
UserMessage
def UserMessage(content: str | Sequence[UserContent]) -> ModelRequest
engine