- 📄 論文解説: Authenticated Delegation and Authorized AI Agents
- 📄 OOPSLA 2024論文解説: Cedar - A New Language for Expressive, Fast, Safe, and Analyzable Authorization
- ✍️ AWS公式ブログ解説: Multi-Agent collaboration patterns with Strands Agents and Amazon Nova
- 📄 論文解説: Agentic AI for Enterprise - Multi-Agent Orchestration with Guardrails
- ✍️ AWS公式ブログ解説: Secure AI agents with Policy in Amazon Bedrock AgentCore
論文概要(Abstract) 本記事は https://arxiv.org/abs/2501.10236 の解説記事です。 自律AIエージェントがユーザーの代理で外部サービスにアクセスする際、「このエージェントは誰の権限で何をしてよいのか」を暗号的に保証する仕組みが欠けている。本論文では、署名付きDelegation Token(DT)、階層的ケイパビリティモデル、形式的な認可ロジックか...