Mochan

Results 70 comments of Mochan

Seems like an assumption was broken by the provider here. Our code shouldn't panic, but should be easy to resolve. Thanks for the report!

Thanks for your issue and PR. We'll take a look but note, the team is off for the holidays. We'll be back in office in the new year but there...

This form of document serialization sorta bypasses the general pattern that is used via the `Display` trait for all `Document`s, tbh, it might make sense to use anthropic's patterns as...

> It looks like the test failed because we're missing an API key. > > cc @0xMochan This PR needs to rebase / merge w/ main for the CI/CD to...

> Local OpenAI inference is supported, including Ollama and LM Studio. Would it make sense to also support [ollama's specific API? ](https://github.com/ollama/ollama/blob/main/docs/api.md) If so, would this be a new CompletionModel,...

> I might have a proposal: > > * Is it possible to model this functionality as an extension trait on `Agent`? If someone still wants a single instance of...

> Has there been any progress on this front? There has been some experimentation, but my plan is to make some minor improvements to the API. In the future, we...

> I have added a `multi_turn_streaming.rs` example. It is based on the previous version of the `multi_turn_agent.rs` example. > I considered implementing multi turn functionality like the new PromptRequest implementation,...

This is something that came up internally. It's sorta tricky bc ideally, we want something straightforward for people to install `cargo add rig-core tokio` and then u can run an...