SYSTEM Cited by 1 source
Strands Agents SDK¶
Strands Agents SDK (strandsagents.com) is an open-source Python SDK from AWS for building agentic systems — multi-agent orchestration, tool calling, session / memory management, and integration with MCP servers for extensible tool surfaces. Positioned as a production- oriented alternative to framework-heavy Python agent libraries.
Stub page — minimal viable for the 2025-12-11 conversational- observability blueprint ingest. Expand as future Strands-specific sources land.
Role in the conversational-observability blueprint (2025-12-11)¶
In AWS's EKS troubleshooting reference architecture, Strands is the substrate for the agentic deployment option (alongside the default RAG-based chatbot). It hosts a three-agent decomposition — patterns/specialized-agent-decomposition:
- Agent Orchestrator — coordinates the troubleshooting workflow across the other agents.
- Memory Agent — manages conversation context and historical insights across turns / sessions.
- K8s Specialist — handles Kubernetes diagnostics; calls EKS MCP Server tools via the MCP protocol.
Backed by S3 Vectors (1024-dimensional embeddings) for cost-optimized vector storage of conversation / investigation memory, and Slack as the UI. Amazon Bedrock hosts the underlying LLMs. Pod Identity is the AWS service-access mechanism from within the EKS cluster.
Caveats¶
- Stub page based on one source. Framework internals (agent lifecycle, memory persistence, session routing, tool-call arbitration, failure handling, cost profile) not yet characterized from wiki sources.
- Positioned by AWS as production-oriented but long-term adoption / ecosystem maturity is not assessed here.
Seen in¶
- sources/2025-12-11-aws-architecting-conversational-observability-for-cloud-applications — the agentic deployment option uses Strands + MCP + S3 Vectors as an alternative to RAG + OpenSearch Serverless. Three specialized agents (Orchestrator, Memory, K8s Specialist).