惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Jina AI
Jina AI
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
B
Blog
T
The Blog of Author Tim Ferriss
量子位
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - Franky
小众软件
小众软件
Recent Announcements
Recent Announcements
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
I
InfoQ
美团技术团队
G
Google Developers Blog
Engineering at Meta
Engineering at Meta
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
V
Visual Studio Blog
云风的 BLOG
云风的 BLOG
博客园 - 【当耐特】
IT之家
IT之家
Microsoft Security Blog
Microsoft Security Blog
博客园 - 聂微东
Last Week in AI
Last Week in AI
H
Hackread – Cybersecurity News, Data Breaches, AI and More
H
Help Net Security

Recent Announcements

Amazon EC2 X8i instances are now available in Europe (Paris) Amazon CloudWatch pipelines now supports drop and conditional processing AWS Deadline Cloud supports monitor creation in multiple regions Amazon CloudWatch pipelines introduces new compliance and governance capabilities Second-generation Amazon FSx for NetApp ONTAP is now available in four additional AWS commercial and AWS GovCloud (US) Regions AWS Billing and Cost Management Dashboards Now Supports Scheduled Email Delivery AWS RTB Fabric supports health checks for real-time bidding workloads AWS Backup extends Amazon FSx support to 5 additional AWS Regions and expands cross-Region and cross-account copy to 14 AWS Regions Amazon RDS now supports the latest CU and GDR updates for Microsoft SQL Server Amazon Timestream for InfluxDB Now Supports Customer-Defined Maintenance Windows Amazon Bedrock now supports cost allocation by IAM user and role Amazon OpenSearch Service supports Managed Prometheus and agent tracing Amazon S3 Lifecycle pauses actions on objects that are unable to replicate Amazon RDS Blue/Green Deployments now supports Amazon RDS Proxy AWS Marketplace announces the Discovery API for programmatic access to catalog data AWS Agent Registry for centralized agent discovery and governance is now available in Preview Amazon OpenSearch Serverless now supports Zstandard (zstd) codec for index compression AWS Private CA now supports customer managed permissions for cross-account sharing Amazon EC2 Capacity Manager now supports tag-based dimensions Amazon Route 53 Resolver endpoints now support DNS delegation for private hosted zones in AWS GovCloud (US) Regions SageMaker HyperPod now supports gang scheduling for distributed training workloads Amazon IVS 实时直播功能现已支持冗余摄取 Amazon EKS 托管节点组现在支持 EC2 Auto Scaling 暖池 Amazon Bedrock AgentCore 浏览器新增操作系统级交互功能 Amazon WorkSpaces Advisor now available for AI-powered troubleshooting Amazon OpenSearch Service now supports Graviton4 based i8ge instances Oracle Database@AWS is now available in twelve AWS Regions AWS Lambda expands response streaming support to all commercial AWS Regions AWS Cost Explorer launches Natural Language Query capabilities powered by Amazon Q Amazon Lightsail 现已在亚太地区(马来西亚)区域推出
Amazon Bedrock AgentCore Runtime がエージェントセッション...
Amazon Web Services · 2026-06-06 · via Recent Announcements

投稿日: 2026年6月5日

Amazon Bedrock AgentCore Runtime が新しい InvokeAgentRuntimeCommandShell API を通じて対話型シェルをサポートするようになりました。これにより、実行中のエージェントセッションに PTY を利用した永続的なターミナルを WebSocket 経由で直接開くことができます。これにより、ワンショット実行用の既存の InvokeAgentRuntimeCommand API が補完され、分離した microVM の中で、デベロッパーが、色、タブ補完、Ctrl+C、ターミナルのサイズ変更、ネットワーク切断時の自動再接続を備えた完全なターミナル機能を利用できるようになります。

これは、AgentCore Runtime で Claude Code、OpenAI Codex、Amazon Kiro などのコーディングエージェントをホストしているデベロッパーにとって特に重要です。非同期コマンド実行は既に可能でしたが、それに加えて、認証を行い、コーディングエージェントをホストしている microVM に入り込み、ローカルターミナルのように対話できるようになりました。エージェントとの対話、ファイルの検査、アドホックコマンドの実行、環境状態のデバッグなどができます。シェルは同じセッション内のコマンドをまたいで永続的な状態を保持するため、環境変数、作業ディレクトリ、およびコマンド履歴はすべて期待どおりに動作します。

各インタラクティブセッションは、ランタイムセッション ID とシェル ID によって識別されます。再接続時にこの両方を再び渡すことで、まったく同じシェルに戻れます。短時間のネットワーク切断なら自動的に再接続され、長時間の切断なら同じ ID を使用して手動で再開できます。1 つのエージェントランタイムで最大 10 個の同時シェルがサポートされるため、デベロッパーは同じまたは複数の microVM に対して複数のターミナルを開いて、エージェントが異なるブランチを並行して動作させる様子を見ることができます。

AgentCore CLI の使用を開始するには、`agentcore exec --it --runtime <runtime-arn>` を実行します。詳細については、「Interactive Shells (Terminals)」と AgentCore Runtime でのシェル実行に関するページで、両方のシェルモードの比較を参照してください。