Agent terminated due to error #377
-
What kind of help do you need?Other Your questionWhen I mention a skill Environment and contextNo response What have you already tried?Reboot Before posting
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
Thanks for reporting this. This sounds similar to the known truncation/context-overflow issue that can happen when an IDE/integration loads too many skills into one prompt at startup, but I can’t confirm that yet from the current details. Could you share: the exact error text or a screenshot of the prompt error, If you are on Windows and Antigravity keeps reopening into the same broken session, please also check the truncation recovery steps here: README: Windows truncation/context crash loop |
Beta Was this translation helpful? Give feedback.
-
|
This is the same issue I encountered @sickn33 on Windows and Ubuntu. After installing the full library, I ran into this problem, and once the agent crashed, I couldn’t retry or use it anymore. To fix it, instead of installing the full library, I installed the dependencies one by one or I used The Error
I hope this helps to fix the problem |
Beta Was this translation helpful? Give feedback.

@AnthoniusHendriyanto thanks, this is very helpful. That
TrajectoryChatConverter: could not convert a single message before hitting truncationstack confirms this is the same startup/context-overflow class of issue, not a skill-specific crash.@karnaensusilo977-alt a global router/orchestrator can be a viable architecture, but only if it sits on top of a lightweight manifest and lazy-loads child
SKILL.mdfiles on demand. If the host still scans or injects the full library at startup, adding an orchestrator does not solve the problem and can actually increase the initial payload.So the safe pattern is:
@skill-idmentions or matched s…