[Bug] agent-message and agent-observe skill docs missing import section and typed API signatures #1425
Xsidz
started this conversation in
Bug reports
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Problem
SKILL.mdfiles foragent-messageandagent-observelack import instructions and typed function signatures. Agents using these skills have to guess at the API, and some non-existent functions (e.g.get_agent_ids()) are easy to hallucinate.Fix
Add to each SKILL.md:
## Importsection with the correct import path## API Referencewith typed Python signatures for each exported functionstr | Nonenot"str" | None)PR #920 implements this fix. Posting here per the new discussion-first process.
All reactions