MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / get_messages

Method get_messages

src/query/engine.py:319–320  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

317 self._abort_controller.abort("user_interrupt")
318
319 def get_messages(self) -> list[Message]:
320 return list(self._mutable_messages)
321
322 def get_session_id(self) -> str:
323 return self._session_id

Calls

no outgoing calls