chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"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 (inbound auth, IAM, rate limiting, cold-start tuning).",
|
||||
"author": {
|
||||
"name": "Amazon Web Services",
|
||||
"email": "aws-agent-plugins@amazon.com",
|
||||
"url": "https://github.com/aws/agent-toolkit-for-aws"
|
||||
},
|
||||
"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",
|
||||
"deploy",
|
||||
"debug",
|
||||
"memory",
|
||||
"gateway",
|
||||
"policy",
|
||||
"cedar",
|
||||
"evaluation",
|
||||
"evals",
|
||||
"strands",
|
||||
"langgraph",
|
||||
"mcp",
|
||||
"a2a",
|
||||
"multi-agent",
|
||||
"tool-use",
|
||||
"rag",
|
||||
"vpc",
|
||||
"observability",
|
||||
"cloudwatch",
|
||||
"tracing",
|
||||
"x-ray",
|
||||
"production-hardening",
|
||||
"jwt",
|
||||
"sigv4",
|
||||
"oauth",
|
||||
"openapi",
|
||||
"code-interpreter",
|
||||
"browser-tool",
|
||||
"rate-limiting"
|
||||
],
|
||||
"skills": "./skills/",
|
||||
"mcpServers": "./.mcp.json",
|
||||
"interface": {
|
||||
"displayName": "AI Agents on AWS",
|
||||
"shortDescription": "Build, deploy, and operate AI agents on AWS.",
|
||||
"longDescription": "Complete developer workflow for building AI agents on AWS — scaffolding with Amazon Bedrock AgentCore (Strands, LangGraph), tool integration via Gateway and MCP, multi-agent and A2A orchestration, memory, Cedar policies, evaluation and observability, debugging traces and logs, VPC networking, and production hardening (inbound auth, IAM scoping, rate limiting, cold-start tuning).",
|
||||
"defaultPrompt": [
|
||||
"How do I build an agent on AWS?",
|
||||
"Deploy my agent to AgentCore.",
|
||||
"My agent isn't working, help me debug it."
|
||||
],
|
||||
"developerName": "Amazon Web Services",
|
||||
"category": "Development",
|
||||
"capabilities": [
|
||||
"Read",
|
||||
"Write"
|
||||
],
|
||||
"websiteURL": "https://github.com/aws/agent-toolkit-for-aws",
|
||||
"privacyPolicyURL": "https://aws.amazon.com/privacy/",
|
||||
"termsOfServiceURL": "https://aws.amazon.com/service-terms/",
|
||||
"brandColor": "#FF9900"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user