afarntrog
afarntrog
## Description This pull request introduces a new GitHub Actions workflow to automate responses to newly opened issues by invoking a a Strands agent hosted on AgentCore Runtime. The workflow...
## Description This pull request introduces support for structured outputs in multi-agent orchestration by allowing a Pydantic model to be specified for structured output from nodes. This enhancement is implemented...
### Problem Statement We should remove the `__call__` methods in swarm and graph classes and use the parent base implementation automatically. They are not only redundant code but also do...
### Problem Statement The current [AgentCoreMemorySessionManager](https://github.com/aws/bedrock-agentcore-sdk-python/tree/main/src/bedrock_agentcore/memory/integrations/strands) integration with strands is leading to an unexpected behavior. TLDR: The toolUse and toolResult events are created separately due to which, the context is...