Add conditional web tools to LLM agent

This commit is contained in:
2026-05-03 00:55:56 +09:00
parent 82f98ceb07
commit b28f163217
3 changed files with 185 additions and 3 deletions

View File

@@ -105,6 +105,12 @@ bun run test:llm
- 현재 런타임 설정 조회
- 주요 bun 명령 목록 조회
- 간단한 산술식 계산
- 웹 검색
- URL 본문 읽기
동작 원칙:
- 일반 대화는 로컬 LLM만 답변
- 최신 정보, 뉴스, 사실 확인, 검색 요청일 때만 웹 도구 사용
## Windows용 .env 예시