코드 분석 (Code Deep Dive)

이 섹션은 팀별 코드 분석 활동을 위한 가이드입니다. 각 팀은 Module 4의 A2A 멀티에이전트 아키텍처를 분석합니다.

팀 배정

분석 영역
핵심 파일

Team A

a2a-collaborator-agent/agent.py

Team B

a2a-connectivity-agent/agent_executer.py

Team C

config.yaml, Agent Card JSON

Team D

Collaborator 시스템 프롬프트, send_message_tool

학습 목표

  1. Team A: HostAgent가 Semaphore와 Backoff로 안정성을 확보하는 방법은?

  2. Team B: A2A Executor가 AgentCore Runtime을 호출하는 전체 흐름은?

  3. Team C: Agent Card가 에이전트 검색과 라우팅에 어떻게 사용되나요?

  4. Team D: LLM이 시스템 프롬프트만으로 올바른 에이전트를 선택할 수 있나요?

circle-info

소스 코드는 워크샵 환경의 /workspace/workshop-module-3/ 디렉토리에 있습니다.

마지막 업데이트