donna-starter

(★ 88)

Donna — a starter Hermes Agent profile: opinionated persona, 73 curated skills, guided first-run orientation, optional Token Router. MIT.

파일 탐색기

  • .env.example
  • .gitignore
  • AGENTS.md
  • CHANGELOG.md
  • config.yaml
  • LICENSE
  • profile.yaml
  • README.md
  • SOUL.md

# CDN으로 사용하기

jsDelivr

jsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.

명령어 용어집

이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.

🔍

deepseek

설명 보기 ▼

DeepSeek Coder 모델을 사용하는 AI 코딩 어시스턴트.
더 많은 정보: <https://github.com/holasoymalva/deepseek-cli#cli-commands>.

deepseek

대화형 모드를 시작:

deepseek chat "{{write a Python function for binary search}}"

단일 프롬프트를 실행:

deepseek --model {{deepseek-coder:6.7b}}

특정 모델을 사용하여 대화형 모드를 시작:

🔍

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:

🔍

git

설명 보기 ▼

분산 버전 관리 시스템.
`commit`, `add`, `branch`, `checkout`, `push` 등의 특정 하위 명령어는 고유의 문서가 따로 있습니다.
더 많은 정보: <https://git-scm.com/docs/git>.

git init

하위 명령어 실행:

git clone {{https://example.com/repo.git}}

특정 레파지토리 위치에서 Git 하위 명령어 실행:

git status

주어진 설정으로 Git 하위 명령어 실행:

🔍

tts

설명 보기 ▼

음성을 합성합니다.
더 많은 정보: <https://github.com/coqui-ai/TTS#command-line-tts>.

tts --text "{{text}}"

기본 모델로 텍스트를 음성으로 변환하고 출력을 "tts_output.wav"에 저장:

tts --list_models

제공된 모델 나열:

tts --model_info_by_idx {{model_type/model_query_idx}}

인덱스로 모델 정보 조회:

# 프로젝트 배지

  • Donna Donna
// repository documentation