llm-functions
Easily create LLM tools and agents using plain Bash/JavaScript/Python functions.
파일 탐색기
최종 버전 다운로드 (.zip)- add_agent.md
- bug_report.md
- feature_request.md
- ci.yaml
- index.yaml
- README.md
- tools.sh
- tools.txt
- index.yaml
- README.md
- tools.js
- tools.py
- tools.sh
- tools.txt
- index.yaml
- package.json
- README.md
- tools.js
- index.yaml
- README.md
- tools.sh
- index.yaml
- README.md
- tools.sh
- agent.md
- argcfile.md
- environment-variables.md
- tool.md
- index.js
- package.json
- README.md
- index.js
- package.json
- README.md
- build-declarations.js
- build-declarations.py
- build-declarations.sh
- check-deps.sh
- create-tool.sh
- declarations-util.sh
- mcp.sh
- run-agent.js
- run-agent.py
- run-agent.sh
- run-mcp-tool.sh
- run-tool.js
- run-tool.py
- run-tool.sh
- demo_js.js
- demo_py.py
- demo_sh.sh
- execute_command.sh
- execute_js_code.js
- execute_py_code.py
- execute_sql_code.sh
- fetch_url_via_curl.sh
- fetch_url_via_jina.sh
- fs_cat.sh
- fs_ls.sh
- fs_mkdir.sh
- fs_patch.sh
- fs_rm.sh
- fs_write.sh
- get_current_time.sh
- get_current_weather.sh
- search_arxiv.sh
- search_wikipedia.sh
- search_wolframalpha.sh
- send_mail.sh
- send_twilio.sh
- web_search_aichat.sh
- web_search_perplexity.sh
- web_search_tavily.sh
- guard_operation.sh
- guard_path.sh
- patch.awk
- .gitignore
- Argcfile.sh
- LICENSE
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/sigoden/llm-functions
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd llm-functions
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
⚠️ 이 프로젝트는 규모가 큰 저장소라, 이 방법이 실제 핵심 제품이 아니라 내부 하위 패키지를 가리키는 것일 수 있습니다. README 전체를 함께 확인해보세요.
cd agents/json-viewer
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
// repository documentation
Was this content helpful?
(0 ratings)
