Agent Skills Integration
Agent Skills Integration modifies _run_query to generate findings from query results and stream them as insights. Agent Skills Integration renders each streamed finding as a separate IronClawMessage. _run_query method is modified as part of Agent Skills Integration to generate findings from query results The process_message() method in agent_skills.py calls the _run_query() function asynchronously to execute queries. agent_skills.py process_message() yields IronClawMessage instances for communicating agent responses and errors. Opus analysis investigates the behavior of agent_skills.py process_message() to diagnose async exception issues. The Logging framework instruments agent_skills.py process_message() to capture errors and execution flow. The process_message() method in agent_skills.py calls the _run_query() function asynchronously to execute queries. agent_skills.py process_message() yields IronClawMessage instances for communicating agent responses and errors. Opus analysis investigates the behavior of agent_skills.py process_message() to diagnose async exception issues. The Logging framework instruments agent_skills.py process_message() to capture errors and execution flow.