-
Notifications
You must be signed in to change notification settings - Fork 183
Insights: strands-agents/sdk-python
Overview
Could not load contribution data
Please try again later
1 Release published by 1 person
-
v0.2.0
published
Jul 2, 2025
24 Pull requests merged by 9 people
-
iterative tool handler process
#340 merged
Jul 3, 2025 -
feat: Implement the core system of typed hooks & callbacks
#304 merged
Jul 2, 2025 -
executor - run tools - yield
#328 merged
Jul 2, 2025 -
Remove FunctionTool as a breaking change
#325 merged
Jul 2, 2025 -
refactor: Consolidate agent state unit tests
#334 merged
Jul 2, 2025 -
chore: updated semantic conventions on Generative AI spans
#319 merged
Jul 1, 2025 -
refactor: Remove unused code
#326 merged
Jul 1, 2025 -
stop passing around callback handler
#323 merged
Jul 1, 2025 -
feat: Agent State
#292 merged
Jul 1, 2025 -
feat: Add reproduction test for #320
#322 merged
Jul 1, 2025 -
chore: allow custom tracer_provider and chain setup
#316 merged
Jun 30, 2025 -
refactor: remove kwargs spread after agent call
#289 merged
Jun 27, 2025 -
feat: add debug logging for model converse requests
#297 merged
Jun 27, 2025 -
fix: Migrate Mistral structured_output to an iterator
#305 merged
Jun 27, 2025 -
chore: update spanKind and attributes for tokens
#296 merged
Jun 27, 2025 -
Use region from boto3 session when possible
#299 merged
Jun 27, 2025 -
fix: Fix docs warnings
#303 merged
Jun 27, 2025 -
feat: Add Mistral model support to strands
#284 merged
Jun 27, 2025 -
feat(a2a): tools as skills
#287 merged
Jun 27, 2025 -
iterative agent
#295 merged
Jun 27, 2025 -
chore: refactor tracer
#286 merged
Jun 26, 2025 -
feat: Add reasoning content for openai model provider
#187 merged
Jun 26, 2025 -
tools - do not remove $defs
#294 merged
Jun 26, 2025 -
fix: correcting incorrect docstring in tracer.py - non-existing argument documented
#293 merged
Jun 26, 2025
9 Pull requests opened by 8 people
-
test: adding tests for GitHub official remote server
#300 opened
Jun 27, 2025 -
Session persistence
#302 opened
Jun 27, 2025 -
async model stream interface
#306 opened
Jun 27, 2025 -
feat(bedrock): support uploads directly from S3
#310 opened
Jun 29, 2025 -
chore: enrich mcp tool use logs
#311 opened
Jun 30, 2025 -
feat: add rate limiting support for model providers
#318 opened
Jun 30, 2025 -
chore: updated scope name, enable setting up meter
#331 opened
Jul 1, 2025 -
feat(multi-agent): introduce Graph multi-agent orchestrator
#336 opened
Jul 2, 2025 -
remove thread pool wrapper
#339 opened
Jul 2, 2025
3 Issues closed by 3 people
-
[BUG] Structure Output from Preventing tool invocation
#307 closed
Jul 1, 2025 -
[BUG] OpenAIModel Chat Completion Request errors out
#136 closed
Jul 1, 2025 -
[BUG] Strands should prefer Boto3 session region instead of us-west-2
#238 closed
Jun 27, 2025
19 Issues opened by 16 people
-
[BUG] Bedrock provider has stricter Message requirements than other providers
#341 opened
Jul 2, 2025 -
[BUG] Tool has validation error due to convert_pydantic_to_tool_spec failing to resolve $ref
#337 opened
Jul 2, 2025 -
[FEATURE] Add metric observability to Agent.structured_output() invocations
#335 opened
Jul 2, 2025 -
[BUG] Thread conflict error when running multiple agents concurrently
#333 opened
Jul 2, 2025 -
[FEATURE] Add enhanced PDF Analysis Support for Amazon Bedrock Claude Models
#332 opened
Jul 2, 2025 -
[FEATURE] Async Initialization
#330 opened
Jul 1, 2025 -
[FEATURE] Add reset() method to Agent class for clearing all agent state between runs
#329 opened
Jul 1, 2025 -
[BUG] Region not passed into sub-agents
#327 opened
Jul 1, 2025 -
[FEATURE] Allow users to pass arbitrary agent args as part of the agent_graph tool
#324 opened
Jul 1, 2025 -
[BUG] OpenAI provider cannot use tools that return images
#320 opened
Jul 1, 2025 -
[FEATURE] MCP 2025-06-18 specification support
#317 opened
Jun 30, 2025 -
[FEATURE] Text pre-fill not available with messages API
#315 opened
Jun 30, 2025 -
[FEATURE] Custom Fields in Callback Handler
#314 opened
Jun 30, 2025 -
[FEATURE] Add suite of integration tests across all providers
#313 opened
Jun 30, 2025 -
[BUG] LiteLLM+Tools not working
#312 opened
Jun 30, 2025 -
[BUG] AttributeError: 'NoneType' object has no attribute 'prompt_tokens' with OpenAIModel
#308 opened
Jun 28, 2025 -
[BUG] AgentResult.metrics.tool_metrics skips previous tool inputs for repeatedly invoked tools
#301 opened
Jun 27, 2025 -
[FEATURE] In-envent-loop cycle context management
#298 opened
Jun 26, 2025
20 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Writer model provider
#228 commented on
Jul 2, 2025 • 2 new comments -
Add cohere client
#236 commented on
Jun 27, 2025 • 1 new comment -
Support for Amazon SageMaker AI endpoints as Model Provider
#176 commented on
Jul 2, 2025 • 1 new comment -
feat: Add Twelve Labs Marengo Integration
#282 commented on
Jun 26, 2025 • 0 new comments -
Add stability ai image model
#272 commented on
Jun 26, 2025 • 0 new comments -
feat: add class based tool loader to enable easier integation with existing codebases
#162 commented on
Jun 30, 2025 • 0 new comments -
[ANNOUNCEMENT] Upcoming Breaking Changes
#253 commented on
Jul 2, 2025 • 0 new comments -
[FEATURE] Implement general-purpose hook/callback system
#231 commented on
Jul 2, 2025 • 0 new comments -
[FEATURE] Implement native async iterator support
#83 commented on
Jul 1, 2025 • 0 new comments -
[BUG] OpenAIModel with custom base URL fails when using tool messages
#215 commented on
Jun 27, 2025 • 0 new comments -
[BUG] receiving 'invalid start byte' when using ImageSource with Azure OpenAI
#85 commented on
Jun 27, 2025 • 0 new comments -
[BUG] Concurrent Agent Executions Fail with LiteLLM Provider - [Errno 9] Bad file descriptor
#202 commented on
Jun 27, 2025 • 0 new comments -
[BUG] 0.1.7 Pydantic @tool parameter regression
#216 commented on
Jun 27, 2025 • 0 new comments -
[FEATURE] Writer model provider
#227 commented on
Jun 27, 2025 • 0 new comments -
[FEATURE] Support non-streaming mode for OpenAI model
#245 commented on
Jun 27, 2025 • 0 new comments -
[EPIC] Implement native async iterator support
#129 commented on
Jun 27, 2025 • 0 new comments -
[FEATURE] Allow customer to use custom agent name besides "Strands Agents"
#277 commented on
Jun 26, 2025 • 0 new comments -
[FEATURE] Disabling tool message in agent.messages when tools run in event loop
#266 commented on
Jun 26, 2025 • 0 new comments -
[FEATURE] Suport s3Location as a DocumentSource
#280 commented on
Jun 26, 2025 • 0 new comments -
[FEATURE] Tool Manager for Semantic Tool Selection
#263 commented on
Jun 26, 2025 • 0 new comments