@caddis/cli 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +29 -16
- package/bundles/antigravity-plugin-extras/plugin.json +5 -0
- package/bundles/antigravity-plugin-extras/skills/_registry.md +154 -0
- package/bundles/antigravity-plugin-extras/skills/agent-md-refactor/SKILL.md +356 -0
- package/bundles/antigravity-plugin-extras/skills/agent-orchestration/SKILL.md +517 -0
- package/bundles/antigravity-plugin-extras/skills/algorithmic-art/SKILL.md +293 -0
- package/bundles/antigravity-plugin-extras/skills/anchor-review/SKILL.md +135 -0
- package/bundles/antigravity-plugin-extras/skills/api-client-patterns/SKILL.md +367 -0
- package/bundles/antigravity-plugin-extras/skills/architecture-design/SKILL.md +244 -0
- package/bundles/antigravity-plugin-extras/skills/architecture-diagram/SKILL.md +156 -0
- package/bundles/antigravity-plugin-extras/skills/architecture-document/SKILL.md +321 -0
- package/bundles/antigravity-plugin-extras/skills/artifacts-builder/LICENSE.txt +202 -0
- package/bundles/antigravity-plugin-extras/skills/artifacts-builder/SKILL.md +74 -0
- package/bundles/antigravity-plugin-extras/skills/artifacts-builder/scripts/bundle-artifact.sh +54 -0
- package/bundles/antigravity-plugin-extras/skills/artifacts-builder/scripts/init-artifact.sh +322 -0
- package/bundles/antigravity-plugin-extras/skills/artifacts-builder/scripts/shadcn-components.tar.gz +0 -0
- package/bundles/antigravity-plugin-extras/skills/ascii-art/SKILL.md +144 -0
- package/bundles/antigravity-plugin-extras/skills/asking-questions/SKILL.md +81 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/SKILL.md +118 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/cross-service/credential-management.md +450 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/browser/README.md +363 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/code-interpreter/README.md +232 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/gateway/README.md +100 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/gateway/deploy-template.sh +117 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/gateway/deployment-strategies.md +416 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/gateway/troubleshooting-guide.md +384 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/gateway/validate-deployment.sh +186 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/identity/README.md +186 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/memory/README.md +253 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/observability/README.md +517 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/runtime/README.md +215 -0
- package/bundles/antigravity-plugin-extras/skills/aws-cdk-development/SKILL.md +279 -0
- package/bundles/antigravity-plugin-extras/skills/aws-cdk-development/references/cdk-patterns.md +431 -0
- package/bundles/antigravity-plugin-extras/skills/aws-cdk-development/scripts/validate-stack.sh +240 -0
- package/bundles/antigravity-plugin-extras/skills/aws-cost-operations/SKILL.md +318 -0
- package/bundles/antigravity-plugin-extras/skills/aws-cost-operations/references/cloudwatch-alarms.md +567 -0
- package/bundles/antigravity-plugin-extras/skills/aws-cost-operations/references/operations-patterns.md +394 -0
- package/bundles/antigravity-plugin-extras/skills/aws-serverless-eda/SKILL.md +758 -0
- package/bundles/antigravity-plugin-extras/skills/aws-serverless-eda/references/deployment-best-practices.md +830 -0
- package/bundles/antigravity-plugin-extras/skills/aws-serverless-eda/references/eda-patterns.md +1002 -0
- package/bundles/antigravity-plugin-extras/skills/aws-serverless-eda/references/observability-best-practices.md +770 -0
- package/bundles/antigravity-plugin-extras/skills/aws-serverless-eda/references/performance-optimization.md +671 -0
- package/bundles/antigravity-plugin-extras/skills/aws-serverless-eda/references/security-best-practices.md +625 -0
- package/bundles/antigravity-plugin-extras/skills/aws-serverless-eda/references/serverless-patterns.md +838 -0
- package/bundles/antigravity-plugin-extras/skills/backend-to-frontend-handoff/SKILL.md +139 -0
- package/bundles/antigravity-plugin-extras/skills/banner-design/SKILL.md +188 -0
- package/bundles/antigravity-plugin-extras/skills/brand-design/SKILL.md +298 -0
- package/bundles/antigravity-plugin-extras/skills/brand-guidelines/LICENSE.txt +202 -0
- package/bundles/antigravity-plugin-extras/skills/brand-guidelines/SKILL.md +118 -0
- package/bundles/antigravity-plugin-extras/skills/brand-voice/SKILL.md +93 -0
- package/bundles/antigravity-plugin-extras/skills/building-ai-agent-on-cloudflare/SKILL.md +392 -0
- package/bundles/antigravity-plugin-extras/skills/building-ai-agent-on-cloudflare/references/agent-patterns.md +461 -0
- package/bundles/antigravity-plugin-extras/skills/building-ai-agent-on-cloudflare/references/examples.md +188 -0
- package/bundles/antigravity-plugin-extras/skills/building-ai-agent-on-cloudflare/references/state-patterns.md +360 -0
- package/bundles/antigravity-plugin-extras/skills/building-ai-agent-on-cloudflare/references/troubleshooting.md +362 -0
- package/bundles/antigravity-plugin-extras/skills/building-mcp-server-on-cloudflare/SKILL.md +266 -0
- package/bundles/antigravity-plugin-extras/skills/building-mcp-server-on-cloudflare/references/examples.md +115 -0
- package/bundles/antigravity-plugin-extras/skills/building-mcp-server-on-cloudflare/references/oauth-setup.md +338 -0
- package/bundles/antigravity-plugin-extras/skills/building-mcp-server-on-cloudflare/references/troubleshooting.md +317 -0
- package/bundles/antigravity-plugin-extras/skills/caching-patterns/SKILL.md +385 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/LICENSE.txt +202 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/SKILL.md +91 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/ArsenalSC-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/ArsenalSC-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/BigShoulders-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/BigShoulders-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/BigShoulders-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Boldonse-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Boldonse-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/BricolageGrotesque-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/BricolageGrotesque-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/BricolageGrotesque-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/CrimsonPro-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/CrimsonPro-Italic.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/CrimsonPro-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/CrimsonPro-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/DMMono-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/DMMono-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/EricaOne-OFL.txt +94 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/EricaOne-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/GeistMono-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/GeistMono-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/GeistMono-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Gloock-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Gloock-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/IBMPlexMono-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/IBMPlexMono-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/IBMPlexMono-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/IBMPlexSerif-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/IBMPlexSerif-BoldItalic.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/IBMPlexSerif-Italic.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/IBMPlexSerif-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/InstrumentSans-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/InstrumentSans-BoldItalic.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/InstrumentSans-Italic.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/InstrumentSans-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/InstrumentSans-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/InstrumentSerif-Italic.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/InstrumentSerif-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Italiana-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Italiana-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/JetBrainsMono-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/JetBrainsMono-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/JetBrainsMono-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Jura-Light.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Jura-Medium.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Jura-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/LibreBaskerville-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/LibreBaskerville-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Lora-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Lora-BoldItalic.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Lora-Italic.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Lora-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Lora-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/NationalPark-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/NationalPark-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/NationalPark-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/NothingYouCouldDo-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/NothingYouCouldDo-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Outfit-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Outfit-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Outfit-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/PixelifySans-Medium.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/PixelifySans-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/PoiretOne-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/PoiretOne-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/RedHatMono-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/RedHatMono-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/RedHatMono-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Silkscreen-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Silkscreen-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/SmoochSans-Medium.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/SmoochSans-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Tektur-Medium.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Tektur-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Tektur-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/WorkSans-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/WorkSans-BoldItalic.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/WorkSans-Italic.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/WorkSans-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/WorkSans-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/YoungSerif-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/YoungSerif-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/changelog-generator/SKILL.md +105 -0
- package/bundles/antigravity-plugin-extras/skills/code-explainer/SKILL.md +91 -0
- package/bundles/antigravity-plugin-extras/skills/competitive-ads-extractor/SKILL.md +294 -0
- package/bundles/antigravity-plugin-extras/skills/component-testing/SKILL.md +310 -0
- package/bundles/antigravity-plugin-extras/skills/content-research-writer/SKILL.md +539 -0
- package/bundles/antigravity-plugin-extras/skills/cross-review/SKILL.md +51 -0
- package/bundles/antigravity-plugin-extras/skills/data-analysis/SKILL.md +111 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/README.md +248 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/SKILL.md +203 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/adapter.py.template +44 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/api-router.py.template +43 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/contract-test.py.template +384 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/display-dto.py.template +39 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/frontend-service.ts.template +46 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/frontend-types.ts.template +38 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/ingestion-model.py.template +42 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/mapping-doc.md.template +46 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/normalizer.py.template +48 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/prompts/extract_requirements.md +36 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/prompts/extract_ui_demand.md +35 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/prompts/reconcile_mapping.md +66 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/query-catalog.md.template +62 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/references/consumer-driven-contracts.md +131 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/references/drift-check-catalog.md +305 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/references/layer-responsibilities.md +333 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/scripts/discover_connections.py +170 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/scripts/discover_sources.py +161 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/scripts/drift_check.py +171 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/scripts/extract_schema.py +1363 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/scripts/generate_gap_report.py +81 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/scripts/generate_mapping_doc.py +294 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/scripts/ts_dto_compare.py +214 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/scripts/validate_lineage.py +51 -0
- package/bundles/antigravity-plugin-extras/skills/data-loader/SKILL.md +753 -0
- package/bundles/antigravity-plugin-extras/skills/data-validation/SKILL.md +220 -0
- package/bundles/antigravity-plugin-extras/skills/db-testing/SKILL.md +117 -0
- package/bundles/antigravity-plugin-extras/skills/deploy-local/SKILL.md +259 -0
- package/bundles/antigravity-plugin-extras/skills/design-md/SKILL.md +167 -0
- package/bundles/antigravity-plugin-extras/skills/design-system-tokens/SKILL.md +240 -0
- package/bundles/antigravity-plugin-extras/skills/design-system-tokens/references/DESIGN-SYSTEM-TEMPLATE.md +577 -0
- package/bundles/antigravity-plugin-extras/skills/developer-growth-analysis/SKILL.md +323 -0
- package/bundles/antigravity-plugin-extras/skills/doc-coauthoring/SKILL.md +378 -0
- package/bundles/antigravity-plugin-extras/skills/documentation-analyzer/SKILL.md +78 -0
- package/bundles/antigravity-plugin-extras/skills/domain-name-brainstormer/SKILL.md +213 -0
- package/bundles/antigravity-plugin-extras/skills/enterprise-dashboard-aesthetic-system/SKILL.md +120 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/SKILL.md +193 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/references/element-types.md +497 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/references/excalidraw-schema.md +356 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/references/reliable-diagrams.md +115 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/scripts/README.md +60 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/scripts/add-arrow.py +354 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/scripts/add-icon-to-diagram.py +412 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/scripts/split-excalidraw-library.py +183 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/templates/business-flow-swimlane-template.excalidraw +334 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/templates/class-diagram-template.excalidraw +558 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/templates/data-flow-diagram-template.excalidraw +279 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/templates/er-diagram-template.excalidraw +662 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/templates/flowchart-template.excalidraw +179 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/templates/mindmap-template.excalidraw +244 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/templates/relationship-template.excalidraw +145 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/templates/reliable-flowchart.excalidraw +1 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/templates/sequence-diagram-template.excalidraw +509 -0
- package/bundles/antigravity-plugin-extras/skills/file-organizer/SKILL.md +434 -0
- package/bundles/antigravity-plugin-extras/skills/game-changing-features/README.md +221 -0
- package/bundles/antigravity-plugin-extras/skills/game-changing-features/SKILL.md +265 -0
- package/bundles/antigravity-plugin-extras/skills/github-issues/SKILL.md +359 -0
- package/bundles/antigravity-plugin-extras/skills/github-issues/references/templates.md +90 -0
- package/bundles/antigravity-plugin-extras/skills/golden-nuggets/SKILL.md +192 -0
- package/bundles/antigravity-plugin-extras/skills/humanizer/SKILL.md +194 -0
- package/bundles/antigravity-plugin-extras/skills/image-enhancer/SKILL.md +100 -0
- package/bundles/antigravity-plugin-extras/skills/intent-writer/SKILL.md +201 -0
- package/bundles/antigravity-plugin-extras/skills/internal-comms/LICENSE.txt +202 -0
- package/bundles/antigravity-plugin-extras/skills/internal-comms/SKILL.md +124 -0
- package/bundles/antigravity-plugin-extras/skills/internal-comms/examples/3p-updates.md +47 -0
- package/bundles/antigravity-plugin-extras/skills/internal-comms/examples/company-newsletter.md +65 -0
- package/bundles/antigravity-plugin-extras/skills/internal-comms/examples/faq-answers.md +30 -0
- package/bundles/antigravity-plugin-extras/skills/internal-comms/examples/general-comms.md +16 -0
- package/bundles/antigravity-plugin-extras/skills/invoice-organizer/SKILL.md +447 -0
- package/bundles/antigravity-plugin-extras/skills/jira-issues/SKILL.md +182 -0
- package/bundles/antigravity-plugin-extras/skills/job-application/SKILL.md +188 -0
- package/bundles/antigravity-plugin-extras/skills/lead-research-assistant/SKILL.md +200 -0
- package/bundles/antigravity-plugin-extras/skills/llm-application-dev/SKILL.md +217 -0
- package/bundles/antigravity-plugin-extras/skills/mcp-builder/LICENSE.txt +202 -0
- package/bundles/antigravity-plugin-extras/skills/mcp-builder/SKILL.md +100 -0
- package/bundles/antigravity-plugin-extras/skills/mcp-builder/references/evaluation.md +602 -0
- package/bundles/antigravity-plugin-extras/skills/mcp-builder/references/mcp_best_practices.md +915 -0
- package/bundles/antigravity-plugin-extras/skills/mcp-builder/references/node_mcp_server.md +916 -0
- package/bundles/antigravity-plugin-extras/skills/mcp-builder/references/python_mcp_server.md +752 -0
- package/bundles/antigravity-plugin-extras/skills/mcp-builder/scripts/connections.py +151 -0
- package/bundles/antigravity-plugin-extras/skills/mcp-builder/scripts/evaluation.py +373 -0
- package/bundles/antigravity-plugin-extras/skills/mcp-builder/scripts/example_evaluation.xml +22 -0
- package/bundles/antigravity-plugin-extras/skills/mcp-builder/scripts/requirements.txt +2 -0
- package/bundles/antigravity-plugin-extras/skills/meeting-insights-analyzer/SKILL.md +328 -0
- package/bundles/antigravity-plugin-extras/skills/monorepo/SKILL.md +267 -0
- package/bundles/antigravity-plugin-extras/skills/naming-analyzer/SKILL.md +376 -0
- package/bundles/antigravity-plugin-extras/skills/nextjs-app-router/SKILL.md +271 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/AUTHENTICATION.md +154 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/SKILL.md +270 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/references/api_reference.md +309 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/references/troubleshooting.md +376 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/references/usage_patterns.md +338 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/__init__.py +81 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/ask_question.py +256 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/auth_manager.py +358 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/browser_session.py +255 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/browser_utils.py +107 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/cleanup_manager.py +302 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/config.py +44 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/notebook_manager.py +410 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/run.py +102 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/setup_environment.py +204 -0
- package/bundles/antigravity-plugin-extras/skills/observability/SKILL.md +371 -0
- package/bundles/antigravity-plugin-extras/skills/onboard-project/SKILL.md +192 -0
- package/bundles/antigravity-plugin-extras/skills/performance-testing/SKILL.md +226 -0
- package/bundles/antigravity-plugin-extras/skills/pipeline-state/SKILL.md +208 -0
- package/bundles/antigravity-plugin-extras/skills/plantuml/SKILL.md +228 -0
- package/bundles/antigravity-plugin-extras/skills/popular-web-designs/SKILL.md +142 -0
- package/bundles/antigravity-plugin-extras/skills/popular-web-designs/templates/linear.app.md +196 -0
- package/bundles/antigravity-plugin-extras/skills/popular-web-designs/templates/stripe.md +214 -0
- package/bundles/antigravity-plugin-extras/skills/popular-web-designs/templates/vercel.md +218 -0
- package/bundles/antigravity-plugin-extras/skills/prd-to-code/SKILL.md +127 -0
- package/bundles/antigravity-plugin-extras/skills/raffle-winner-picker/SKILL.md +159 -0
- package/bundles/antigravity-plugin-extras/skills/react-useeffect/README.md +320 -0
- package/bundles/antigravity-plugin-extras/skills/react-useeffect/SKILL.md +53 -0
- package/bundles/antigravity-plugin-extras/skills/react-useeffect/alternatives.md +258 -0
- package/bundles/antigravity-plugin-extras/skills/react-useeffect/anti-patterns.md +290 -0
- package/bundles/antigravity-plugin-extras/skills/receiving-code-review/SKILL.md +213 -0
- package/bundles/antigravity-plugin-extras/skills/relay/SKILL.md +246 -0
- package/bundles/antigravity-plugin-extras/skills/requesting-code-review/SKILL.md +105 -0
- package/bundles/antigravity-plugin-extras/skills/requesting-code-review/code-reviewer.md +146 -0
- package/bundles/antigravity-plugin-extras/skills/responsive-mobile-native/SKILL.md +350 -0
- package/bundles/antigravity-plugin-extras/skills/responsive-mobile-native/references/pwa-checklist.md +226 -0
- package/bundles/antigravity-plugin-extras/skills/responsive-mobile-native/references/touch-and-interaction.md +265 -0
- package/bundles/antigravity-plugin-extras/skills/responsive-mobile-native/references/transformation-catalogue.md +326 -0
- package/bundles/antigravity-plugin-extras/skills/schema-migration/SKILL.md +275 -0
- package/bundles/antigravity-plugin-extras/skills/setup-project-ai/SKILL.md +120 -0
- package/bundles/antigravity-plugin-extras/skills/shadcn-radix/SKILL.md +330 -0
- package/bundles/antigravity-plugin-extras/skills/sketch/SKILL.md +104 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/LICENSE.txt +202 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/SKILL.md +646 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/core/color_palettes.py +302 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/core/easing.py +230 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/core/frame_composer.py +469 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/core/gif_builder.py +246 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/core/typography.py +357 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/core/validators.py +264 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/core/visual_effects.py +494 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/requirements.txt +4 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/bounce.py +106 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/explode.py +331 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/fade.py +329 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/flip.py +291 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/kaleidoscope.py +211 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/morph.py +329 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/move.py +293 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/pulse.py +268 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/shake.py +127 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/slide.py +291 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/spin.py +269 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/wiggle.py +300 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/zoom.py +312 -0
- package/bundles/antigravity-plugin-extras/skills/slides/SKILL.md +38 -0
- package/bundles/antigravity-plugin-extras/skills/state-tracking/SKILL.md +131 -0
- package/bundles/antigravity-plugin-extras/skills/streamlit-dev/SKILL.md +268 -0
- package/bundles/antigravity-plugin-extras/skills/svg-create/SKILL.md +251 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/LICENSE.txt +202 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/SKILL.md +59 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/theme-showcase.pdf +0 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/arctic-frost.md +19 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/botanical-garden.md +19 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/desert-rose.md +19 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/forest-canopy.md +19 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/golden-hour.md +19 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/midnight-galaxy.md +19 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/modern-minimalist.md +19 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/ocean-depths.md +19 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/sunset-boulevard.md +19 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/tech-innovation.md +19 -0
- package/bundles/antigravity-plugin-extras/skills/ui-styling-patterns/LICENSE.txt +202 -0
- package/bundles/antigravity-plugin-extras/skills/ui-styling-patterns/SKILL.md +320 -0
- package/bundles/antigravity-plugin-extras/skills/ui-testing/SKILL.md +660 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/SKILL.md +660 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/_sync_all.py +414 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/app-interface.csv +31 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/charts.csv +26 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/colors.csv +162 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/design.csv +1776 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/draft.csv +1779 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/google-fonts.csv +1924 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/icons.csv +106 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/landing.csv +35 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/products.csv +162 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/react-performance.csv +45 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/styles.csv +85 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/typography.csv +74 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/ui-reasoning.csv +162 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/ux-guidelines.csv +100 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/scripts/core.py +247 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/scripts/design_system.py +1067 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/scripts/search.py +114 -0
- package/bundles/antigravity-plugin-extras/skills/understand-anything/SKILL.md +140 -0
- package/bundles/antigravity-plugin-extras/skills/understand-anything/references/commands.md +252 -0
- package/bundles/antigravity-plugin-extras/skills/understand-anything/references/graph-schema.md +116 -0
- package/bundles/antigravity-plugin-extras/skills/understand-anything/references/pipeline.md +331 -0
- package/bundles/antigravity-plugin-extras/skills/update-readme/SKILL.md +74 -0
- package/bundles/antigravity-plugin-extras/skills/verification-loop/SKILL.md +209 -0
- package/bundles/antigravity-plugin-extras/skills/video-downloader/SKILL.md +107 -0
- package/bundles/antigravity-plugin-extras/skills/webapp-development/SKILL.md +288 -0
- package/bundles/antigravity-plugin-extras/skills/word-cloud/SKILL.md +339 -0
- package/bundles/antigravity-plugin-extras/skills/word-cloud/agents/agent-interface.md +175 -0
- package/bundles/antigravity-plugin-extras/skills/word-cloud/references/html.md +384 -0
- package/bundles/antigravity-plugin-extras/skills/word-cloud/references/nlp-keywords.md +127 -0
- package/bundles/antigravity-plugin-extras/skills/word-cloud/references/palettes.md +149 -0
- package/bundles/antigravity-plugin-extras/skills/word-cloud/references/python.md +249 -0
- package/bundles/antigravity-plugin-extras/skills/word-cloud/references/react.md +427 -0
- package/bundles/antigravity-plugin-extras/skills/word-cloud/references/shapes.md +135 -0
- package/bundles/antigravity-plugin-extras/skills/word-cloud/references/stopwords.md +115 -0
- package/bundles/antigravity-plugin-extras/skills/youtube-transcript/SKILL.md +416 -0
- package/bundles/manifest.json +2 -1
- package/dist/cli.js +166 -37
- package/package.json +1 -1
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
# AgentCore Identity Service
|
|
2
|
+
|
|
3
|
+
> **Status**: ✅ Available
|
|
4
|
+
|
|
5
|
+
## Overview
|
|
6
|
+
|
|
7
|
+
Amazon Bedrock AgentCore Identity is an identity and credential management service designed specifically for AI agents and automated workloads. It provides secure authentication, authorization, and credential management capabilities that enable agents and tools to access AWS resources and third-party services on behalf of users while maintaining strict security controls and audit trails.
|
|
8
|
+
|
|
9
|
+
## Core Capabilities
|
|
10
|
+
|
|
11
|
+
### Centralized Agent Identity Management
|
|
12
|
+
- **Workload Identities**: Agent identities implemented as workload identities with specialized attributes
|
|
13
|
+
- **Unified Directory**: Create, manage, and organize agent identities through unified directory service
|
|
14
|
+
- **Hierarchical Organization**: Group-based access controls and hierarchical organization
|
|
15
|
+
- **Cross-Environment**: Consistent identity management regardless of deployment location
|
|
16
|
+
|
|
17
|
+
### Secure Credential Storage
|
|
18
|
+
- **Token Vault**: Securely store OAuth 2.0 tokens, client credentials, and API keys
|
|
19
|
+
- **Encryption**: Comprehensive encryption at rest and in transit
|
|
20
|
+
- **Access Controls**: Strict access controls with independent request validation
|
|
21
|
+
- **Defense-in-Depth**: Protects end-user data from malicious or misbehaving agent code
|
|
22
|
+
|
|
23
|
+
### OAuth 2.0 Flow Support
|
|
24
|
+
- **Client Credentials Grant**: Machine-to-machine authentication (2LO)
|
|
25
|
+
- **Authorization Code Grant**: User-delegated access (3LO)
|
|
26
|
+
- **Built-in Providers**: Pre-configured providers for Google, GitHub, Slack, Salesforce
|
|
27
|
+
- **Custom Providers**: Configurable OAuth 2.0 credential providers for custom integrations
|
|
28
|
+
|
|
29
|
+
### Credential Provider Management
|
|
30
|
+
- **API Key Providers**: Securely store and manage API keys
|
|
31
|
+
- **OAuth Credential Providers**: Handle OAuth flow and token management
|
|
32
|
+
- **Token Lifecycle**: Automatic token refresh and expiration handling
|
|
33
|
+
- **Provider Discovery**: Automatically discover available credential providers
|
|
34
|
+
|
|
35
|
+
### Agent Identity and Access Controls
|
|
36
|
+
- **Impersonation Flow**: Agents access resources using provided credentials
|
|
37
|
+
- **Audit Trails**: Maintain audit trails for all actions performed on behalf of users
|
|
38
|
+
- **Request Verification**: Token signature verification, expiration checks, scope validation
|
|
39
|
+
- **Identity-Aware Authorization**: Pass user context to agent code for dynamic decisions
|
|
40
|
+
|
|
41
|
+
## Use Cases
|
|
42
|
+
|
|
43
|
+
### Securing AI Agent Access
|
|
44
|
+
Enable agents to:
|
|
45
|
+
- Authenticate with external services securely
|
|
46
|
+
- Access resources on behalf of users
|
|
47
|
+
- Maintain proper audit trails
|
|
48
|
+
- Implement least-privilege access patterns
|
|
49
|
+
|
|
50
|
+
### Multi-Provider Authentication
|
|
51
|
+
Support scenarios like:
|
|
52
|
+
- Different authentication methods for different APIs
|
|
53
|
+
- Unified credential management across services
|
|
54
|
+
- OAuth flows for user-delegated access
|
|
55
|
+
- API key management for service accounts
|
|
56
|
+
|
|
57
|
+
### Zero-Trust Security Models
|
|
58
|
+
Allow implementation of:
|
|
59
|
+
- No long-lived credentials in application code
|
|
60
|
+
- Centralized, audited credential vault
|
|
61
|
+
- Automated rotation to reduce attack window
|
|
62
|
+
- Comprehensive access logging
|
|
63
|
+
|
|
64
|
+
### Compliance and Auditing
|
|
65
|
+
Enable teams to:
|
|
66
|
+
- Generate reports for compliance audits (SOC2, ISO27001)
|
|
67
|
+
- Implement periodic access reviews
|
|
68
|
+
- Maintain secrets inventory
|
|
69
|
+
- Enforce credential policies
|
|
70
|
+
|
|
71
|
+
## Quick Start
|
|
72
|
+
|
|
73
|
+
### Create API Key Credential Provider
|
|
74
|
+
|
|
75
|
+
```bash
|
|
76
|
+
aws bedrock-agentcore-control create-api-key-credential-provider \
|
|
77
|
+
--name MyAPICredentialProvider \
|
|
78
|
+
--api-key "YOUR_API_KEY" \
|
|
79
|
+
--region us-west-2
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
### Create OAuth Credential Provider
|
|
83
|
+
|
|
84
|
+
```bash
|
|
85
|
+
aws bedrock-agentcore-control create-oauth2-credential-provider \
|
|
86
|
+
--name MyOAuthProvider \
|
|
87
|
+
--client-id "YOUR_CLIENT_ID" \
|
|
88
|
+
--client-secret "YOUR_CLIENT_SECRET" \
|
|
89
|
+
--authorization-url "https://provider.com/oauth/authorize" \
|
|
90
|
+
--token-url "https://provider.com/oauth/token" \
|
|
91
|
+
--scopes '["read", "write"]' \
|
|
92
|
+
--region us-west-2
|
|
93
|
+
```
|
|
94
|
+
|
|
95
|
+
### Using Credentials with SDK
|
|
96
|
+
|
|
97
|
+
```python
|
|
98
|
+
from bedrock_agentcore.identity import CredentialProvider
|
|
99
|
+
|
|
100
|
+
# Get credentials for external API
|
|
101
|
+
provider = CredentialProvider("MyAPICredentialProvider")
|
|
102
|
+
api_key = provider.get_api_key()
|
|
103
|
+
|
|
104
|
+
# Get OAuth token
|
|
105
|
+
oauth_provider = CredentialProvider("MyOAuthProvider")
|
|
106
|
+
token = oauth_provider.get_access_token()
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
## Common Operations
|
|
110
|
+
|
|
111
|
+
### List Credential Providers
|
|
112
|
+
|
|
113
|
+
```bash
|
|
114
|
+
aws bedrock-agentcore-control list-api-key-credential-providers \
|
|
115
|
+
--region us-west-2
|
|
116
|
+
```
|
|
117
|
+
|
|
118
|
+
### Update Credential Provider
|
|
119
|
+
|
|
120
|
+
```bash
|
|
121
|
+
aws bedrock-agentcore-control update-api-key-credential-provider \
|
|
122
|
+
--name MyAPICredentialProvider \
|
|
123
|
+
--api-key "NEW_API_KEY" \
|
|
124
|
+
--region us-west-2
|
|
125
|
+
```
|
|
126
|
+
|
|
127
|
+
### Delete Credential Provider
|
|
128
|
+
|
|
129
|
+
```bash
|
|
130
|
+
aws bedrock-agentcore-control delete-api-key-credential-provider \
|
|
131
|
+
--name MyAPICredentialProvider \
|
|
132
|
+
--region us-west-2
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
## Built-in OAuth Providers
|
|
136
|
+
|
|
137
|
+
AgentCore Identity includes built-in providers for popular services:
|
|
138
|
+
|
|
139
|
+
| Provider | Use Case |
|
|
140
|
+
|----------|----------|
|
|
141
|
+
| **Google** | Google Workspace, Gmail, Drive |
|
|
142
|
+
| **GitHub** | Repository access, Actions |
|
|
143
|
+
| **Slack** | Messaging, channel access |
|
|
144
|
+
| **Salesforce** | CRM data access |
|
|
145
|
+
|
|
146
|
+
## Best Practices
|
|
147
|
+
|
|
148
|
+
### Security
|
|
149
|
+
- Use credential providers instead of hardcoded credentials
|
|
150
|
+
- Implement least-privilege access for each credential
|
|
151
|
+
- Rotate credentials regularly (quarterly minimum)
|
|
152
|
+
- Monitor credential usage with CloudWatch
|
|
153
|
+
|
|
154
|
+
### Development
|
|
155
|
+
- Use separate credential providers per environment
|
|
156
|
+
- Implement proper error handling for credential access
|
|
157
|
+
- Test credential flows in non-production first
|
|
158
|
+
- Use SDK annotations for cleaner code
|
|
159
|
+
|
|
160
|
+
### Operations
|
|
161
|
+
- Set up alerts for credential access failures
|
|
162
|
+
- Audit credential usage periodically
|
|
163
|
+
- Implement automated rotation where possible
|
|
164
|
+
- Document credential ownership and purpose
|
|
165
|
+
|
|
166
|
+
## Troubleshooting
|
|
167
|
+
|
|
168
|
+
| Issue | Cause | Solution |
|
|
169
|
+
|-------|-------|----------|
|
|
170
|
+
| Credential not found | Provider doesn't exist or name typo | Verify provider name with list command |
|
|
171
|
+
| Invalid API key | Key expired or incorrect | Update credential provider with new key |
|
|
172
|
+
| OAuth token expired | Token refresh failed | Check OAuth provider configuration |
|
|
173
|
+
| Access denied | Insufficient permissions | Verify IAM policy for credential access |
|
|
174
|
+
|
|
175
|
+
## Related Services
|
|
176
|
+
|
|
177
|
+
- **[Gateway Service](../gateway/README.md)**: Uses Identity for MCP target authentication
|
|
178
|
+
- **[Runtime Service](../runtime/README.md)**: Uses Identity for agent authentication
|
|
179
|
+
- **[Memory Service](../memory/README.md)**: May use Identity for data encryption
|
|
180
|
+
|
|
181
|
+
## References
|
|
182
|
+
|
|
183
|
+
- [AWS Identity Documentation](https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/identity.html)
|
|
184
|
+
- [Credential Provider Setup](https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/identity-outbound-credential-provider.html)
|
|
185
|
+
- [Identity Features](https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/key-features-and-benefits.html)
|
|
186
|
+
- [Securing AI Agents Blog](https://aws.amazon.com/blogs/security/securing-ai-agents-with-amazon-bedrock-agentcore-identity/)
|
|
@@ -0,0 +1,253 @@
|
|
|
1
|
+
# AgentCore Memory Service
|
|
2
|
+
|
|
3
|
+
> **Status**: ✅ Available
|
|
4
|
+
|
|
5
|
+
## Overview
|
|
6
|
+
|
|
7
|
+
Amazon Bedrock AgentCore Memory is a fully managed service that gives AI agents the ability to remember past interactions, enabling more intelligent, context-aware, and personalized conversations. It addresses a fundamental challenge in agentic AI: statelessness. Without memory capabilities, AI agents treat each interaction as a new instance with no knowledge of previous conversations.
|
|
8
|
+
|
|
9
|
+
## Memory Types
|
|
10
|
+
|
|
11
|
+
AgentCore Memory offers two types of memory that work together:
|
|
12
|
+
|
|
13
|
+
### Short-Term Memory
|
|
14
|
+
Captures turn-by-turn interactions within a single session, allowing agents to maintain immediate context without requiring users to repeat information.
|
|
15
|
+
|
|
16
|
+
**Example**: When a user asks "What's the weather like in Seattle?" and follows up with "What about tomorrow?", the agent relies on recent conversation history to understand that "tomorrow" refers to Seattle weather.
|
|
17
|
+
|
|
18
|
+
### Long-Term Memory
|
|
19
|
+
Automatically extracts and stores key insights from conversations across multiple sessions, including user preferences, important facts, and session summaries for persistent knowledge retention.
|
|
20
|
+
|
|
21
|
+
**Example**: If a customer mentions they prefer window seats during flight booking, the agent stores this preference and proactively offers window seats in future interactions.
|
|
22
|
+
|
|
23
|
+
## Core Capabilities
|
|
24
|
+
|
|
25
|
+
### Memory Resource Management
|
|
26
|
+
- **Logical Containers**: Encapsulate both raw events and processed long-term memories
|
|
27
|
+
- **Retention Policies**: Define how long data is retained
|
|
28
|
+
- **Security Configuration**: Control access and encryption
|
|
29
|
+
- **Data Transformation**: Transform raw interactions into meaningful insights
|
|
30
|
+
|
|
31
|
+
### Short-Term Memory Features
|
|
32
|
+
- **Event Storage**: Store conversations, system events, and state changes as immutable events
|
|
33
|
+
- **Session Organization**: Organize by actor and session
|
|
34
|
+
- **Context Preservation**: Maintain immediate context within sessions
|
|
35
|
+
- **Structured Storage**: Support structured storage of interaction data
|
|
36
|
+
|
|
37
|
+
### Long-Term Memory Features
|
|
38
|
+
- **Insight Extraction**: Automatically extract insights, preferences, and knowledge
|
|
39
|
+
- **Asynchronous Processing**: Extract memories asynchronously using memory strategies
|
|
40
|
+
- **Cross-Session Persistence**: Retain information across multiple sessions
|
|
41
|
+
- **Semantic Search**: Search memories by meaning and context
|
|
42
|
+
|
|
43
|
+
### Memory Strategies
|
|
44
|
+
Define the intelligence layer that transforms raw events into meaningful memories:
|
|
45
|
+
|
|
46
|
+
| Strategy | Description |
|
|
47
|
+
|----------|-------------|
|
|
48
|
+
| **Semantic** | Extract meaningful facts and information |
|
|
49
|
+
| **Summary** | Generate conversation summaries |
|
|
50
|
+
| **User Preference** | Extract and store user preferences |
|
|
51
|
+
| **Custom** | Define custom extraction logic |
|
|
52
|
+
|
|
53
|
+
### Advanced Features
|
|
54
|
+
- **Branching**: Create alternative conversation paths from specific points
|
|
55
|
+
- **Checkpointing**: Save and mark specific states for later reference
|
|
56
|
+
- **Memory Consolidation**: Merge related memories without duplicates
|
|
57
|
+
- **Audit Trail**: Immutable audit trail for all memory operations
|
|
58
|
+
|
|
59
|
+
## Use Cases
|
|
60
|
+
|
|
61
|
+
### Conversational Agents
|
|
62
|
+
Enable chatbots to:
|
|
63
|
+
- Remember previous issues and preferences
|
|
64
|
+
- Provide relevant assistance based on history
|
|
65
|
+
- Create personalized customer experiences
|
|
66
|
+
- Maintain context across session breaks
|
|
67
|
+
|
|
68
|
+
### Task-Oriented Agents
|
|
69
|
+
Support workflows like:
|
|
70
|
+
- Track multi-step business process status
|
|
71
|
+
- Maintain workflow progress across sessions
|
|
72
|
+
- Remember task context for resumption
|
|
73
|
+
- Store intermediate results
|
|
74
|
+
|
|
75
|
+
### Multi-Agent Systems
|
|
76
|
+
Allow agent teams to:
|
|
77
|
+
- Share memory for synchronized operations
|
|
78
|
+
- Coordinate inventory levels and logistics
|
|
79
|
+
- Maintain shared context
|
|
80
|
+
- Optimize collaborative workflows
|
|
81
|
+
|
|
82
|
+
### Autonomous Agents
|
|
83
|
+
Enable agents to:
|
|
84
|
+
- Plan routes based on past experiences
|
|
85
|
+
- Learn from previous interactions
|
|
86
|
+
- Improve decision-making over time
|
|
87
|
+
- Build persistent knowledge bases
|
|
88
|
+
|
|
89
|
+
## Quick Start
|
|
90
|
+
|
|
91
|
+
### Create Memory Resource
|
|
92
|
+
|
|
93
|
+
```bash
|
|
94
|
+
aws bedrock-agentcore-control create-memory \
|
|
95
|
+
--memory-name my-agent-memory \
|
|
96
|
+
--memory-strategies '[{"strategyName": "SEMANTIC", "configuration": {}}]' \
|
|
97
|
+
--region us-west-2
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
### Using Memory with SDK
|
|
101
|
+
|
|
102
|
+
```python
|
|
103
|
+
from bedrock_agentcore.memory import MemoryClient
|
|
104
|
+
|
|
105
|
+
# Initialize memory client
|
|
106
|
+
memory = MemoryClient(memory_id="my-agent-memory")
|
|
107
|
+
|
|
108
|
+
# Add short-term memory event
|
|
109
|
+
memory.add_event(
|
|
110
|
+
session_id="session-123",
|
|
111
|
+
actor_id="user-456",
|
|
112
|
+
event_type="message",
|
|
113
|
+
content={"role": "user", "message": "Book a flight to Seattle"}
|
|
114
|
+
)
|
|
115
|
+
|
|
116
|
+
# Retrieve conversation history
|
|
117
|
+
history = memory.get_session_events(session_id="session-123")
|
|
118
|
+
|
|
119
|
+
# Search long-term memories
|
|
120
|
+
memories = memory.search_memories(
|
|
121
|
+
query="user flight preferences",
|
|
122
|
+
limit=5
|
|
123
|
+
)
|
|
124
|
+
```
|
|
125
|
+
|
|
126
|
+
### Store and Retrieve Memories
|
|
127
|
+
|
|
128
|
+
```python
|
|
129
|
+
# Store long-term memory
|
|
130
|
+
memory.store_memory(
|
|
131
|
+
memory_type="user_preference",
|
|
132
|
+
content={"preference": "window_seat", "context": "flights"}
|
|
133
|
+
)
|
|
134
|
+
|
|
135
|
+
# Retrieve relevant memories
|
|
136
|
+
relevant = memory.search_memories(
|
|
137
|
+
query="seating preferences for flights",
|
|
138
|
+
actor_id="user-456"
|
|
139
|
+
)
|
|
140
|
+
```
|
|
141
|
+
|
|
142
|
+
## Common Operations
|
|
143
|
+
|
|
144
|
+
### List Memories
|
|
145
|
+
|
|
146
|
+
```bash
|
|
147
|
+
aws bedrock-agentcore-control list-memories \
|
|
148
|
+
--region us-west-2
|
|
149
|
+
```
|
|
150
|
+
|
|
151
|
+
### Get Memory Details
|
|
152
|
+
|
|
153
|
+
```bash
|
|
154
|
+
aws bedrock-agentcore-control get-memory \
|
|
155
|
+
--memory-id <MEMORY_ID> \
|
|
156
|
+
--region us-west-2
|
|
157
|
+
```
|
|
158
|
+
|
|
159
|
+
### Update Memory Configuration
|
|
160
|
+
|
|
161
|
+
```bash
|
|
162
|
+
aws bedrock-agentcore-control update-memory \
|
|
163
|
+
--memory-id <MEMORY_ID> \
|
|
164
|
+
--memory-strategies '[{"strategyName": "SEMANTIC"}, {"strategyName": "USER_PREFERENCE"}]' \
|
|
165
|
+
--region us-west-2
|
|
166
|
+
```
|
|
167
|
+
|
|
168
|
+
### Delete Memory
|
|
169
|
+
|
|
170
|
+
```bash
|
|
171
|
+
aws bedrock-agentcore-control delete-memory \
|
|
172
|
+
--memory-id <MEMORY_ID> \
|
|
173
|
+
--region us-west-2
|
|
174
|
+
```
|
|
175
|
+
|
|
176
|
+
## Memory Strategies Configuration
|
|
177
|
+
|
|
178
|
+
### Built-in Strategies
|
|
179
|
+
|
|
180
|
+
```bash
|
|
181
|
+
# Use semantic strategy
|
|
182
|
+
aws bedrock-agentcore-control create-memory \
|
|
183
|
+
--memory-name semantic-memory \
|
|
184
|
+
--memory-strategies '[{
|
|
185
|
+
"strategyName": "SEMANTIC",
|
|
186
|
+
"configuration": {}
|
|
187
|
+
}]'
|
|
188
|
+
```
|
|
189
|
+
|
|
190
|
+
### Custom Strategies
|
|
191
|
+
|
|
192
|
+
```bash
|
|
193
|
+
# Create custom strategy with specific model
|
|
194
|
+
aws bedrock-agentcore-control create-memory \
|
|
195
|
+
--memory-name custom-memory \
|
|
196
|
+
--memory-strategies '[{
|
|
197
|
+
"strategyName": "CUSTOM",
|
|
198
|
+
"configuration": {
|
|
199
|
+
"modelId": "anthropic.claude-3-sonnet",
|
|
200
|
+
"extractionPrompt": "Extract key user preferences from this conversation"
|
|
201
|
+
}
|
|
202
|
+
}]'
|
|
203
|
+
```
|
|
204
|
+
|
|
205
|
+
## Best Practices
|
|
206
|
+
|
|
207
|
+
### Memory Architecture
|
|
208
|
+
- Design memory architecture intentionally
|
|
209
|
+
- Choose appropriate strategies for use case
|
|
210
|
+
- Implement proper retention policies
|
|
211
|
+
- Consider memory costs and storage
|
|
212
|
+
|
|
213
|
+
### Performance
|
|
214
|
+
- Use appropriate time-to-live settings
|
|
215
|
+
- Extract only relevant information
|
|
216
|
+
- Implement rhythm of memory operations
|
|
217
|
+
- Monitor memory search latency
|
|
218
|
+
|
|
219
|
+
### Security
|
|
220
|
+
- Implement proper access controls
|
|
221
|
+
- Encrypt sensitive memories
|
|
222
|
+
- Audit memory access
|
|
223
|
+
- Follow data privacy regulations (GDPR, HIPAA)
|
|
224
|
+
|
|
225
|
+
### Operations
|
|
226
|
+
- Monitor memory usage and costs
|
|
227
|
+
- Set up alerts for memory failures
|
|
228
|
+
- Implement backup strategies
|
|
229
|
+
- Test memory operations regularly
|
|
230
|
+
|
|
231
|
+
## Troubleshooting
|
|
232
|
+
|
|
233
|
+
| Issue | Cause | Solution |
|
|
234
|
+
|-------|-------|----------|
|
|
235
|
+
| Memory not found | Incorrect memory ID | Verify memory ID with list command |
|
|
236
|
+
| Search returns empty | No matching memories | Check query and memory content |
|
|
237
|
+
| Slow memory retrieval | Large memory size | Implement pagination and filters |
|
|
238
|
+
| Strategy extraction fails | Invalid configuration | Check strategy configuration |
|
|
239
|
+
|
|
240
|
+
## Related Services
|
|
241
|
+
|
|
242
|
+
- **[Gateway Service](../gateway/README.md)**: Expose APIs as tools for agents
|
|
243
|
+
- **[Runtime Service](../runtime/README.md)**: Execute agents that generate conversation data
|
|
244
|
+
- **[Identity Service](../identity/README.md)**: Secure access to conversation data
|
|
245
|
+
- **[Observability Service](../observability/README.md)**: Monitor memory operations
|
|
246
|
+
|
|
247
|
+
## References
|
|
248
|
+
|
|
249
|
+
- [AWS Memory Documentation](https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/memory.html)
|
|
250
|
+
- [Memory Types](https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/memory-types.html)
|
|
251
|
+
- [Memory Strategies](https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/memory-strategies.html)
|
|
252
|
+
- [Building Context-Aware Agents Blog](https://aws.amazon.com/blogs/machine-learning/amazon-bedrock-agentcore-memory-building-context-aware-agents/)
|
|
253
|
+
- [Long-Term Memory Deep Dive](https://aws.amazon.com/blogs/machine-learning/building-smarter-ai-agents-agentcore-long-term-memory-deep-dive/)
|