chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"name": "aws-agents",
|
||||
"displayName": "AI Agents on AWS",
|
||||
"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).",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Amazon Web Services",
|
||||
"email": "aws-agent-plugins@amazon.com"
|
||||
},
|
||||
"homepage": "https://github.com/aws/agent-toolkit-for-aws",
|
||||
"repository": "https://github.com/aws/agent-toolkit-for-aws",
|
||||
"license": "Apache-2.0",
|
||||
"category": "developer-tools",
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user