paw-agents

(β˜… 22)

🐾 PAW Agents β€” The operating system for autonomous AI workers. Safe, extensible, traceable AI execution for Solana and beyond.

파일 탐색기

  • .env.example
  • .gitignore
  • COMPETITIVE_RESEARCH_2026_04.md
  • jest.config.js
  • LICENSE
  • LOGO.png
  • LOGOTRANSPARENT.png
  • package-lock.json
  • package.json
  • README.md
  • tsconfig.json

# 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:

πŸ”

npm install

μ„€λͺ… 보기 β–Ό

Install Node packages.

npm {{[i|install]}}

Install dependencies listed in `package.json`:

npm {{[i|install]}} {{package_name}}@{{version}}

Download a specific version of a package and add it to the list of dependencies in `package.json`:

npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}

Download the latest version of a package and add it to the list of dev dependencies in `package.json`:

πŸ”

npm run

μ„€λͺ… 보기 β–Ό

Run a script.

npm run

List available scripts:

npm run {{script_name}}

Run a script:

npm run {{script_name}} -- {{argument}} {{--option}}

Pass arguments to a script:

πŸ”

npm start

μ„€λͺ… 보기 β–Ό

This command is an alias of `npm run start`.

tldr npm run

View documentation for the original command:

πŸ”

npx

μ„€λͺ… 보기 β–Ό

이 λͺ…령은 `npm exec`의 λ³„μΉ­μž…λ‹ˆλ‹€.

tldr npm exec

μžμ„Έν•œ λ‚΄μš©μ€ 원본 λͺ…령을 μ°Έκ³ ν•˜μ„Έμš”:

πŸ”

ollama

μ„€λͺ… 보기 β–Ό

λŒ€κ·œλͺ¨ μ–Έμ–΄ λͺ¨λΈ μ‹€ν–‰κΈ°.
μ‚¬μš© κ°€λŠ₯ν•œ λͺ¨λΈ λͺ©λ‘μ€ <https://ollama.com/library>λ₯Ό μ°Έμ‘°ν•˜μ„Έμš”.
더 λ§Žμ€ 정보: <https://docs.ollama.com/cli>.

ollama serve

λ‹€λ₯Έ λͺ…령을 μ‹€ν–‰ν•˜λŠ” 데 ν•„μš”ν•œ 데λͺ¬ μ‹œμž‘:

ollama run {{model}}

λͺ¨λΈμ„ μ‹€ν–‰ν•˜κ³  λŒ€ν™”:

ollama run {{model}} --think=false "{{prompt}}"

단일 ν”„λ‘¬ν”„νŠΈλ‘œ λͺ¨λΈμ„ μ‹€ν–‰ν•˜λ©°, thinking κΈ°λŠ₯을 λΉ„ν™œμ„±ν™”:

// repository documentation