Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

list_sessions

Method
This is a method of the GatewayProtocol class in the gateway module.
List session IDs, optionally filtered by agent.

Signature

def list_sessions(&self, agent_id: Option<&str>) -> Vec<String>

Parameters

agent_id
Option<&str>
required
No description available.

Returns

Returns
Vec<String>
The result of the operation.

Rust Sessions

Rust Memory