Skip to content
Discussion options

You must be logged in to vote

@AnthoniusHendriyanto thanks, this is very helpful. That TrajectoryChatConverter: could not convert a single message before hitting truncation stack 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.md files 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:

  • bootstrap from a small manifest/index
  • resolve explicit @skill-id mentions or matched s…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@karnaensusilo977-alt
Comment options

@sickn33
Comment options

Answer selected by sickn33
Comment options

You must be logged in to vote
3 replies
@sickn33
Comment options

@furkancvk
Comment options

@sickn33
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
5 participants