Trajectory ID: 29f0c19d-1627-492a-8d90-c10aa986401bz
The Issue: A persistent “agent executor error” occurs, even when sending a simple message like “hi”. The error states: “could not convert a single message before hitting truncation.”
Root Cause: The system has 300 installed skills. While other tools use lazy loading and work without issue, Antigravity’s TrajectoryChatConverter appears to load all skill metadata, causing the first message to exceed the token limit.
Stack Trace Snippet: google3/third_party/jetski/cortex/chatconverters/chatconverters.(*TrajectoryChatConverter).TrajectoryToChatMessagesFromNCheckpointsAgo
Request: Implement a search-based or lazy-loading mechanism for skills in the Cortex/Cascade manager to prevent session crashes with large skill libraries.