2026-07-21 21:02:06 -03:00
|
|
|
# services/hermes/kustomization.yaml
|
|
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
|
kind: Kustomization
|
|
|
|
|
namespace: hermes
|
2026-09-13 16:15:50 -05:00
|
|
|
metadata:
|
|
|
|
|
annotations:
|
|
|
|
|
hermes.bstein.dev/agent-image-release-hold: "true"
|
|
|
|
|
hermes.bstein.dev/agent-image-release-hold-digest: "sha256:bebfe9c24cdd877ed2c16335027ccf393892161642756f54e8d12984eefdd903"
|
|
|
|
|
hermes.bstein.dev/agent-image-release-hold-minimum-source: "106ee8ce14aa67c3825fca6fb537a557b44ecd86"
|
|
|
|
|
hermes.bstein.dev/agent-image-release-hold-reason: "Hold the verified SQLite 3.51.3 runtime until the normal Hermes release includes it."
|
2026-08-13 00:22:55 -03:00
|
|
|
images:
|
|
|
|
|
- name: registry.bstein.dev/bstein/hermes-agent
|
2026-09-13 15:46:39 -05:00
|
|
|
# Hold this verified SQLite fix until the normal image release includes it.
|
|
|
|
|
digest: sha256:bebfe9c24cdd877ed2c16335027ccf393892161642756f54e8d12984eefdd903
|
2026-07-21 21:02:06 -03:00
|
|
|
resources:
|
|
|
|
|
- namespace.yaml
|
2026-08-23 13:41:58 -03:00
|
|
|
- image.yaml
|
2026-08-16 20:41:14 -03:00
|
|
|
- scm-common
|
2026-08-02 02:30:44 -03:00
|
|
|
- vault-serviceaccount.yaml
|
2026-07-21 21:02:06 -03:00
|
|
|
- configmap.yaml
|
2026-08-08 17:59:45 -03:00
|
|
|
- agent-configmap.yaml
|
|
|
|
|
- chat-configmap.yaml
|
2026-08-11 20:22:26 -03:00
|
|
|
- switchyard-configmap.yaml
|
2026-07-21 21:02:06 -03:00
|
|
|
- rbac.yaml
|
2026-08-15 13:22:01 -03:00
|
|
|
- node-ssh-access.yaml
|
2026-07-21 21:02:06 -03:00
|
|
|
- pvc.yaml
|
2026-08-11 20:22:26 -03:00
|
|
|
- switchyard-pvc.yaml
|
|
|
|
|
- routing-catalog-pvc.yaml
|
2026-08-08 21:28:33 -03:00
|
|
|
- chat-pvcs.yaml
|
2026-08-11 01:51:30 -03:00
|
|
|
- oauth-session-store.yaml
|
2026-08-01 22:38:07 -03:00
|
|
|
- model-gate-rbac.yaml
|
2026-08-11 05:20:18 -03:00
|
|
|
- local-image-rbac.yaml
|
2026-08-01 22:38:07 -03:00
|
|
|
- ariadne-handoff-rbac.yaml
|
|
|
|
|
- model-gate-state.yaml
|
|
|
|
|
- model-gate-configmap.yaml
|
|
|
|
|
- model-gate-deployment.yaml
|
2026-08-11 20:22:26 -03:00
|
|
|
- switchyard-deployment.yaml
|
2026-08-11 05:20:18 -03:00
|
|
|
- image-policy-configmap.yaml
|
2026-08-01 22:38:07 -03:00
|
|
|
- networkpolicy.yaml
|
2026-08-11 05:20:18 -03:00
|
|
|
- local-image-deployment.yaml
|
2026-07-21 21:02:06 -03:00
|
|
|
- deployment.yaml
|
2026-08-08 17:59:45 -03:00
|
|
|
- agent-deployment.yaml
|
2026-08-10 00:42:37 -03:00
|
|
|
- voice-deployment.yaml
|
2026-08-08 17:59:45 -03:00
|
|
|
- chat-statefulset.yaml
|
2026-08-08 23:24:58 -03:00
|
|
|
- chat-sandbox.yaml
|
2026-08-08 17:59:45 -03:00
|
|
|
- chat-router.yaml
|
2026-07-21 21:02:06 -03:00
|
|
|
- service.yaml
|
2026-08-11 20:22:26 -03:00
|
|
|
- switchyard-service.yaml
|
2026-08-02 02:30:44 -03:00
|
|
|
- oauth2-proxy.yaml
|
2026-07-21 21:02:06 -03:00
|
|
|
- agent-certificate.yaml
|
|
|
|
|
- agent-ingress.yaml
|
2026-08-17 16:31:15 +00:00
|
|
|
- execution-worker-rbac.yaml
|
2026-08-24 05:47:46 -03:00
|
|
|
- hux-evidence-rbac.yaml
|
2026-08-24 13:33:48 -03:00
|
|
|
- chat-cluster-read-rbac.yaml
|
2026-08-17 16:31:15 +00:00
|
|
|
- execution-worker-statefulset.yaml
|
|
|
|
|
- execution-mediator.yaml
|
|
|
|
|
- execution-worker-networkpolicy.yaml
|
|
|
|
|
patches:
|
|
|
|
|
- path: execution-coordinator-patch.yaml
|
2026-08-01 22:38:07 -03:00
|
|
|
configMapGenerator:
|
2026-08-09 13:40:58 -03:00
|
|
|
- name: hermes-chat-oauth-templates
|
|
|
|
|
namespace: hermes
|
|
|
|
|
files:
|
|
|
|
|
- error.html=oauth2-proxy-templates/error.html
|
|
|
|
|
options:
|
|
|
|
|
disableNameSuffixHash: true
|
2026-08-03 23:28:36 -03:00
|
|
|
- name: hermes-operator-guide
|
|
|
|
|
namespace: hermes
|
|
|
|
|
files:
|
|
|
|
|
- OPERATOR-RUNBOOK.md=NOTES.md
|
|
|
|
|
options:
|
|
|
|
|
disableNameSuffixHash: true
|
2026-08-17 16:31:15 +00:00
|
|
|
- name: hermes-execution-pool
|
|
|
|
|
namespace: hermes
|
|
|
|
|
files:
|
2026-08-22 22:52:15 -03:00
|
|
|
- claude_oauth_exec=scripts/claude_oauth_exec
|
2026-08-17 16:31:15 +00:00
|
|
|
- cli_lane_board.py=scripts/cli_lane_board.py
|
|
|
|
|
- cli_lane_capabilities.py=scripts/cli_lane_capabilities.py
|
|
|
|
|
- cli_lane_config.py=scripts/cli_lane_config.py
|
|
|
|
|
- cli_lane_dispatch.py=scripts/cli_lane_dispatch.py
|
|
|
|
|
- cli_lane_evidence.py=scripts/cli_lane_evidence.py
|
|
|
|
|
- cli_lane_execution.py=scripts/cli_lane_execution.py
|
2026-08-18 16:57:10 -03:00
|
|
|
- cli_lane_failover.py=scripts/cli_lane_failover.py
|
2026-08-17 16:31:15 +00:00
|
|
|
- cli_lane_files.py=scripts/cli_lane_files.py
|
|
|
|
|
- cli_lane_finalization.py=scripts/cli_lane_finalization.py
|
|
|
|
|
- cli_lane_goal.py=scripts/cli_lane_goal.py
|
2026-08-18 16:57:10 -03:00
|
|
|
- cli_lane_health.py=scripts/cli_lane_health.py
|
|
|
|
|
- cli_lane_metrics.py=scripts/cli_lane_metrics.py
|
2026-08-17 16:31:15 +00:00
|
|
|
- cli_lane_prompt.py=scripts/cli_lane_prompt.py
|
|
|
|
|
- cli_lane_provider.py=scripts/cli_lane_provider.py
|
|
|
|
|
- cli_lane_quarantine.py=scripts/cli_lane_quarantine.py
|
2026-08-18 16:57:10 -03:00
|
|
|
- cli_lane_quota.py=scripts/cli_lane_quota.py
|
2026-08-17 16:31:15 +00:00
|
|
|
- cli_lane_records.py=scripts/cli_lane_records.py
|
|
|
|
|
- cli_lane_recovery.py=scripts/cli_lane_recovery.py
|
|
|
|
|
- cli_lane_retention.py=scripts/cli_lane_retention.py
|
2026-09-13 15:04:01 -05:00
|
|
|
- cli_lane_route_quality.py=scripts/cli_lane_route_quality.py
|
2026-08-17 16:31:15 +00:00
|
|
|
- cli_lane_routing.py=scripts/cli_lane_routing.py
|
|
|
|
|
- cli_lane_runner.py=scripts/cli_lane_runner.py
|
2026-09-13 14:02:20 -05:00
|
|
|
- routing_catalog.py=scripts/routing_catalog.py
|
2026-09-13 15:04:01 -05:00
|
|
|
- provider_model_catalog.py=scripts/provider_model_catalog.py
|
|
|
|
|
- model_evaluation_evidence.py=scripts/model_evaluation_evidence.py
|
2026-08-17 16:31:15 +00:00
|
|
|
- execution_pool_protocol.py=scripts/execution_pool_protocol.py
|
hermes: make pool lease recovery and release isolation safe
Independent review t_5975c06a blocked this branch on a P1: a Kanban write that
failed while a lease expired left a `lease_failed` row that was invisible to
every pass, immortal to garbage collection, and fatal to the coordinator. It
poisoned `reconcile()` forever with a conflicting-duplicate primary key,
produced a spurious capability `block_task` from `dispatch()`, and -- because
startup maintenance ran unguarded before the port bound, against a store on a
PVC -- crash-looped the coordinator with no automatic recovery.
`lease_failed` is now a retryable state that every maintenance pass drains, and
a row only reaches a terminal state on authoritative evidence about its exact
Kanban run, so nothing is collected before its outcome is known and nothing is
silently dropped. Each row, task, and board is processed in isolation, and a
coordinator-side fault is never converted into a Kanban mutation. Startup runs
through the same guarded cycle as the steady-state loop.
The wire protocol and the durable store are now separate modules, and the
maintenance passes moved out of the coordinator, so each file stays under the
managed line ceiling with room for the recovery logic.
Also closes three consequential handoff risks the same review raised:
* mediator-N pinned itself hard to worker-N while sharing a ReadWriteOnce
claim, so a drain or preemption that moved only the lower-priority worker
deadlocked the ordinal on Multi-Attach until an operator deleted a Pod. The
shared workspace is now ReadWriteMany (as the hermes-chat tenant workspaces
already are on the same class), colocation is a preference, and the mediator
shares the worker's preemption priority, so each Pod reschedules on its own.
* the broker permits only branch creation, so a retry that added commits could
never submit and the run's work was discarded with the failure. Submission
now targets a fresh attempt- or content-scoped ref in the same reviewed
namespace -- never an update -- and is idempotent under replay. A refused
submission downgrades the result and says why instead of unwinding the run.
* the provider CLIs were reinstalled into an emptyDir on every Pod start inside
the 10m Flux health window for the whole hermes app. They now install once
per pinned version onto a durable volume, re-verified against the real
binaries and time-bounded, and the best-effort pool no longer gates the
health of the app its dependents wait on.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-17 16:31:15 +00:00
|
|
|
- execution_pool_store.py=scripts/execution_pool_store.py
|
2026-08-17 16:31:15 +00:00
|
|
|
- execution_pool_project.py=scripts/execution_pool_project.py
|
|
|
|
|
- execution_pool_coordinator.py=scripts/execution_pool_coordinator.py
|
hermes: make pool lease recovery and release isolation safe
Independent review t_5975c06a blocked this branch on a P1: a Kanban write that
failed while a lease expired left a `lease_failed` row that was invisible to
every pass, immortal to garbage collection, and fatal to the coordinator. It
poisoned `reconcile()` forever with a conflicting-duplicate primary key,
produced a spurious capability `block_task` from `dispatch()`, and -- because
startup maintenance ran unguarded before the port bound, against a store on a
PVC -- crash-looped the coordinator with no automatic recovery.
`lease_failed` is now a retryable state that every maintenance pass drains, and
a row only reaches a terminal state on authoritative evidence about its exact
Kanban run, so nothing is collected before its outcome is known and nothing is
silently dropped. Each row, task, and board is processed in isolation, and a
coordinator-side fault is never converted into a Kanban mutation. Startup runs
through the same guarded cycle as the steady-state loop.
The wire protocol and the durable store are now separate modules, and the
maintenance passes moved out of the coordinator, so each file stays under the
managed line ceiling with room for the recovery logic.
Also closes three consequential handoff risks the same review raised:
* mediator-N pinned itself hard to worker-N while sharing a ReadWriteOnce
claim, so a drain or preemption that moved only the lower-priority worker
deadlocked the ordinal on Multi-Attach until an operator deleted a Pod. The
shared workspace is now ReadWriteMany (as the hermes-chat tenant workspaces
already are on the same class), colocation is a preference, and the mediator
shares the worker's preemption priority, so each Pod reschedules on its own.
* the broker permits only branch creation, so a retry that added commits could
never submit and the run's work was discarded with the failure. Submission
now targets a fresh attempt- or content-scoped ref in the same reviewed
namespace -- never an update -- and is idempotent under replay. A refused
submission downgrades the result and says why instead of unwinding the run.
* the provider CLIs were reinstalled into an emptyDir on every Pod start inside
the 10m Flux health window for the whole hermes app. They now install once
per pinned version onto a durable volume, re-verified against the real
binaries and time-bounded, and the best-effort pool no longer gates the
health of the app its dependents wait on.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-17 16:31:15 +00:00
|
|
|
- execution_pool_maintenance.py=scripts/execution_pool_maintenance.py
|
2026-08-17 16:31:15 +00:00
|
|
|
- execution_pool_server.py=scripts/execution_pool_server.py
|
|
|
|
|
- execution_pool_client.py=scripts/execution_pool_client.py
|
|
|
|
|
- execution_pool_worker.py=scripts/execution_pool_worker.py
|
2026-09-13 17:54:54 -05:00
|
|
|
- execution_pool_resume.py=scripts/execution_pool_resume.py
|
2026-08-17 16:31:15 +00:00
|
|
|
- execution_pool_scm.py=scripts/execution_pool_scm.py
|
2026-09-13 15:04:01 -05:00
|
|
|
- supervisor_lineage.py=scripts/supervisor_lineage.py
|
|
|
|
|
- supervisor_state.py=scripts/supervisor_state.py
|
2026-09-13 17:54:54 -05:00
|
|
|
- publication_retry.py=scripts/publication_retry.py
|
|
|
|
|
- scm_resume_bootstrap.py=scripts/scm_resume_bootstrap.py
|
|
|
|
|
- bootstrap_soteria_publication_retry.py=scripts/bootstrap_soteria_publication_retry.py
|
2026-09-13 15:04:01 -05:00
|
|
|
- seed_legacy_scm_roots.py=scripts/seed_legacy_scm_roots.py
|
|
|
|
|
- deadline_http.py=scm-common/scripts/deadline_http.py
|
2026-08-17 16:31:15 +00:00
|
|
|
- gitea_api_policy.py=scm-common/scripts/gitea_api_policy.py
|
|
|
|
|
- scm_broker_client.py=scm-common/scripts/scm_broker_client.py
|
2026-09-13 15:04:01 -05:00
|
|
|
- scm_task_grants.py=scm-common/scripts/scm_task_grants.py
|
|
|
|
|
- scm_task_drafts.py=scm-common/scripts/scm_task_drafts.py
|
|
|
|
|
- scm_task_adoptions.py=scm-common/scripts/scm_task_adoptions.py
|
2026-08-17 16:31:15 +00:00
|
|
|
- stage_runtime_access.py=scripts/stage_runtime_access.py
|
2026-08-08 17:59:45 -03:00
|
|
|
- name: hermes-coordinator
|
|
|
|
|
namespace: hermes
|
|
|
|
|
files:
|
2026-08-23 00:42:39 -03:00
|
|
|
- ai_usage_claude.py=scripts/ai_usage_claude.py
|
2026-08-17 15:33:56 +00:00
|
|
|
- ai_usage_codex.py=scripts/ai_usage_codex.py
|
2026-08-16 05:13:20 -03:00
|
|
|
- ai_usage_exporter.py=scripts/ai_usage_exporter.py
|
2026-08-17 15:33:56 +00:00
|
|
|
- ai_usage_http.py=scripts/ai_usage_http.py
|
2026-08-23 00:14:58 -03:00
|
|
|
- ai_usage_polling.py=scripts/ai_usage_polling.py
|
2026-08-10 02:15:34 -03:00
|
|
|
- claude=scripts/claude
|
2026-08-22 22:52:15 -03:00
|
|
|
- claude_oauth_exec=scripts/claude_oauth_exec
|
2026-08-10 16:31:06 -03:00
|
|
|
- claude_command_policy.py=scripts/claude_command_policy.py
|
2026-08-16 21:55:28 -03:00
|
|
|
- cli_lane_board.py=scripts/cli_lane_board.py
|
2026-08-17 08:16:35 -03:00
|
|
|
- cli_lane_capabilities.py=scripts/cli_lane_capabilities.py
|
2026-08-16 21:55:28 -03:00
|
|
|
- cli_lane_config.py=scripts/cli_lane_config.py
|
|
|
|
|
- cli_lane_dispatch.py=scripts/cli_lane_dispatch.py
|
|
|
|
|
- cli_lane_evidence.py=scripts/cli_lane_evidence.py
|
|
|
|
|
- cli_lane_execution.py=scripts/cli_lane_execution.py
|
2026-08-18 16:57:10 -03:00
|
|
|
- cli_lane_failover.py=scripts/cli_lane_failover.py
|
2026-08-16 21:55:28 -03:00
|
|
|
- cli_lane_files.py=scripts/cli_lane_files.py
|
|
|
|
|
- cli_lane_finalization.py=scripts/cli_lane_finalization.py
|
2026-08-16 10:51:34 -03:00
|
|
|
- cli_lane_goal.py=scripts/cli_lane_goal.py
|
2026-08-18 16:57:10 -03:00
|
|
|
- cli_lane_health.py=scripts/cli_lane_health.py
|
|
|
|
|
- cli_lane_metrics.py=scripts/cli_lane_metrics.py
|
2026-08-16 21:55:28 -03:00
|
|
|
- cli_lane_prompt.py=scripts/cli_lane_prompt.py
|
|
|
|
|
- cli_lane_provider.py=scripts/cli_lane_provider.py
|
|
|
|
|
- cli_lane_quarantine.py=scripts/cli_lane_quarantine.py
|
2026-08-18 16:57:10 -03:00
|
|
|
- cli_lane_quota.py=scripts/cli_lane_quota.py
|
2026-08-16 21:55:28 -03:00
|
|
|
- cli_lane_records.py=scripts/cli_lane_records.py
|
|
|
|
|
- cli_lane_recovery.py=scripts/cli_lane_recovery.py
|
|
|
|
|
- cli_lane_retention.py=scripts/cli_lane_retention.py
|
2026-09-13 15:04:01 -05:00
|
|
|
- cli_lane_route_quality.py=scripts/cli_lane_route_quality.py
|
2026-08-16 21:55:28 -03:00
|
|
|
- cli_lane_routing.py=scripts/cli_lane_routing.py
|
2026-08-10 16:31:06 -03:00
|
|
|
- cli_lane_runner.py=scripts/cli_lane_runner.py
|
2026-08-10 02:15:34 -03:00
|
|
|
- codex=scripts/codex
|
|
|
|
|
- configure_agent_clients.py=scripts/configure_agent_clients.py
|
2026-08-11 03:15:34 -03:00
|
|
|
- codex_broker.py=scripts/codex_broker.py
|
2026-08-12 09:40:20 -03:00
|
|
|
- classifier_broker.py=scripts/classifier_broker.py
|
2026-08-23 22:13:52 -03:00
|
|
|
- voice_route_preflight.py=scripts/voice_route_preflight.py
|
2026-08-11 20:22:26 -03:00
|
|
|
- claude_oauth_broker.py=scripts/claude_oauth_broker.py
|
|
|
|
|
- worker_route_broker.py=scripts/worker_route_broker.py
|
2026-08-08 17:59:45 -03:00
|
|
|
- hermes_coordinator.py=scripts/hermes_coordinator.py
|
|
|
|
|
- hermes_model_routing.py=scripts/hermes_model_routing.py
|
2026-09-13 01:48:05 -05:00
|
|
|
- provider_model_catalog.py=scripts/provider_model_catalog.py
|
2026-09-13 15:04:01 -05:00
|
|
|
- model_capability_evaluator.py=scripts/model_capability_evaluator.py
|
|
|
|
|
- model_evaluation_evidence.py=scripts/model_evaluation_evidence.py
|
|
|
|
|
- model_catalog_refresh.py=scripts/model_catalog_refresh.py
|
2026-09-13 01:48:05 -05:00
|
|
|
- provider_model_discovery.py=scripts/provider_model_discovery.py
|
|
|
|
|
- claude_model_discovery.py=scripts/claude_model_discovery.py
|
2026-08-10 00:42:37 -03:00
|
|
|
- hermes_stt_client.py=scripts/hermes_stt_client.py
|
2026-08-11 01:14:46 -03:00
|
|
|
- image_broker.py=scripts/image_broker.py
|
2026-08-10 17:05:14 -03:00
|
|
|
- install_agent_tools.sh=scripts/install_agent_tools.sh
|
2026-08-16 07:59:35 -03:00
|
|
|
- jenkins_build_evidence.py=scripts/jenkins_build_evidence.py
|
2026-08-16 20:04:17 -03:00
|
|
|
- jenkins_image_build_trigger.py=scripts/jenkins_image_build_trigger.py
|
2026-08-23 17:13:05 -03:00
|
|
|
- hermes_image_release_status.py=scripts/hermes_image_release_status.py
|
2026-08-16 04:49:02 -03:00
|
|
|
- kanban_status_recovery.py=scripts/kanban_status_recovery.py
|
2026-08-18 06:28:49 -03:00
|
|
|
- kanban_supervisor.py=scripts/kanban_supervisor.py
|
2026-09-13 15:04:01 -05:00
|
|
|
- kanban_continue_pr.py=scripts/kanban_continue_pr.py
|
2026-08-18 06:28:49 -03:00
|
|
|
- supervisor_policy.py=scripts/supervisor_policy.py
|
2026-09-13 15:04:01 -05:00
|
|
|
- supervisor_lineage.py=scripts/supervisor_lineage.py
|
|
|
|
|
- supervisor_state.py=scripts/supervisor_state.py
|
2026-09-13 17:54:54 -05:00
|
|
|
- publication_retry.py=scripts/publication_retry.py
|
|
|
|
|
- scm_resume_bootstrap.py=scripts/scm_resume_bootstrap.py
|
2026-09-13 15:04:01 -05:00
|
|
|
- deadline_http.py=scm-common/scripts/deadline_http.py
|
|
|
|
|
- gitea_api_policy.py=scm-common/scripts/gitea_api_policy.py
|
|
|
|
|
- scm_broker_client.py=scm-common/scripts/scm_broker_client.py
|
2026-08-10 16:31:06 -03:00
|
|
|
- migrate_herdr_state.py=scripts/migrate_herdr_state.py
|
2026-08-12 23:08:21 -03:00
|
|
|
- migrate_api_session_lineage.py=scripts/migrate_api_session_lineage.py
|
2026-08-16 15:59:09 -03:00
|
|
|
- migrate_telegram_api_sessions.py=scripts/migrate_telegram_api_sessions.py
|
2026-08-12 23:08:21 -03:00
|
|
|
- patch_api_server_sessions.py=scripts/patch_api_server_sessions.py
|
2026-08-15 17:58:47 -03:00
|
|
|
- patch_web_session_activity.py=scripts/patch_web_session_activity.py
|
|
|
|
|
- patch_subprocess_secret_boundary.py=scripts/patch_subprocess_secret_boundary.py
|
|
|
|
|
- patch_process_output_redaction.py=scripts/patch_process_output_redaction.py
|
|
|
|
|
- stage_runtime_access.py=scripts/stage_runtime_access.py
|
|
|
|
|
- sync_runtime_credentials.py=scripts/sync_runtime_credentials.py
|
2026-08-08 17:59:45 -03:00
|
|
|
- patch_hermes_auth.py=scripts/patch_hermes_auth.py
|
2026-08-10 22:39:51 -03:00
|
|
|
- patch_codex_runtime.py=scripts/patch_codex_runtime.py
|
2026-08-12 10:41:47 -03:00
|
|
|
- patch_stream_recovery.py=scripts/patch_stream_recovery.py
|
2026-08-10 21:08:42 -03:00
|
|
|
- patch_tui_gateway.py=scripts/patch_tui_gateway.py
|
2026-08-09 15:52:06 -03:00
|
|
|
- patch_ttyd_index.py=scripts/patch_ttyd_index.py
|
2026-08-15 03:35:26 -03:00
|
|
|
- repair_cassandra_kanban.py=scripts/repair_cassandra_kanban.py
|
2026-09-13 15:46:39 -05:00
|
|
|
- recover_soteria_kanban.py=scripts/recover_soteria_kanban.py
|
2026-08-15 07:07:21 -03:00
|
|
|
- recover_cassandra_workers.py=scripts/recover_cassandra_workers.py
|
2026-08-11 20:22:26 -03:00
|
|
|
- routing_catalog.py=scripts/routing_catalog.py
|
2026-08-15 00:34:08 -03:00
|
|
|
- telegram_media_server.py=scripts/telegram_media_server.py
|
2026-08-08 17:59:45 -03:00
|
|
|
options:
|
|
|
|
|
disableNameSuffixHash: true
|
2026-08-09 14:38:23 -03:00
|
|
|
- name: hermes-agent-kubeconfig
|
|
|
|
|
namespace: hermes
|
|
|
|
|
files:
|
|
|
|
|
- config=agent-kubeconfig.yaml
|
|
|
|
|
options:
|
|
|
|
|
disableNameSuffixHash: true
|
2026-08-16 20:41:14 -03:00
|
|
|
- name: hermes-node-account-hardener
|
|
|
|
|
namespace: hermes
|
|
|
|
|
files:
|
|
|
|
|
- node_account_hardening.py=scripts/node_account_hardening.py
|
|
|
|
|
- node_account_audit.py=scripts/node_account_audit.py
|
|
|
|
|
- node_account_io.py=scripts/node_account_io.py
|
2026-08-17 15:15:47 -03:00
|
|
|
- node_polkit_audit.py=scripts/node_polkit_audit.py
|
2026-08-16 20:41:14 -03:00
|
|
|
options:
|
|
|
|
|
disableNameSuffixHash: true
|
2026-08-09 02:42:11 -03:00
|
|
|
- name: hermes-auto-router-plugin
|
|
|
|
|
namespace: hermes
|
|
|
|
|
files:
|
|
|
|
|
- __init__.py=plugins/auto-router/__init__.py
|
2026-08-24 04:44:28 -03:00
|
|
|
- hux_mode.py=plugins/auto-router/hux_mode.py
|
2026-08-12 02:23:31 -03:00
|
|
|
- provider_status.py=plugins/auto-router/provider_status.py
|
2026-08-09 02:42:11 -03:00
|
|
|
- plugin.yaml=plugins/auto-router/plugin.yaml
|
2026-08-12 02:23:31 -03:00
|
|
|
- dashboard-manifest.json=plugins/auto-router/dashboard/manifest.json
|
|
|
|
|
- dashboard-api.py=plugins/auto-router/dashboard/plugin_api.py
|
|
|
|
|
- dashboard-index.js=plugins/auto-router/dashboard/dist/index.js
|
|
|
|
|
- dashboard-style.css=plugins/auto-router/dashboard/dist/style.css
|
2026-08-09 02:42:11 -03:00
|
|
|
options:
|
|
|
|
|
disableNameSuffixHash: true
|
2026-08-24 13:33:48 -03:00
|
|
|
- name: hermes-cluster-read-plugin
|
|
|
|
|
namespace: hermes
|
|
|
|
|
files:
|
|
|
|
|
- __init__.py=plugins/cluster-read/__init__.py
|
|
|
|
|
- plugin.yaml=plugins/cluster-read/plugin.yaml
|
|
|
|
|
options:
|
|
|
|
|
disableNameSuffixHash: true
|
2026-08-24 05:47:46 -03:00
|
|
|
- name: hermes-hux-evidence-policy
|
|
|
|
|
namespace: hermes
|
|
|
|
|
files:
|
|
|
|
|
- policy.json=hux-evidence-policy.json
|
|
|
|
|
options:
|
|
|
|
|
disableNameSuffixHash: true
|
|
|
|
|
- name: hermes-hux-runtime-plugin
|
|
|
|
|
namespace: hermes
|
|
|
|
|
files:
|
|
|
|
|
- __init__.py=plugins/hux-runtime/__init__.py
|
|
|
|
|
- context_ids.py=plugins/hux-runtime/context_ids.py
|
|
|
|
|
- emitters.py=plugins/hux-runtime/emitters.py
|
|
|
|
|
- runtime.py=plugins/hux-runtime/runtime.py
|
|
|
|
|
- tool_policy.py=plugins/hux-runtime/tool_policy.py
|
|
|
|
|
- plugin.yaml=plugins/hux-runtime/plugin.yaml
|
|
|
|
|
- hux-hook-init.py=plugins/hux-runtime/hux_hook/__init__.py
|
|
|
|
|
- hux-hook-client.py=plugins/hux-runtime/hux_hook/client.py
|
|
|
|
|
- hux-hook-hooks.py=plugins/hux-runtime/hux_hook/hooks.py
|
|
|
|
|
options:
|
|
|
|
|
disableNameSuffixHash: true
|
2026-08-11 01:14:46 -03:00
|
|
|
- name: hermes-chat-image-plugin
|
|
|
|
|
namespace: hermes
|
|
|
|
|
files:
|
|
|
|
|
- __init__.py=plugins/image-gen-broker/__init__.py
|
|
|
|
|
- plugin.yaml=plugins/image-gen-broker/plugin.yaml
|
|
|
|
|
options:
|
|
|
|
|
disableNameSuffixHash: true
|
2026-08-01 22:38:07 -03:00
|
|
|
- name: hermes-triage-skill
|
|
|
|
|
namespace: hermes
|
|
|
|
|
files:
|
|
|
|
|
- SKILL.md=skills/triage-titan-test-failures/SKILL.md
|
|
|
|
|
- openai.yaml=skills/triage-titan-test-failures/agents/openai.yaml
|
|
|
|
|
options:
|
|
|
|
|
disableNameSuffixHash: true
|
2026-08-02 02:47:43 -03:00
|
|
|
- name: hermes-mastery-skill
|
|
|
|
|
namespace: hermes
|
|
|
|
|
files:
|
|
|
|
|
- SKILL.md=skills/master-hermes-on-atlas/SKILL.md
|
|
|
|
|
- openai.yaml=skills/master-hermes-on-atlas/agents/openai.yaml
|
|
|
|
|
- architecture.md=skills/master-hermes-on-atlas/references/architecture.md
|
|
|
|
|
- curriculum.md=skills/master-hermes-on-atlas/references/curriculum.md
|
|
|
|
|
- incident-drills.md=skills/master-hermes-on-atlas/references/incident-drills.md
|
|
|
|
|
- mastery-rubric.md=skills/master-hermes-on-atlas/references/mastery-rubric.md
|
2026-08-02 03:59:32 -03:00
|
|
|
- two-hour-proof-sprint.md=skills/master-hermes-on-atlas/references/two-hour-proof-sprint.md
|
|
|
|
|
options:
|
|
|
|
|
disableNameSuffixHash: true
|
2026-08-03 03:58:37 -03:00
|
|
|
- name: hermes-service-health-skill
|
|
|
|
|
namespace: hermes
|
|
|
|
|
files:
|
|
|
|
|
- SKILL.md=skills/triage-atlas-service-health/SKILL.md
|
|
|
|
|
- openai.yaml=skills/triage-atlas-service-health/agents/openai.yaml
|
|
|
|
|
- service-map.md=skills/triage-atlas-service-health/references/service-map.md
|
|
|
|
|
options:
|
|
|
|
|
disableNameSuffixHash: true
|
|
|
|
|
- name: hermes-alert-tuning-skill
|
|
|
|
|
namespace: hermes
|
|
|
|
|
files:
|
|
|
|
|
- SKILL.md=skills/tune-atlas-alerts/SKILL.md
|
|
|
|
|
- openai.yaml=skills/tune-atlas-alerts/agents/openai.yaml
|
|
|
|
|
- alert-review.md=skills/tune-atlas-alerts/references/alert-review.md
|
|
|
|
|
options:
|
|
|
|
|
disableNameSuffixHash: true
|
2026-08-16 19:54:41 -03:00
|
|
|
- name: hermes-atlas-pr-skill
|
|
|
|
|
namespace: hermes
|
|
|
|
|
files:
|
|
|
|
|
- SKILL.md=skills/manage-atlas-pull-requests/SKILL.md
|
|
|
|
|
- openai.yaml=skills/manage-atlas-pull-requests/agents/openai.yaml
|
|
|
|
|
options:
|
|
|
|
|
disableNameSuffixHash: true
|