Skip to content

Conversation

@awsarron
Copy link
Member

Description

README update: use logo that changes color automatically depending on user's color preference scheme

Type of Change

  • Documentation update
  • Style

Testing

  • Viewed the README manually in a markdown renderer

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 awsarron requested a review from a team as a code owner May 25, 2025 02:50
@awsarron awsarron enabled auto-merge (squash) May 25, 2025 02:52
@awsarron awsarron merged commit a4c589a into strands-agents:main May 25, 2025
@awsarron awsarron deleted the fix-readme-logo-color-autochange branch May 25, 2025 02:52
awsarron added a commit to awsarron/agent-builder that referenced this pull request May 26, 2025
awsarron added a commit that referenced this pull request May 26, 2025
* docs(readme): add logo, title, badges, links to other repos (#13)

* feat: upgrade to Claude Sonnet 4 model (#14)

- 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.

* feat: add missing tools to strands.py (#15)

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.

* Fix AttributeError: 'dict' object has no attribute 'merge' in BedrockModel (#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

* fix(readme): use logo that changes color automatically depending on user's color preference scheme (#16)

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

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

* docs(readme): update list of tools + remove nested agent capabilities section

* fix: correctly handle keyboard interrupts + stop spinners on error (#12)

* v0.1.2

---------

Co-authored-by: Josh Samuel <3156090+jsamuel1@users.noreply.github.com>
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.

2 participants