🎉 First-time contributors
@siddhantwaghjale
@RingoIngo2
✦ Features 6
- Add reasoning content for openai model providermodel
- tools as skillsa2a
- Add Mistral model support to strandsmodel
- add debug logging for model converse requests
- Add reproduction test for #320
- Agent Stateagent
⊘ Fixes 3
- correcting incorrect docstring in tracer.py - non-existing argument documented
- Fix docs warnings
- Migrate Mistral structured_output to an iteratormodel
⋯ Other 16
- iterative event loop
- Add additional exception information for common bedrock errorsmodel
- iterative structured outputstructured-output
- tools - do not remove $defstool
- refactor tracer
- iterative agentagent
- Use region from boto3 session when possiblesessions
- update spanKind and attributes for tokens
- remove kwargs spread after agent callagent
- allow custom tracer_provider and chain setup
- stop passing around callback handler
- Remove unused code
- updated semantic conventions on Generative AI spans
- Consolidate agent state unit testsagent
- Remove FunctionTool as a breaking change
- executor - run tools - yieldtool