Dean Schmigelski
Dean Schmigelski
Hi, Confirming that I can reproduce this. If we add the last line to our existing integration test, to trigger a multi-turn conversation, we get the failure. ``` def test_document_citations_streaming(streaming_agent,...
Thank you for raising this. Internally I am probing Bedrock as well. There are definitely ways to get this to work. I want to make sure we are acting on...
Mistral integ tests are failing. It appears they are having availability issues https://status.mistral.ai/
Hi, closing this as merged this change in https://github.com/strands-agents/sdk-python/pull/1237.
Hi, @azaylamba I was able to reproduce this. Thanks for raising this. I am going to engage with the Bedrock team first. This appears like Bedrock is providing an inconsistent...
Hi, sorry for the delay. We've been busy with a lot of Re:Invent launches: Bidirectional streaming, typescript sdk, evals, and steering. I reached out to Bedrock and they are aware...
I am going to start #780, which will unblock this.
Hi, We recently made it easier, definitely not great but easier, to configure timeouts on the MCPAgentTools - https://github.com/strands-agents/sdk-python/pull/1184 So if you wanted a tool to have a timeout you...
Additional example of model/provider specific logic https://github.com/strands-agents/sdk-python/issues/630 ``` model = BedrockModel( model_id="openai.gpt-oss-120b-1:0", streaming=False, ) ``` Strands should know gpt oss must use Converse and automatically use it.
Additional example https://github.com/strands-agents/sdk-python/pull/686 relating to non-claude models and the inclusion of the status field.