Skip to content

Releases: emredeveloper/deepseek-harness-huggingface

v0.1.0 — Hugging Face Hub Search Plugin

Choose a tag to compare

@emredeveloper emredeveloper released this 13 Aug 13:33

Hugging Face Hub Search Plugin v0.1.0

Initial community release for DeepSeek Harness.

Features

  • Adds the hf_search_models tool.
  • Searches public Hugging Face Hub models.
  • Supports text search, result limits, and pipeline-task filtering.
  • Uses the public Hugging Face API without requiring an API token.
  • Performs read-only HTTP GET requests.

Installation

Clone the repository and build the plugin:

npm install
npm run typecheck
npm run build

**Full Changelog**: https://github.com/emredeveloper/deepseek-harness-huggingface/commits/v0.1.0