AI-Gateway

(β˜… 976)

Labs to explore AI Models, MCP servers, and Agents with the AI Gateway powered by Azure API Management and Microsoft Foundry πŸš€

파일 탐색기

  • .editorconfig
  • .gitignore
  • .markdownlint.yaml
  • .python-version
  • AGENTS.md
  • CONTRIBUTING.md
  • LICENSE.md
  • pyproject.toml
  • pyrightconfig.json
  • README.md
  • SLIDES.md
  • uv.lock

# CDN으둜 μ‚¬μš©ν•˜κΈ°

jsDelivr

jsDelivrλŠ” 곡개 GitHub 리포지토리λ₯Ό 별도 μ„€μ • 없이 CDN으둜 μ¦‰μ‹œ μ„œλΉ™ν•©λ‹ˆλ‹€. 버전과 νŒŒμΌμ„ κ³ λ₯΄λ©΄ μ›ΉνŽ˜μ΄μ§€μ— λ°”λ‘œ 뢙일 수 μžˆλŠ” 링크와 μ˜ˆμ‹œ μ½”λ“œκ°€ λ§Œλ“€μ–΄μ§‘λ‹ˆλ‹€.

λͺ…λ Ήμ–΄ μš©μ–΄μ§‘

이 λ¬Έμ„œμ—μ„œ μ‚¬μš©λœ λͺ…λ Ήμ–΄λ₯Ό λͺ¨μ•„λ΄€μŠ΅λ‹ˆλ‹€. λ‚―μ„  λͺ…λ Ήμ–΄κ°€ μžˆλ‹€λ©΄ νŽΌμ³μ„œ ν™•μΈν•΄λ³΄μ„Έμš”.

πŸ”

git clone

μ„€λͺ… 보기 β–Ό

Clone an existing repository.

git clone {{remote_repository_location}} {{path/to/directory}}

Clone an existing repository into a new directory (the default directory is the repository name):

git clone --recursive {{remote_repository_location}}

Clone an existing repository and its submodules:

git clone {{[-n|--no-checkout]}} {{remote_repository_location}}

Clone only the `.git` directory of an existing repository:

πŸ”

powershell

μ„€λͺ… 보기 β–Ό

이 λͺ…령은 `powershell` λŒ€μ‹  `pwsh`λ₯Ό μ‚¬μš©ν•˜λŠ” 크둜슀 ν”Œλž«νΌ λ²„μ „μ˜ PowerShell(μ΄μ „μ—λŠ” PowerShell Core둜 μ•Œλ €μ§)κ³Ό ν˜Όλ™λ  수 μžˆμŠ΅λ‹ˆλ‹€.
Windows의 원본 `powershell` λͺ…령은 λ ˆκ±°μ‹œ Windows λ²„μ „μ˜ PowerShell(버전 5.1 μ΄ν•˜)을 μ‚¬μš©ν•˜λŠ” 데 μ—¬μ „νžˆ μ‚¬μš©ν•  수 μžˆμŠ΅λ‹ˆλ‹€.
더 λ§Žμ€ 정보: <https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_pwsh>.

tldr pwsh

μ΅œμ‹  크둜슀 ν”Œλž«νΌ λ²„μ „μ˜ PowerShell(버전 6 이상)의 λͺ…령에 λŒ€ν•œ λ¬Έμ„œ 보기:

powershell

λŒ€ν™”ν˜• μ‰˜ μ„Έμ…˜ μ‹œμž‘:

tldr powershell {{[-p|--platform]}} windows

λ ˆκ±°μ‹œ Windows PowerShell(버전 5.1 μ΄ν•˜)의 λͺ…령에 λŒ€ν•œ λ¬Έμ„œ 보기:

πŸ”

uv pip

μ„€λͺ… 보기 β–Ό

Provides pip-like commands for installing, uninstalling, and managing packages.

uv pip install {{package}}

Install a package:

uv pip install {{[-r|--requirements]}} {{requirements.txt}}

Install packages from a requirements file:

uv pip install {{package==1.2.3}}

Install a package with a specific version:

πŸ”

uv sync

μ„€λͺ… 보기 β–Ό

Update the project's environment to match the lockfile.

uv sync

Sync the project environment with the lockfile:

uv sync --all-extras

Sync and include all optional dependencies:

uv sync --extra {{extra_name}}

Sync with specific optional dependencies:

# ν”„λ‘œμ νŠΈ λ°°μ§€

// repository documentation