AI Agent 개발에 필요한 개념들을 공부하며 정리한 노트입니다.
Study Period: 2025.09 - 2025.11 (Completed)
- Upgrade model references:
- Claude 3.5 Sonnet → claude-sonnet-4-6
- gemini-2.0-flash-exp → gemini-2.0-flash
- llama3.1 → llama3.3
- Update Python 3.10 → 3.12 and pgVector index ivfflat → hnsw
- Note Ubuntu 24.04 LTS viability replacing 22.04 recommendation
- Add LangChain ChatOllama import path migration warning
- Note AgentExecutor deprecation in favor of langgraph.prebuilt
- Add Transformer-replaced-RNN note in ML section