Skip to content

Exceptions

stirrup.core.exceptions

Custom exceptions for agent framework.

__all__ module-attribute

__all__ = ['ContextOverflowError']

ContextOverflowError

Bases: Exception

Raised when LLM context window is exceeded (max_tokens or length finish_reason).