Skip to content

Conversation

@awsarron
Copy link
Member

Description

v0.1.2 release

Type of Change

Version bump

Testing

  • hatch fmt
  • hatch test
  • Ran strands manually

Checklist

  • I have read the CONTRIBUTING document
  • [-] I have added tests that prove my fix is effective or my feature works
  • [-] I have updated the documentation accordingly
  • [-] I have added an appropriate example to the documentation to outline the feature
  • My changes generate no new warnings
  • Any dependent changes have been merged and published

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

awsarron and others added 8 commits May 26, 2025 15:43
- Updated default model from claude-3-7-sonnet to claude-sonnet-4-20250514-v1:0
- Updated model_id in .prompt, README.md, and model_utils.py
- Adjusted max_tokens to 32768 for Sonnet 4 compatibility
- Updated documentation references to reflect latest model capabilities

This upgrade provides enhanced reasoning capabilities and performance improvements.
Adds the following tools that were missing from the imports:

- cron: Crontab management and job scheduling
- current_time: Current time utilities
- file_read: File reading capabilities
- rich_interface: Rich console interface components

Also reorganizes the tools list alphabetically and removes
duplicate load_tool entry for better maintainability.

Note: Excludes memory tool to avoid bringing in a dependency on Bedrock Knowledgebases.
…Model (strands-agents#11)

- Add type conversion for boto_client_config from dict to BotocoreConfig
- Import BotocoreConfig class to handle configuration parsing
- Fixes issue where JSON config parsing creates dict instead of BotocoreConfig object
- Resolves 'AttributeError: dict object has no attribute merge' during model initialization
…_interface (strands-agents#19)

* feat(tools): add file_write, memory, slack, speak, stop + remove rich_interface

* docs(readme): update list of tools + remove nested agent capabilities section
@awsarron awsarron requested a review from a team as a code owner May 26, 2025 19:46
@awsarron awsarron enabled auto-merge (squash) May 26, 2025 19:54
@awsarron awsarron merged commit 074bf20 into strands-agents:v0.1.x May 26, 2025
@awsarron awsarron deleted the v0.1.2 branch May 26, 2025 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants