You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor implementation of strands agents migration.
- Split `chat()` into common and framework specific implementation.
1. (Common preprocess) Setup messages and LLM parameters.
2. (Framework specific) Converse with LLM and build response messages.
3. (Common postprocess) Update conversation and store into database.
- Consolidate the code for converting between application-defined models (messages, contents and tools) and Strands models into `converters` module.
- Fix some bugs in streaming processing
- Fail to continue generation based on a message with `ReasoningContent`.
- Not handling `redactedContent` correctly.
0 commit comments