tools.cross_channel_query module

Cross-channel query tool – privately ask the LLM about another channel.

Fetches recent messages from a target channel’s Redis cache, builds a one-shot LLM sub-call with that transcript as context, and returns the response. Nothing is posted to the target channel.

async tools.cross_channel_query.run(channel_id='', question='', message_count=100, *, ctx=None)[source]

Entry point for the tool loader.

Return type:

str

Parameters: