-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document vast majority of protocol messages #46
Conversation
c31470a
to
1838cf7
Compare
Wow, really awesome job! 🎉 I'll read it carefully but it looks so good that it's hard to resist pressing "Merge pull request" right now! 😬 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, this looks very good! A couple more of these doc comments and we'd be able to turn on #![deny(missing_docs)]
😅
I think the plan forward would be to get #48 merged first, then this PR may be rebased on top of main
, adjusting for the changes and then we merge this.
Thank you!
See: #46 (comment) Signed-off-by: Wiktor Kwapisiewicz <[email protected]>
Okay, I see just minor formatting things being wrong here so if you don't mind I'll fix it and merge this PR... if there's anything to adjust later we can do it in a subsequent PRs :) |
Signed-off-by: James Spencer <[email protected]>
25fc116
to
908ff84
Compare
Thanks! |
This PR adds documentation for the structures in the
proto
module with references back to the agent protocol specification.I'll come back later and add top-level documentation for these modules.
I've held off on documenting the
agent
module as it's undergoing a bit of renovation at the moment!I've tried to say as close to the specification with this documentation, but have added some simplifications of the spec in some places, so very open to feedback / nits :^)