IntegrationIntegrations
_run_query
Agent Skills Integration modifies _run_query to generate findings from query results and stream them as insights. The process_message function is expected to call the _run_query function to execute queries, but current data flow problem stops execution before _run_query is reached. In agent_skills.py, the process_message() function calls _run_query asynchronously to generate query results. _run_query method is modified as part of Agent Skills Integration to generate findings from query results _run_query generates findings streamed as 'insight' messages, each rendered as a separate IronClawMessage The process_message() method in agent_skills.py calls the _run_query() function asynchronously to execute queries.