Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Agent ServerはWeb Serverではない。ADKで考えるAgentOps

Sponsored · SiteGround - Reliable hosting with speed, security, and support you can count on.

Agent ServerはWeb Serverではない。ADKで考えるAgentOps

Avatar for 為藤アキラ

為藤アキラ

March 12, 2026
Tweet

More Decks by 為藤アキラ

Other Decks in Technology

Transcript

  1. 01 なぜ今、AgentOps なのか Prompt → Agent → Ops — AI開発の重心が移動している

    Agent Ops 2026 Prompt Engineering 2023 / 2024 Agent Framework 2025 AIは生成から自律システムへ進化し、運用フェーズへ ©Blueish 2026. All rights reserved.
  2. 02 急速に進化するAgent基盤。ADK!! Google Agent Development Kit のアップデート履歴 2025.04 ADK OSS

    公開 2025.06 Agent Frameworkの基礎整備 2025.07 Agent Runtime周りの強化 2025.08 Streaming / MCP対応 2025.09 Agent Server化 2025.10 Agent Evaluationの対応 2025.12 Agent ↔ Gemini Interactions API統合
 2026.01 Agent Observability / Runtime標準化 2026.02 Agent Skills対応!!! ©Blueish 2026. All rights reserved.
  3. 02 急速に進化するAgent基盤 - ADK (重要箇所) ADK開発者も「agentic workflows require stateful APIs」と提唱

    2025.12 Agent ↔ Gemini Interactions API統合 ※ここでstateless LLM → stateful Agentに移行
 2026.01 Agent Observability / Runtime標準化 ※ここでやっとObservability & Tracing周りが強化 2026.02 Agent Skills対応!!! ※ここでLLMOps → AgentOpsの思想が出来た。 agent └ tools agent └ skills | tools | reasoning └ workflows 2025.09 Agent Server化 ※ここでAgent = サーバープロセスという思想が出来た 2025.10 Agent Evaluationの対応 ※ここでLLMOps → AgentOpsの思想が出来た ©Blueish 2026. All rights reserved.
  4. 03 ADKの設計思想 "make agent development feel more like software development"

    エージェント開発をソフトウェア開発に近い感覚で行えるように設計 ©Blueish 2026. All rights reserved.
  5. 04 ADK のコア構成要素 Instruction / Tools / Model — 3つの柱と

    Agent タイプ ©Blueish 2026. All rights reserved.
  6. 05 Stateless から Stateful へ Web Server と Agent Server

    の根本的な違い ©Blueish 2026. All rights reserved.
  7. 08 Agent Runtime Architecture ※ADK / OpenAI Agents SDK /

    LangGraph、どのフレームワークもこの4層を内包している ©Blueish 2026. All rights reserved.