hermes-tool-router
Deterministic, fail-open tool routing for Hermes Agent with an optional local-model fallback.
File Explorer
- test.yml
- router_live_eval.json
- live_cases.json
- prompts.jsonl
- README.md
- run.py
- scoring.py
- v0.2-rc1.md
- architecture.md
- compatibility.md
- how-it-works.html
- live-evaluation-v0.2-rc1.md
- pre_turn_context_build_hook.md
- safety-model.md
- tool-router-flow.svg
- live_router_evaluator.py
- measure_schema_tokens.py
- SKILL.md
- smoke_hardening.py
- test_benchmark_scoring.py
- test_classifier.py
- test_compat.py
- test_config_v2.py
- test_diagnostics.py
- test_intent.py
- test_models.py
- test_policy_classifier_payload.py
- test_policy_v2.py
- test_recovery_schema_v2.py
- test_registry_adapter.py
- test_smoke_hardening.py
- test_state_v2.py
- test_tools.py
- .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
jsDelivrjsDelivr 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.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
python
View Details ▼
python
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 ▼
python3
This command is an alias of `python`.
tldr python
View documentation for the original command:
// repository documentation
Was this content helpful?
(0 ratings)
