hermes-tool-router

(★ 108)

Deterministic, fail-open tool routing for Hermes Agent with an optional local-model fallback.

File Explorer

  • .gitignore
  • __init__.py
  • CHANGELOG.md
  • classifier.py
  • compat.py
  • config.py
  • config.yaml
  • diagnostics.py
  • intent.py
  • LICENSE
  • models.py
  • plugin.yaml
  • policy.py
  • pyproject.toml
  • README.md
  • registry_adapter.py
  • requirements.txt
  • state.py
  • tools.py

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

🔍

python

View Details ▼

Python language interpreter.

python

Start a REPL (interactive shell):

python {{path/to/file.py}}

Execute a specific Python file:

python -i {{path/to/file.py}}

Execute a specific Python file and start a REPL:

🔍

python3

View Details ▼

This command is an alias of `python`.

tldr python

View documentation for the original command:

// repository documentation