Skip to content

aws/aws-agents

v1.0.0Apache-2.0

Build, deploy, and operate AI agents on AWS. Skills for scaffolding agents with Amazon Bedrock AgentCore (Strands, LangGraph), connecting tools via Gateway and MCP, multi-agent and A2A orchestration, memory, Cedar policies, evaluation, observability, debugging traces and logs, and production hardening.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

awsknowledgestreamable-http
{
  "type": "streamable-http",
  "url": "https://knowledge-mcp.global.api.aws"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "aws-agents",
  "version": "1.0.0",
  "description": "Build, deploy, and operate AI agents on AWS. Skills for scaffolding agents with Amazon Bedrock AgentCore (Strands, LangGraph), connecting tools via Gateway and MCP, multi-agent and A2A orchestration, memory, Cedar policies, evaluation, observability, debugging traces and logs, and production hardening.",
  "author": {
    "name": "Amazon Web Services",
    "email": "aws-agent-plugins@amazon.com"
  },
  "homepage": "https://aws.amazon.com/products/developer-tools/agent-toolkit-for-aws/",
  "repository": "https://github.com/aws/agent-toolkit-for-aws",
  "license": "Apache-2.0",
  "keywords": [
    "aws",
    "amazon",
    "amazon-web-services",
    "ai",
    "ai-agents",
    "agents",
    "agentcore",
    "bedrock",
    "amazon-bedrock",
    "iam",
    "memory",
    "gateway",
    "cedar",
    "evaluation",
    "strands",
    "langgraph",
    "mcp",
    "a2a",
    "multi-agent",
    "tool-use",
    "rag",
    "observability",
    "cloudwatch"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • 10Python files
  • 5TypeScript files
  • 2JavaScript files
  • 5JSON files
  • requirements.txt
  • 2other files
View on GitHub