Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 543 Bytes

File metadata and controls

15 lines (11 loc) · 543 Bytes

ADR 0001: Use GitHub Copilot SDK for repository analysis

Status

Accepted

Context

Repo Bootcamp needs agentic repository exploration with tool-calling, multi-turn reasoning, and model portability.

Decision

Use the GitHub Copilot SDK as the core AI orchestration layer for analysis and interactive Q&A flows.

Consequences

  • Enables structured tool-calling and streaming analysis flows.
  • Keeps model/provider concerns encapsulated in agent/session setup.
  • Requires SDK credentials/runtime availability for full functionality.