Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:23:04 +08:00
commit ec60f8e0b6
7 changed files with 990 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "aws-bedrock-cost-tool",
"description": "CLI tool for analyzing AWS Bedrock model costs with comprehensive reporting and visualization",
"version": "0.1.0",
"author": {
"name": "Dennis Vriend"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}