agentle.mcp.session_management.session_managerΒΆ

Abstract base class defining the interface for MCP session management.

This module provides the interface that all session management implementations must follow, ensuring consistent behavior across different storage backends.

Functions

abstractmethod(funcobj)

A decorator indicating abstract methods.

Classes

ABC()

Helper class that provides a standard way to create an ABC using inheritance.

Any(*args, **kwargs)

Special type indicating an unconstrained type.

SessionManager()

Abstract base class for MCP session management.