memmy-agent

(ā˜… 908)

šŸ™ A personal AI agent & local memory hub for all AI agents, gives every AI one shared, fully controlled memory and persistent context — all AI remember the same you. Now supports Claude Code, Codex, OpenClaw and Hermes Agent etc.

ķŒŒģ¼ ķƒģƒ‰źø°

  • .env.example
  • .gitignore
  • LICENSE
  • package-lock.json
  • package.json
  • README.md
  • README.zh-CN.md
  • tsconfig.base.json
  • 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:

šŸ”

node

설명 볓기 ā–¼

ģ„œė²„ ģø” JavaScript ķ”Œėž«ķ¼ (Node.js).
ė” ė§Žģ€ 정볓: <https://nodejs.org/docs/latest/api/cli.html#options>.

node {{path/to/file}}

JavaScript ķŒŒģ¼ 실행:

node

REPL(ėŒ€ķ™”ķ˜• ģ…ø) ģ‹œģž‘:

node --watch {{path/to/file}}

ģ§€ģ •ėœ ķŒŒģ¼ģ„ ģ‹¤ķ–‰ķ•˜ź³  ź°€ģ øģ˜Ø ķŒŒģ¼ģ“ 변경될 ė•Œ ķ”„ė”œģ„øģŠ¤ė„¼ ģž¬ģ‹œģž‘ (Node.js 버전 18.11+ ķ•„ģš”):

šŸ”

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:

// repository documentation