donna-starter

(★ 88)

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

File Explorer

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

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

deepseek

View Details ▼

An AI coding assistant using DeepSeek Coder models.

deepseek

Start interactive mode:

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

Run a single prompt:

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

Start interactive mode with a specific model:

🔍

git clone

View Details ▼

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

View Details ▼

Distributed version control system.
Some subcommands such as `commit`, `add`, `branch`, `switch`, `push`, etc. have their own usage documentation.

git init

Create an empty Git repository:

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

Clone a remote Git repository from the internet:

git status

View the status of the local repository:

🔍

tts

View Details ▼

Synthesize speech.

tts --text "{{text}}"

Run text-to-speech with the default models, writing the output to "tts_output.wav":

tts --list_models

List provided models:

tts --model_info_by_idx {{model_type/model_query_idx}}

Query info for a model by idx:

# Project Badges

  • Donna Donna
// repository documentation