반응형
Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 | 31 |
Tags
- LLM
- 파워포인트) #집(zip)파일 #아래한글(HWP) #brute-force(무차별 대입)
- agent history
- pathlib.Path
- #다산 정약용 #유배지에서 보낸 편지 #도덕 #용기 #염 #주역 #호연지기 #효제 #근검
- ppt) 파일 #오피스(워드
- JSON
- Agent Persistence
- 인공지능
- 에이전트
- 오블완
- # 암호(비밀번호) 분실 # 암호(비밀번호) 찾기 #오피스(doc
- __repr()
- #선진국 대한민국 #선진국 #대한민국 #아이들 #청소년 #고민 #해결 #심리
- AGENT.PY
- AI MODEL
- list comprehension
- xls
- LLM.PY
- AI
- 파이썬
- AI Agent
- MAIN.PY
- 티스토리챌린지
- dictionary vs class
- Agent class
- 로그 파일(LOG FILE)
- 엑셀
- TOOLS.PY
- try / except / else / finally
Archives
- Today
- Total
목록MAIN.PY (1)
아톨러브
#-------- 1. tools.py 파일와 main.py 파일: main.py에서 tools 사용하기 # 파일1: tools.py def calculator(expr): return eval(expr) def word_count(text): return len(text.split()) REGISTRY = {"calculator":calculator, "word_count":word_count} # 파일2: main.py import tools from tools import REGISTRY, word_count print(tools.calculator("8*5")) print(word_count("에이전트는 루프입니다..
AI, 클라우드, 문서, 자동화/AI_AGENT
2026. 8. 24. 22:06
