hermes-agent/tools
Teknium 261e2ee862 fix: restore Path import in env_passthrough.py (removed by #5526)
The ContextVar migration removed 'from pathlib import Path' but Path
is still used in _load_config_passthrough(). Without this import,
config-based env passthrough would raise NameError.
2026-04-06 12:42:16 -07:00
..
browser_providers Gate tool-gateway behind an env var, so it's not in users' faces until we're ready. Even if users enable it, it'll be blocked server-side for now, until we unlock for non-admin users on tool-gateway. 2026-03-30 13:28:10 +09:00
environments feat: execute_code runs on remote terminal backends (#5088) 2026-04-04 12:57:49 -07:00
neutts_samples
__init__.py Merge branch 'main' into rewbs/tool-use-charge-to-subscription 2026-03-31 08:48:54 +09:00
ansi_strip.py
approval.py security(approval): fix privilege escalation in gateway once-approval logic 2026-04-05 12:31:27 -07:00
browser_camofox_state.py feat(browser): add persistent Camofox sessions and VNC URL discovery (salvage #4400) (#4419) 2026-04-01 04:18:50 -07:00
browser_camofox.py security: redact secrets from auxiliary and vision LLM responses 2026-04-01 12:03:56 -07:00
browser_tool.py feat(browser): add JS evaluation via browser_console expression parameter (#5303) 2026-04-05 12:42:52 -07:00
checkpoint_manager.py
clarify_tool.py
code_execution_tool.py feat: execute_code runs on remote terminal backends (#5088) 2026-04-04 12:57:49 -07:00
credential_files.py security(gateway): isolate env/credential registries using ContextVars 2026-04-06 12:42:16 -07:00
cronjob_tools.py fix(cron): harden scheduler against path traversal and env leaks 2026-04-06 12:42:16 -07:00
debug_helpers.py feat: centralized logging, instrumentation, hermes logs CLI, gateway noise fix (#5430) 2026-04-06 00:08:20 -07:00
delegate_tool.py fix: link subagent sessions to parent and hide from session list 2026-04-05 12:48:50 -07:00
env_passthrough.py fix: restore Path import in env_passthrough.py (removed by #5526) 2026-04-06 12:42:16 -07:00
file_operations.py fix: remove stale test skips, fix regex backtracking, file search bug, and test flakiness 2026-04-04 10:18:57 -07:00
file_tools.py perf: fix O(n²) catastrophic backtracking in redact regex + reorder file read guard 2026-04-03 22:40:37 -07:00
fuzzy_match.py
homeassistant_tool.py
image_generation_tool.py Gate tool-gateway behind an env var, so it's not in users' faces until we're ready. Even if users enable it, it'll be blocked server-side for now, until we unlock for non-admin users on tool-gateway. 2026-03-30 13:28:10 +09:00
interrupt.py
managed_tool_gateway.py fix(tools): add debug logging for token refresh and tighten domain check 2026-04-02 12:40:03 +11:00
mcp_oauth.py feat: implement MCP OAuth 2.1 PKCE client support (#5420) 2026-04-05 22:08:00 -07:00
mcp_tool.py feat: implement MCP OAuth 2.1 PKCE client support (#5420) 2026-04-05 22:08:00 -07:00
memory_tool.py fix(memory): profile-scoped memory isolation and clone support (#4845) 2026-04-03 13:10:11 -07:00
mixture_of_agents_tool.py
neutts_synth.py
openrouter_client.py
osv_check.py feat: OSV malware check for MCP extension packages (#5305) 2026-04-05 12:46:07 -07:00
patch_parser.py
process_registry.py
registry.py
rl_training_tool.py
send_message_tool.py fix(matrix): E2EE cron delivery via live adapter + HTML formatting + origin fallback 2026-04-05 11:07:47 -07:00
session_search_tool.py
skill_manager_tool.py feat: wire skills.external_dirs into all remaining discovery paths 2026-04-03 21:14:42 -07:00
skills_guard.py
skills_hub.py feat(skills): size limits for agent writes + fuzzy matching for patch (#4414) 2026-04-01 04:19:19 -07:00
skills_sync.py
skills_tool.py feat: wire skills.external_dirs into all remaining discovery paths 2026-04-03 21:14:42 -07:00
terminal_tool.py feat: add exit code context for common CLI tools in terminal results (#5144) 2026-04-04 16:57:24 -07:00
tirith_security.py
todo_tool.py
tool_backend_helpers.py Merge branch 'main' into rewbs/tool-use-charge-to-subscription 2026-03-31 08:48:54 +09:00
transcription_tools.py refactor: simplify and harden PR fixes after review 2026-04-03 00:50:17 -07:00
tts_tool.py feat: add MiniMax TTS provider support (speech-2.8) 2026-04-03 22:42:14 -07:00
url_safety.py
vision_tools.py fix: background task media delivery + vision download timeout (#3919) 2026-03-30 02:59:39 -07:00
voice_mode.py fix: allow voice mode in WSL when PulseAudio bridge is configured 2026-03-31 12:13:33 -07:00
web_tools.py fix: web_extract fast-fail on scrape timeout + summarizer resilience 2026-04-05 11:16:45 -07:00
website_policy.py