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

[YGBK#1]祝OSS化。A4A誕生秘話とその真相

 [YGBK#1]祝OSS化。A4A誕生秘話とその真相

Yabbaru-Ganbaru-Benkyo-Kai#1
Googleの ADK (Agent Development Kit) をベースに構築し、A2A (Agent to Agent) プロトコルでエージェント同士を連携させ、 AE (Agent Engine) へデプロイする"A4A on ADK via A2A for AE"についての解説です。
そもそもA4Aってなんやねん、何ができるの?と言うところから、コードまで解説しました!
https://zenn.dev/churadata/articles/0015498168c49f
https://connpass.com/event/385169/

Avatar for Keita Nakata

Keita Nakata

February 23, 2026

More Decks by Keita Nakata

Other Decks in Technology

Transcript

  1. cmd + space → "terminal" windows + r → "cmd"

    ハンズオン ターミナル開く
  2. curl -LsSf https://astral.sh/uv/install.sh | sh powershell -ExecutionPolicy ByPass -c "irm

    https://astral.sh/uv/install.ps1 | iex" ハンズオン セットアップ uv
  3. ハッカソン push git add . git commit -m "create first

    agent" git push フォークした リモートリポジトリに 変更反映