MCPcopy Create free account
hub / github.com/OpenBMB/ChatDev / list_sessions

Method list_sessions

server/services/session_store.py:126–127  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

124 }
125
126 def list_sessions(self) -> Dict[str, Dict[str, Any]]:
127 return {session_id: self.get_session_info(session_id) for session_id in self._sessions.keys()}
128
129 def get_artifact_queue(self, session_id: str) -> Optional[ArtifactEventQueue]:
130 session = self._sessions.get(session_id)

Callers

nothing calls this directly

Calls 1

get_session_infoMethod · 0.95

Tested by

no test coverage detected