Tuesday, 25 November 2025

Show HN: Rs-Utcp, a Rust Implementation of the Universal Tool Calling Protocol https://bit.ly/4iwrk5R

Show HN: Rs-Utcp, a Rust Implementation of the Universal Tool Calling Protocol I’ve been working on a Rust implementation of UTCP, a vendor-neutral protocol for LLM tool calling. The goal is to avoid every model/vendor defining its own schema and instead make tool ↔ model interoperability predictable and boring. What works: - Full UTCP message parse/serialize - Strongly typed request/response model - Transport-agnostic (stdin/stdout, HTTP, WS, anything) - Minimal dependencies, straightforward API Still to do: - Validation helpers - Higher-level client/server wrappers - More real-world examples Repo: https://bit.ly/3Xf7ORE Feedback + contributions welcome! https://bit.ly/3Xf7ORE November 25, 2025 at 10:35PM

No comments:

Post a Comment