Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: strands-agents/sdk-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main@{1day}
Choose a base ref
...
head repository: strands-agents/sdk-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 46 files changed
  • 3 contributors

Commits on Oct 22, 2025

  1. feat: add multiagent hooks, add serialize & deserialize function to m…

    …ultiagent base & agent result (#1070)
    
    * feat: add multiagent hooks, add serialize & deserialize function to multiagent base & agent result
    
    * Delete __init__.py
    JackYPCOnline authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    8a89d91 View commit details
    Browse the repository at this point in the history
  2. feat: Add Structured Output as part of the agent loop (#943)

    feat: Add Structured Output as part of the agent loop (#943)
    
    Add comprehensive structured output functionality allowing agents to return
    Pydantic models in the AgentResult. Includes support for validation,
    retry logic, streaming, and async operations.
    
    - Add structured_output_model parameter to Agent constructor and invocation methods
    - Implement StructuredOutputTool for handling Pydantic model validation
    - Add structured output context management and retry mechanisms
    - Extend event system with StructuredOutputEvent and reasoning events
    - Add structured_output field to AgentResult for accessing parsed models
    - Support structured output in streaming and async operations
    - Add comprehensive test coverage for all structured output scenarios
    - Add integration tests for real-world usage patterns
    afarntrog authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    648af22 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

  1. Configuration menu
    Copy the full SHA
    de802fb View commit details
    Browse the repository at this point in the history
Loading