hermes-agent/tui_gateway
Teknium f795812c16
feat: profiles.describe/profiles.configure ws RPC for profile editors (#85216)
profiles.list/create (#85093) let plugins enumerate and create profiles
but not read or modify an existing profile's configuration over ws.
profiles.describe returns the full editor snapshot (description, SOUL.md,
model pin, per-skill enablement via the disabled-list model, per-toolset
enablement via the tools.enabled_toolsets pin); profiles.configure
applies any subset (description via write_profile_meta, soul, model via
_write_profile_model, disabled_skills replace-semantics via
save_disabled_skills, enabled_toolsets replace-semantics with empty-list
clearing the pin) independently and best-effort, reporting per-section
results. Both scoped via the HERMES_HOME override and pool-dispatched.
2026-08-13 03:12:10 -07:00
..
__init__.py
_stdin_recovery.py
compute_host.py
entry.py
event_publisher.py
git_probe.py
host_supervisor.py
loop_noise.py
method_ctx.py
methods_complete.py
methods_config.py
methods_images.py feat: image.generate ws RPC for plugin surfaces (#85183) 2026-08-13 02:30:09 -07:00
methods_profiles.py feat: profiles.describe/profiles.configure ws RPC for profile editors (#85216) 2026-08-13 03:12:10 -07:00
methods_prompt.py refactor(gateway/desktop): consent-first truncation precedence + dedup (simplify pass) 2026-08-13 13:35:55 +05:30
methods_session.py
methods_tools.py
project_tree.py
render.py
server.py feat: profiles.describe/profiles.configure ws RPC for profile editors (#85216) 2026-08-13 03:12:10 -07:00
slash_fuzzy.py
slash_worker.py
synthetic_turn.py
transport.py
turn_marker.py
ws.py