Mochan
Mochan
> I think in the immediate term adding `rmcp` as a sep mcp feature and then fully removing `mcp-core` is fine by me. I was busy working on another project...
> > Looks like `rmcp` was merged into the official `rust-sdk` and archived > > EDIT: official SDK is taking ownership of the `rmcp` name > > Yes, so I’d...
To be honest, I want to actually create a more, well-encapsulated `MessageBuilder` that lets you easily create a lot of common `Message`s. I did a little bit with `impl Message`...
@nikhil-pandey Looking into getting this working. The strict argument isn't consistent with all providers (and some might be default strict)!
I'm fairly certain you need to have `derive` trait enabled but I'll ping the author, @marieaurore123
Yea, this would be a short-term win with our examples. tbh, the current set of examples is serving as a stopgap for our lack of comprehensive integration testing. Our short-medium...
rig core could be the provider integrations and rig adds Agents and all of our other abstractions. but it's an arbitrary line
Great issue! Most reasoning models pass reasoning tokens thru an extra response parameter but I'm surprised that Ollama isn't setup like this 😅
Thanks for this PR. if this is a WIP pr, consider changing this pr to a draft pr, thanks!
You likely don't want to use `.multi_turn(1)`. By default, if a tool is called, it'll complete the round-trip (returning the Tool message back to the model to get rendered). Only...