Douwe Osinga
Douwe Osinga
I'd imagine we'd build this into the agent loop. that already sends out messages before it starts a tool; we can just annotate those with what to display which we...
we could add a tool for this tell-the-user-what-you-are-doing(string) and then ask goose that when it makes a toolcall, in general it should also call the explain tool. and then when...
can you create a custom provider and share that? it might be a subtle url issue
@amed-xyz - does this seem reasonable?
I agree, I think the issue here is that it tries to load a session outside of the allowed range when debugging, not when loading the extension. this should be...
yeah, MCP sounds good. This is just a demo I built and wanted to share. No ambitions beyond that.
as discussed: thanks for implementing this and I like the direction, but I don't think this should be integrated into the core of goose if that makes sense. can we...
I think it would be great if we can turn this indeed into an MCP server and use the new sampling! going to close this for now
Agree with @cbruyndoncx
we have a settings section now in recipes that allows you to do this: #[derive(Serialize, Deserialize, Debug, Clone, ToSchema)] pub struct Settings { #[serde(skip_serializing_if = "Option::is_none")] pub goose_provider: Option, #[serde(skip_serializing_if...