agentle.mcp.session_management.redisΒΆ

Redis-based implementation of the MCP session manager.

This module provides a Redis-backed session manager implementation suitable for use in multi-process applications and production environments.

Functions

cast(typ, val)

Cast a value to a type.

Classes

Any(*args, **kwargs)

Special type indicating an unconstrained type.

RedisSessionManager([redis_url, key_prefix, ...])

Redis-backed implementation of the SessionManager interface.

SessionManager()

Abstract base class for MCP session management.