Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Callers
4
test_image_unsupported_strips_images_from_mutable_messages
Method · 0.95
_context_usage
Method · 0.45
context_command_call
Function · 0.45
_sync_compact_fallback
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_image_unsupported_strips_images_from_mutable_messages
Method · 0.76