hermes-agent/plugins
kshitij 151e72a5fc refactor: simplify pairing check return and drop over-defensive getattr
Follow-up cleanup from /simplify-code review:
- Replace 'if X: return True / return False' with 'return X'
- Replace 'getattr(source, "chat_type", None) or ""' with 'source.chat_type'
  (SessionSource.chat_type is a non-optional str field)
2026-08-01 12:38:38 +05:30
..
browser
context_engine
cron_providers fix(cron): set headers for chronos JWKS requests 2026-07-31 10:17:30 -04:00
dashboard_auth fix(dashboard): set headers for Nous JWKS requests 2026-07-31 10:17:30 -04:00
disk-cleanup fix(disk-cleanup): re-validate stale test entries and protect new dirs from sweep 2026-07-31 22:36:04 -07:00
google_meet
hermes-achievements
image_gen
kanban
memory fix(hindsight): create embedded profile env file owner-only (0600) 2026-07-31 22:39:34 -07:00
model-providers
observability
platforms refactor: simplify pairing check return and drop over-defensive getattr 2026-08-01 12:38:38 +05:30
security-guidance
spotify
teams_pipeline
video_gen
web
__init__.py
plugin_utils.py