agentle.mcp.session_management.in_memoryΒΆ

In-memory implementation of the MCP session manager.

This module provides a thread-safe in-memory session manager implementation suitable for use in single-process applications.

Classes

Any(*args, **kwargs)

Special type indicating an unconstrained type.

InMemorySessionManager()

Thread-safe in-memory implementation of the SessionManager interface.

SessionManager()

Abstract base class for MCP session management.