@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,363 @@
|
|
|
1
|
+
# AgentCore Browser Service
|
|
2
|
+
|
|
3
|
+
> **Status**: ✅ Available
|
|
4
|
+
|
|
5
|
+
## Overview
|
|
6
|
+
|
|
7
|
+
Amazon Bedrock AgentCore Browser provides a fast, secure, cloud-based browser runtime enabling AI agents to interact with websites at scale without infrastructure management.
|
|
8
|
+
|
|
9
|
+
## Core Capabilities
|
|
10
|
+
|
|
11
|
+
### Cloud-Based Runtime
|
|
12
|
+
- **Fast Execution**: High-performance browser instances with minimal latency
|
|
13
|
+
- **Auto Scaling**: Automatic scaling based on demand without configuration
|
|
14
|
+
- **Zero Infrastructure**: No servers or containers to manage
|
|
15
|
+
- **Multi-Region**: Deploy browser instances across AWS regions globally
|
|
16
|
+
|
|
17
|
+
### Security and Compliance
|
|
18
|
+
- **Enterprise Security**: Industry-standard security controls and encryption
|
|
19
|
+
- **Isolated Sessions**: Each browsing session runs in complete isolation
|
|
20
|
+
- **Data Protection**: Secure data handling and privacy controls
|
|
21
|
+
- **Compliance Ready**: Meets enterprise compliance requirements (SOC, HIPAA, GDPR)
|
|
22
|
+
|
|
23
|
+
### Web Interaction Capabilities
|
|
24
|
+
- **Full Automation**: Complete browser automation capabilities
|
|
25
|
+
- **JavaScript Support**: Execute JavaScript in browser context
|
|
26
|
+
- **Form Interaction**: Fill forms, click buttons, navigate pages
|
|
27
|
+
- **Content Extraction**: Extract text, data, and media from pages
|
|
28
|
+
- **Session Management**: Handle cookies, local storage, and sessions
|
|
29
|
+
- **Screenshot Capture**: Take screenshots of pages and elements
|
|
30
|
+
|
|
31
|
+
### Observability
|
|
32
|
+
- **Execution Logging**: Comprehensive logs of browser actions
|
|
33
|
+
- **Performance Metrics**: Track page load times and operation latency
|
|
34
|
+
- **Error Tracking**: Detailed error capture and debugging information
|
|
35
|
+
- **Request Monitoring**: Monitor network requests and responses
|
|
36
|
+
|
|
37
|
+
## Use Cases
|
|
38
|
+
|
|
39
|
+
### Web Scraping and Data Extraction
|
|
40
|
+
Enable agents to:
|
|
41
|
+
- Extract data from websites at scale
|
|
42
|
+
- Scrape content from dynamic pages
|
|
43
|
+
- Collect structured data from multiple sources
|
|
44
|
+
- Monitor website changes over time
|
|
45
|
+
|
|
46
|
+
### Automated Testing and QA
|
|
47
|
+
Support scenarios like:
|
|
48
|
+
- Automated UI testing of web applications
|
|
49
|
+
- Regression testing for web features
|
|
50
|
+
- Cross-browser compatibility testing
|
|
51
|
+
- Performance testing and monitoring
|
|
52
|
+
|
|
53
|
+
### Form Filling and Workflow Automation
|
|
54
|
+
Allow agents to:
|
|
55
|
+
- Automate form submissions
|
|
56
|
+
- Complete multi-step workflows
|
|
57
|
+
- Handle authentication and logins
|
|
58
|
+
- Process batch operations on web interfaces
|
|
59
|
+
|
|
60
|
+
### Real-Time Monitoring
|
|
61
|
+
Enable agents to:
|
|
62
|
+
- Monitor website availability and uptime
|
|
63
|
+
- Track content changes and updates
|
|
64
|
+
- Verify website functionality
|
|
65
|
+
- Gather competitive intelligence
|
|
66
|
+
|
|
67
|
+
### Content Verification
|
|
68
|
+
Support tasks like:
|
|
69
|
+
- Validate web content accuracy
|
|
70
|
+
- Check link integrity
|
|
71
|
+
- Verify page rendering
|
|
72
|
+
- Test responsive designs
|
|
73
|
+
|
|
74
|
+
## Architecture
|
|
75
|
+
|
|
76
|
+
### Browser Execution Flow
|
|
77
|
+
|
|
78
|
+
```
|
|
79
|
+
Agent Request
|
|
80
|
+
↓
|
|
81
|
+
┌─────────────────────────────────────────┐
|
|
82
|
+
│ Browser Service API │
|
|
83
|
+
│ - Parse browser action request │
|
|
84
|
+
│ - Validate parameters │
|
|
85
|
+
│ - Allocate browser instance │
|
|
86
|
+
└─────────────────────────────────────────┘
|
|
87
|
+
↓
|
|
88
|
+
┌─────────────────────────────────────────┐
|
|
89
|
+
│ Browser Instance │
|
|
90
|
+
│ - Navigate to URL │
|
|
91
|
+
│ - Execute JavaScript │
|
|
92
|
+
│ - Interact with page elements │
|
|
93
|
+
│ - Extract content and data │
|
|
94
|
+
└─────────────────────────────────────────┘
|
|
95
|
+
↓
|
|
96
|
+
┌─────────────────────────────────────────┐
|
|
97
|
+
│ Result Processing │
|
|
98
|
+
│ - Package extracted data │
|
|
99
|
+
│ - Capture screenshots (if requested) │
|
|
100
|
+
│ - Log execution details │
|
|
101
|
+
│ - Return results to agent │
|
|
102
|
+
└─────────────────────────────────────────┘
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
### Security Architecture
|
|
106
|
+
|
|
107
|
+
1. **Session Isolation**: Each browser session runs in isolated environment
|
|
108
|
+
2. **Network Security**: Controlled outbound internet access
|
|
109
|
+
3. **Data Encryption**: All data encrypted in transit and at rest
|
|
110
|
+
4. **Resource Limits**: CPU, memory, and time limits per session
|
|
111
|
+
5. **Access Control**: IAM-based authentication and authorization
|
|
112
|
+
|
|
113
|
+
## Configuration
|
|
114
|
+
|
|
115
|
+
### Basic Browser Session
|
|
116
|
+
|
|
117
|
+
```bash
|
|
118
|
+
# Configure browser service for agent
|
|
119
|
+
aws bedrock-agentcore-control configure-browser \
|
|
120
|
+
--agent-id <AGENT_ID> \
|
|
121
|
+
--session-timeout 600 \
|
|
122
|
+
--viewport-width 1920 \
|
|
123
|
+
--viewport-height 1080 \
|
|
124
|
+
--region <REGION>
|
|
125
|
+
```
|
|
126
|
+
|
|
127
|
+
### Advanced Configuration
|
|
128
|
+
|
|
129
|
+
```bash
|
|
130
|
+
# Set browser preferences and capabilities
|
|
131
|
+
aws bedrock-agentcore-control update-browser-config \
|
|
132
|
+
--agent-id <AGENT_ID> \
|
|
133
|
+
--browser-config '{
|
|
134
|
+
"headless": true,
|
|
135
|
+
"javascript": true,
|
|
136
|
+
"images": true,
|
|
137
|
+
"cookies": true,
|
|
138
|
+
"userAgent": "CustomUserAgent/1.0",
|
|
139
|
+
"timeout": 30000
|
|
140
|
+
}' \
|
|
141
|
+
--region <REGION>
|
|
142
|
+
```
|
|
143
|
+
|
|
144
|
+
## Browser Actions
|
|
145
|
+
|
|
146
|
+
### Navigation
|
|
147
|
+
```javascript
|
|
148
|
+
// Navigate to URL
|
|
149
|
+
{
|
|
150
|
+
"action": "navigate",
|
|
151
|
+
"url": "https://example.com"
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
// Go back
|
|
155
|
+
{
|
|
156
|
+
"action": "goBack"
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
// Refresh page
|
|
160
|
+
{
|
|
161
|
+
"action": "reload"
|
|
162
|
+
}
|
|
163
|
+
```
|
|
164
|
+
|
|
165
|
+
### Element Interaction
|
|
166
|
+
```javascript
|
|
167
|
+
// Click element
|
|
168
|
+
{
|
|
169
|
+
"action": "click",
|
|
170
|
+
"selector": "#submit-button"
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
// Fill input field
|
|
174
|
+
{
|
|
175
|
+
"action": "type",
|
|
176
|
+
"selector": "#username",
|
|
177
|
+
"text": "user@example.com"
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
// Select option
|
|
181
|
+
{
|
|
182
|
+
"action": "select",
|
|
183
|
+
"selector": "#country",
|
|
184
|
+
"value": "US"
|
|
185
|
+
}
|
|
186
|
+
```
|
|
187
|
+
|
|
188
|
+
### Content Extraction
|
|
189
|
+
```javascript
|
|
190
|
+
// Extract text
|
|
191
|
+
{
|
|
192
|
+
"action": "getText",
|
|
193
|
+
"selector": ".article-content"
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
// Get element attribute
|
|
197
|
+
{
|
|
198
|
+
"action": "getAttribute",
|
|
199
|
+
"selector": "img.logo",
|
|
200
|
+
"attribute": "src"
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
// Evaluate JavaScript
|
|
204
|
+
{
|
|
205
|
+
"action": "evaluate",
|
|
206
|
+
"script": "return document.title;"
|
|
207
|
+
}
|
|
208
|
+
```
|
|
209
|
+
|
|
210
|
+
### Screenshots
|
|
211
|
+
```javascript
|
|
212
|
+
// Full page screenshot
|
|
213
|
+
{
|
|
214
|
+
"action": "screenshot",
|
|
215
|
+
"fullPage": true
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
// Element screenshot
|
|
219
|
+
{
|
|
220
|
+
"action": "screenshot",
|
|
221
|
+
"selector": "#chart-container"
|
|
222
|
+
}
|
|
223
|
+
```
|
|
224
|
+
|
|
225
|
+
## Best Practices
|
|
226
|
+
|
|
227
|
+
### Performance Optimization
|
|
228
|
+
- Use headless mode for non-visual operations
|
|
229
|
+
- Disable unnecessary resources (images, stylesheets)
|
|
230
|
+
- Set appropriate timeouts for page loads
|
|
231
|
+
- Reuse browser sessions when possible
|
|
232
|
+
- Implement exponential backoff for retries
|
|
233
|
+
|
|
234
|
+
### Reliability
|
|
235
|
+
- Handle network failures gracefully
|
|
236
|
+
- Implement proper error handling
|
|
237
|
+
- Use explicit waits for dynamic content
|
|
238
|
+
- Verify element existence before interaction
|
|
239
|
+
- Set reasonable timeout values
|
|
240
|
+
|
|
241
|
+
### Security
|
|
242
|
+
- Validate all URLs before navigation
|
|
243
|
+
- Sanitize extracted data
|
|
244
|
+
- Use secure credential storage
|
|
245
|
+
- Implement rate limiting
|
|
246
|
+
- Monitor for suspicious patterns
|
|
247
|
+
|
|
248
|
+
### Cost Optimization
|
|
249
|
+
- Close browser sessions when done
|
|
250
|
+
- Use session pooling for frequent operations
|
|
251
|
+
- Set appropriate resource limits
|
|
252
|
+
- Monitor usage patterns
|
|
253
|
+
- Implement caching where appropriate
|
|
254
|
+
|
|
255
|
+
## Integration Patterns
|
|
256
|
+
|
|
257
|
+
### With Memory Service
|
|
258
|
+
```
|
|
259
|
+
Browser ←→ Memory Service
|
|
260
|
+
- Store extracted data in memory
|
|
261
|
+
- Cache frequently accessed pages
|
|
262
|
+
- Share session state across agents
|
|
263
|
+
```
|
|
264
|
+
|
|
265
|
+
### With Identity Service
|
|
266
|
+
```
|
|
267
|
+
Browser ←→ Identity Service
|
|
268
|
+
- Authenticate browser sessions
|
|
269
|
+
- Access credentials for protected sites
|
|
270
|
+
- Manage authentication tokens
|
|
271
|
+
```
|
|
272
|
+
|
|
273
|
+
### With Code Interpreter
|
|
274
|
+
```
|
|
275
|
+
Browser ←→ Code Interpreter
|
|
276
|
+
- Process scraped data with code
|
|
277
|
+
- Transform extracted content
|
|
278
|
+
- Analyze website data
|
|
279
|
+
```
|
|
280
|
+
|
|
281
|
+
## Troubleshooting
|
|
282
|
+
|
|
283
|
+
### Common Issues
|
|
284
|
+
|
|
285
|
+
**Page Load Timeout**
|
|
286
|
+
- Symptom: Page takes too long to load
|
|
287
|
+
- Solution: Increase timeout or optimize target page
|
|
288
|
+
|
|
289
|
+
**Element Not Found**
|
|
290
|
+
- Symptom: Cannot locate page element
|
|
291
|
+
- Solution: Use explicit waits or verify selector
|
|
292
|
+
|
|
293
|
+
**JavaScript Errors**
|
|
294
|
+
- Symptom: Page JavaScript fails
|
|
295
|
+
- Solution: Check console logs, handle errors
|
|
296
|
+
|
|
297
|
+
**Session Terminated**
|
|
298
|
+
- Symptom: Browser session unexpectedly ends
|
|
299
|
+
- Solution: Check resource limits and session timeout
|
|
300
|
+
|
|
301
|
+
**Authentication Required**
|
|
302
|
+
- Symptom: Cannot access protected pages
|
|
303
|
+
- Solution: Configure credentials via Identity service
|
|
304
|
+
|
|
305
|
+
## Monitoring
|
|
306
|
+
|
|
307
|
+
### Key Metrics
|
|
308
|
+
- **Session Count**: Number of active browser sessions
|
|
309
|
+
- **Success Rate**: Percentage of successful operations
|
|
310
|
+
- **Page Load Time**: Average time to load pages
|
|
311
|
+
- **Error Rate**: Percentage of failed operations
|
|
312
|
+
- **Resource Usage**: CPU and memory utilization
|
|
313
|
+
|
|
314
|
+
### CloudWatch Integration
|
|
315
|
+
```bash
|
|
316
|
+
# Query browser metrics
|
|
317
|
+
aws cloudwatch get-metric-statistics \
|
|
318
|
+
--namespace AWS/BedrockAgentCore/Browser \
|
|
319
|
+
--metric-name SessionCount \
|
|
320
|
+
--dimensions Name=AgentId,Value=<AGENT_ID> \
|
|
321
|
+
--start-time <START> \
|
|
322
|
+
--end-time <END> \
|
|
323
|
+
--period 3600 \
|
|
324
|
+
--statistics Average
|
|
325
|
+
```
|
|
326
|
+
|
|
327
|
+
### Logging
|
|
328
|
+
```bash
|
|
329
|
+
# View browser execution logs
|
|
330
|
+
aws logs tail /aws/bedrock-agentcore/browser/<AGENT_ID> \
|
|
331
|
+
--follow \
|
|
332
|
+
--format short
|
|
333
|
+
```
|
|
334
|
+
|
|
335
|
+
## Performance Considerations
|
|
336
|
+
|
|
337
|
+
### Optimization Techniques
|
|
338
|
+
1. **Disable Unnecessary Resources**: Turn off images/stylesheets when not needed
|
|
339
|
+
2. **Use Headless Mode**: Faster execution without rendering overhead
|
|
340
|
+
3. **Implement Caching**: Cache static resources and repeated queries
|
|
341
|
+
4. **Parallel Execution**: Run multiple browser sessions concurrently
|
|
342
|
+
5. **Smart Waiting**: Use explicit waits instead of fixed delays
|
|
343
|
+
|
|
344
|
+
### Scaling Patterns
|
|
345
|
+
- **Horizontal Scaling**: Launch multiple browser instances
|
|
346
|
+
- **Session Pooling**: Reuse browser sessions for efficiency
|
|
347
|
+
- **Request Queuing**: Queue browser operations during high load
|
|
348
|
+
- **Regional Distribution**: Distribute load across AWS regions
|
|
349
|
+
|
|
350
|
+
## Additional Resources
|
|
351
|
+
|
|
352
|
+
- **AWS Documentation**: [Bedrock AgentCore Browser](https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/browser.html)
|
|
353
|
+
- **Best Practices**: [Browser Automation Guide](https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/browser-best-practices.html)
|
|
354
|
+
- **API Reference**: [Browser API](https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/)
|
|
355
|
+
- **Selector Reference**: [CSS Selectors](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Selectors)
|
|
356
|
+
|
|
357
|
+
---
|
|
358
|
+
|
|
359
|
+
**Related Services**:
|
|
360
|
+
- [Runtime Service](../runtime/README.md) - Agent execution
|
|
361
|
+
- [Code Interpreter](../code-interpreter/README.md) - Data processing
|
|
362
|
+
- [Memory Service](../memory/README.md) - State management
|
|
363
|
+
- [Observability Service](../observability/README.md) - Monitoring
|
package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/code-interpreter/README.md
ADDED
|
@@ -0,0 +1,232 @@
|
|
|
1
|
+
# AgentCore Code Interpreter Service
|
|
2
|
+
|
|
3
|
+
> **Status**: ✅ Available
|
|
4
|
+
|
|
5
|
+
## Overview
|
|
6
|
+
|
|
7
|
+
Amazon Bedrock AgentCore Code Interpreter enables agents to securely execute code in isolated sandbox environments, supporting complex data analysis workflows and computational tasks.
|
|
8
|
+
|
|
9
|
+
## Core Capabilities
|
|
10
|
+
|
|
11
|
+
### Secure Execution
|
|
12
|
+
- **Isolated Sandboxes**: Each code execution runs in a completely isolated environment
|
|
13
|
+
- **No Cross-Contamination**: Sessions are independent with no shared state
|
|
14
|
+
- **Enterprise Security**: Meets enterprise security and compliance requirements
|
|
15
|
+
- **Resource Controls**: Configurable limits and timeout controls for execution
|
|
16
|
+
|
|
17
|
+
### Framework Integration
|
|
18
|
+
- **Popular Frameworks**: Seamless integration with LangGraph, CrewAI, Strands, and other agent frameworks
|
|
19
|
+
- **Multi-Language Support**: Execute code in Python, JavaScript, and other languages
|
|
20
|
+
- **Advanced Configuration**: Extensive customization options for runtime environments
|
|
21
|
+
- **Custom Runtimes**: Support for specialized runtime configurations
|
|
22
|
+
|
|
23
|
+
### Data Processing
|
|
24
|
+
- **File Operations**: Upload and download files for processing
|
|
25
|
+
- **Multi-Modal Data**: Handle structured and unstructured data
|
|
26
|
+
- **Result Formatting**: Format and visualize execution results
|
|
27
|
+
- **Error Handling**: Comprehensive error reporting and debugging support
|
|
28
|
+
|
|
29
|
+
## Use Cases
|
|
30
|
+
|
|
31
|
+
### Data Analysis and Transformation
|
|
32
|
+
Enable agents to:
|
|
33
|
+
- Process and analyze datasets
|
|
34
|
+
- Transform data formats
|
|
35
|
+
- Perform statistical calculations
|
|
36
|
+
- Generate data insights
|
|
37
|
+
|
|
38
|
+
### Complex Computational Workflows
|
|
39
|
+
Support scenarios like:
|
|
40
|
+
- Running scientific computations
|
|
41
|
+
- Executing business logic calculations
|
|
42
|
+
- Processing batch operations
|
|
43
|
+
- Performing iterative algorithms
|
|
44
|
+
|
|
45
|
+
### Visualization and Reporting
|
|
46
|
+
Allow agents to:
|
|
47
|
+
- Generate charts and graphs
|
|
48
|
+
- Create formatted reports
|
|
49
|
+
- Build visualizations from data
|
|
50
|
+
- Export results in various formats
|
|
51
|
+
|
|
52
|
+
### Dynamic Code Testing
|
|
53
|
+
Enable agents to:
|
|
54
|
+
- Test code snippets dynamically
|
|
55
|
+
- Validate logic and algorithms
|
|
56
|
+
- Debug code execution issues
|
|
57
|
+
- Prototype solutions quickly
|
|
58
|
+
|
|
59
|
+
## Architecture
|
|
60
|
+
|
|
61
|
+
### Execution Flow
|
|
62
|
+
|
|
63
|
+
```
|
|
64
|
+
Agent Request
|
|
65
|
+
↓
|
|
66
|
+
┌─────────────────────────────────────────┐
|
|
67
|
+
│ Code Interpreter Service │
|
|
68
|
+
│ - Parse code execution request │
|
|
69
|
+
│ - Validate code and parameters │
|
|
70
|
+
│ - Allocate isolated sandbox │
|
|
71
|
+
└─────────────────────────────────────────┘
|
|
72
|
+
↓
|
|
73
|
+
┌─────────────────────────────────────────┐
|
|
74
|
+
│ Sandbox Environment │
|
|
75
|
+
│ - Execute code in isolation │
|
|
76
|
+
│ - Process data and files │
|
|
77
|
+
│ - Generate outputs │
|
|
78
|
+
│ - Capture errors and logs │
|
|
79
|
+
└─────────────────────────────────────────┘
|
|
80
|
+
↓
|
|
81
|
+
┌─────────────────────────────────────────┐
|
|
82
|
+
│ Result Processing │
|
|
83
|
+
│ - Format execution results │
|
|
84
|
+
│ - Package outputs and artifacts │
|
|
85
|
+
│ - Return to agent │
|
|
86
|
+
└─────────────────────────────────────────┘
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
### Security Model
|
|
90
|
+
|
|
91
|
+
1. **Sandbox Isolation**: Each execution runs in a completely isolated environment
|
|
92
|
+
2. **Resource Limits**: CPU, memory, and time limits prevent resource exhaustion
|
|
93
|
+
3. **Network Restrictions**: Controlled network access from sandbox environments
|
|
94
|
+
4. **Data Encryption**: Data at rest and in transit is encrypted
|
|
95
|
+
5. **Audit Logging**: All code executions are logged for compliance
|
|
96
|
+
|
|
97
|
+
## Configuration
|
|
98
|
+
|
|
99
|
+
### Basic Setup
|
|
100
|
+
|
|
101
|
+
```bash
|
|
102
|
+
# Configure code interpreter for agent
|
|
103
|
+
aws bedrock-agentcore-control configure-code-interpreter \
|
|
104
|
+
--agent-id <AGENT_ID> \
|
|
105
|
+
--execution-timeout 300 \
|
|
106
|
+
--memory-limit 2048 \
|
|
107
|
+
--region <REGION>
|
|
108
|
+
```
|
|
109
|
+
|
|
110
|
+
### Custom Runtime Configuration
|
|
111
|
+
|
|
112
|
+
```bash
|
|
113
|
+
# Set custom runtime environment
|
|
114
|
+
aws bedrock-agentcore-control update-code-interpreter-runtime \
|
|
115
|
+
--agent-id <AGENT_ID> \
|
|
116
|
+
--runtime-config '{
|
|
117
|
+
"language": "python3.11",
|
|
118
|
+
"packages": ["pandas", "numpy", "matplotlib"],
|
|
119
|
+
"environment": {
|
|
120
|
+
"CUSTOM_VAR": "value"
|
|
121
|
+
}
|
|
122
|
+
}' \
|
|
123
|
+
--region <REGION>
|
|
124
|
+
```
|
|
125
|
+
|
|
126
|
+
## Best Practices
|
|
127
|
+
|
|
128
|
+
### Code Security
|
|
129
|
+
- Validate all code inputs before execution
|
|
130
|
+
- Implement input sanitization for user-provided code
|
|
131
|
+
- Use resource limits to prevent denial of service
|
|
132
|
+
- Monitor code execution patterns for anomalies
|
|
133
|
+
|
|
134
|
+
### Performance Optimization
|
|
135
|
+
- Cache common dependencies in runtime images
|
|
136
|
+
- Use appropriate timeout values for expected workload
|
|
137
|
+
- Optimize code for execution within timeout limits
|
|
138
|
+
- Batch similar operations when possible
|
|
139
|
+
|
|
140
|
+
### Error Handling
|
|
141
|
+
- Implement comprehensive error catching in code
|
|
142
|
+
- Provide clear error messages for debugging
|
|
143
|
+
- Log execution details for troubleshooting
|
|
144
|
+
- Use structured output formats for results
|
|
145
|
+
|
|
146
|
+
### Data Management
|
|
147
|
+
- Minimize data transfer in and out of sandboxes
|
|
148
|
+
- Use streaming for large data processing
|
|
149
|
+
- Clean up temporary files after execution
|
|
150
|
+
- Implement data validation before processing
|
|
151
|
+
|
|
152
|
+
## Integration Patterns
|
|
153
|
+
|
|
154
|
+
### With Memory Service
|
|
155
|
+
```
|
|
156
|
+
Code Interpreter ←→ Memory Service
|
|
157
|
+
- Store execution results in memory
|
|
158
|
+
- Retrieve past computation results
|
|
159
|
+
- Share data across agent sessions
|
|
160
|
+
```
|
|
161
|
+
|
|
162
|
+
### With Identity Service
|
|
163
|
+
```
|
|
164
|
+
Code Interpreter ←→ Identity Service
|
|
165
|
+
- Authenticate code execution requests
|
|
166
|
+
- Access credentials for external APIs
|
|
167
|
+
- Manage permissions for data access
|
|
168
|
+
```
|
|
169
|
+
|
|
170
|
+
### With Observability Service
|
|
171
|
+
```
|
|
172
|
+
Code Interpreter ←→ Observability Service
|
|
173
|
+
- Trace code execution workflows
|
|
174
|
+
- Monitor performance metrics
|
|
175
|
+
- Log execution events
|
|
176
|
+
- Alert on execution failures
|
|
177
|
+
```
|
|
178
|
+
|
|
179
|
+
## Troubleshooting
|
|
180
|
+
|
|
181
|
+
### Common Issues
|
|
182
|
+
|
|
183
|
+
**Execution Timeout**
|
|
184
|
+
- Symptom: Code execution exceeds timeout limit
|
|
185
|
+
- Solution: Increase timeout or optimize code performance
|
|
186
|
+
|
|
187
|
+
**Memory Limit Exceeded**
|
|
188
|
+
- Symptom: Code runs out of memory
|
|
189
|
+
- Solution: Increase memory limit or process data in chunks
|
|
190
|
+
|
|
191
|
+
**Package Import Errors**
|
|
192
|
+
- Symptom: Required packages not found
|
|
193
|
+
- Solution: Configure custom runtime with needed packages
|
|
194
|
+
|
|
195
|
+
**Permission Denied**
|
|
196
|
+
- Symptom: Cannot access required resources
|
|
197
|
+
- Solution: Configure IAM permissions for code interpreter
|
|
198
|
+
|
|
199
|
+
## Monitoring
|
|
200
|
+
|
|
201
|
+
### Key Metrics
|
|
202
|
+
- **Execution Count**: Number of code executions
|
|
203
|
+
- **Success Rate**: Percentage of successful executions
|
|
204
|
+
- **Average Duration**: Mean execution time
|
|
205
|
+
- **Error Rate**: Percentage of failed executions
|
|
206
|
+
- **Resource Utilization**: CPU and memory usage
|
|
207
|
+
|
|
208
|
+
### CloudWatch Integration
|
|
209
|
+
```bash
|
|
210
|
+
# Query execution metrics
|
|
211
|
+
aws cloudwatch get-metric-statistics \
|
|
212
|
+
--namespace AWS/BedrockAgentCore/CodeInterpreter \
|
|
213
|
+
--metric-name ExecutionCount \
|
|
214
|
+
--dimensions Name=AgentId,Value=<AGENT_ID> \
|
|
215
|
+
--start-time <START> \
|
|
216
|
+
--end-time <END> \
|
|
217
|
+
--period 3600 \
|
|
218
|
+
--statistics Sum
|
|
219
|
+
```
|
|
220
|
+
|
|
221
|
+
## Additional Resources
|
|
222
|
+
|
|
223
|
+
- **AWS Documentation**: [Bedrock AgentCore Code Interpreter](https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/code-interpreter.html)
|
|
224
|
+
- **Security Best Practices**: [Secure Code Execution](https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/code-interpreter-security.html)
|
|
225
|
+
- **API Reference**: [Code Interpreter API](https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/)
|
|
226
|
+
|
|
227
|
+
---
|
|
228
|
+
|
|
229
|
+
**Related Services**:
|
|
230
|
+
- [Runtime Service](../runtime/README.md) - Agent execution environment
|
|
231
|
+
- [Memory Service](../memory/README.md) - State management
|
|
232
|
+
- [Observability Service](../observability/README.md) - Monitoring and tracing
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
# Gateway Service
|
|
2
|
+
|
|
3
|
+
The Gateway service converts REST APIs into MCP tools that AI agents can use. It handles authentication, schema validation, and request routing.
|
|
4
|
+
|
|
5
|
+
## Quick Start
|
|
6
|
+
|
|
7
|
+
### Prerequisites
|
|
8
|
+
- AWS CLI configured with appropriate permissions
|
|
9
|
+
- An existing Gateway (created via AWS Console or CLI)
|
|
10
|
+
- OpenAPI schema for your target API
|
|
11
|
+
|
|
12
|
+
### Deploy a Gateway Target
|
|
13
|
+
|
|
14
|
+
**Step 1: Upload OpenAPI schema to S3**
|
|
15
|
+
```bash
|
|
16
|
+
aws s3 cp my-api-openapi.yaml s3://<BUCKET_NAME>/schemas/
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
**Step 2: Create credential provider (API Key auth only)**
|
|
20
|
+
```bash
|
|
21
|
+
aws bedrock-agentcore-control create-api-key-credential-provider \
|
|
22
|
+
--name MyAPICredentialProvider \
|
|
23
|
+
--api-key "YOUR_API_KEY" \
|
|
24
|
+
--region us-west-2
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
**Step 3: Create gateway target**
|
|
28
|
+
```bash
|
|
29
|
+
aws bedrock-agentcore-control create-gateway-target \
|
|
30
|
+
--gateway-identifier <GATEWAY_ID> \
|
|
31
|
+
--name MyAPITarget \
|
|
32
|
+
--endpoint-configuration '{"openApiSchema": {"s3": {"uri": "s3://<BUCKET_NAME>/schemas/my-api-openapi.yaml"}}}' \
|
|
33
|
+
--credential-provider-configurations '[{"credentialProviderType": "GATEWAY_API_KEY_CREDENTIAL_PROVIDER", "apiKeyCredentialProvider": {"providerArn": "arn:aws:bedrock-agentcore:us-west-2:<ACCOUNT_ID>:api-key-credential-provider/MyAPICredentialProvider"}}]' \
|
|
34
|
+
--region us-west-2
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
**Step 4: Verify deployment**
|
|
38
|
+
```bash
|
|
39
|
+
aws bedrock-agentcore-control get-gateway-target \
|
|
40
|
+
--gateway-identifier <GATEWAY_ID> \
|
|
41
|
+
--target-identifier <TARGET_ID> \
|
|
42
|
+
--region us-west-2
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
## Authentication Options
|
|
46
|
+
|
|
47
|
+
### Outbound (Accessing External APIs)
|
|
48
|
+
|
|
49
|
+
| Target Type | IAM | OAuth 2LO | OAuth 3LO | API Key |
|
|
50
|
+
|-------------|-----|-----------|-----------|---------|
|
|
51
|
+
| Lambda function | Yes | No | No | No |
|
|
52
|
+
| API Gateway | Yes | No | No | Yes |
|
|
53
|
+
| OpenAPI schema | No | Yes | Yes | Yes |
|
|
54
|
+
| Smithy schema | Yes | Yes | Yes | No |
|
|
55
|
+
| MCP server | No | Yes | No | No |
|
|
56
|
+
|
|
57
|
+
### Inbound (Who Can Invoke Tools)
|
|
58
|
+
- **IAM**: AWS IAM credentials
|
|
59
|
+
- **JWT**: Tokens from identity providers (Cognito, Entra ID)
|
|
60
|
+
- **No Auth**: Open access (use with caution)
|
|
61
|
+
|
|
62
|
+
## Documentation
|
|
63
|
+
|
|
64
|
+
| Document | Description |
|
|
65
|
+
|----------|-------------|
|
|
66
|
+
| [Deployment Strategies](deployment-strategies.md) | Credential provider patterns, multi-environment setup, key rotation |
|
|
67
|
+
| [Troubleshooting Guide](troubleshooting-guide.md) | Common errors, diagnosis steps, solutions |
|
|
68
|
+
| [Deploy Template Script](deploy-template.sh) | Automated deployment script |
|
|
69
|
+
| [Validate Deployment Script](validate-deployment.sh) | Post-deployment verification |
|
|
70
|
+
|
|
71
|
+
## Common Operations
|
|
72
|
+
|
|
73
|
+
### List Gateway Targets
|
|
74
|
+
```bash
|
|
75
|
+
aws bedrock-agentcore-control list-gateway-targets \
|
|
76
|
+
--gateway-identifier <GATEWAY_ID> \
|
|
77
|
+
--region us-west-2
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
### Update Credential Provider
|
|
81
|
+
```bash
|
|
82
|
+
aws bedrock-agentcore-control update-api-key-credential-provider \
|
|
83
|
+
--name MyAPICredentialProvider \
|
|
84
|
+
--api-key "NEW_API_KEY" \
|
|
85
|
+
--region us-west-2
|
|
86
|
+
```
|
|
87
|
+
|
|
88
|
+
### Delete Gateway Target
|
|
89
|
+
```bash
|
|
90
|
+
aws bedrock-agentcore-control delete-gateway-target \
|
|
91
|
+
--gateway-identifier <GATEWAY_ID> \
|
|
92
|
+
--target-identifier <TARGET_ID> \
|
|
93
|
+
--region us-west-2
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
## Related Resources
|
|
97
|
+
|
|
98
|
+
- [Cross-Service Credential Management](../../cross-service/credential-management.md)
|
|
99
|
+
- [AWS Gateway Documentation](https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/gateway.html)
|
|
100
|
+
- [Bedrock AgentCore CLI Reference](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/bedrock-agentcore-control/index.html)
|