File size: 61,390 Bytes
aa217c9 f0afec3 427c159 2c53361 1080c0f 1b568d2 e448a15 1d4112e 991f200 b7dc20c 5c6c5ae 70bc02f 830104a bebe5d2 932be38 3a41794 2bc2a56 c708a94 7638d9a 7f8bbdd 15387d2 f974170 332eeea abe978f 877cdee ff2b635 16aebaf e7f33ea 1e2162d 8551cb9 de8e7db fffc939 a3f4a2b 80764bc 25bfff4 f16604f 06c74ed 09c27c4 5ec5a25 8da4c66 94ec64d a942638 7ed0f20 86b0495 013ff60 ae02204 76985c0 8880184 f4f912e 391afb8 b70119e ed1bb29 fa92b6a 382b3e5 9cd0ef0 1a0ada3 f413fdd 808fd07 481a135 805bfbb 5e255f3 9790561 a9294a0 e631ec9 eb53713 d9607eb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 | 2026-06-03 21:14:56,802 INFO gateway.run: Starting Hermes Gateway...
2026-06-03 21:14:56,803 INFO gateway.run: Session storage: /data/.hermes/sessions
2026-06-03 21:14:56,804 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
2026-06-03 21:14:56,804 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
2026-06-03 21:14:56,841 INFO gateway.run: Connecting to api_server...
2026-06-03 21:14:56,849 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 21:14:56,850 WARNING gateway.run: ✗ api_server failed to connect
2026-06-03 21:14:56,857 INFO gateway.platforms.api_server: [Api_Server] API server stopped
2026-06-03 21:14:56,864 WARNING gateway.run: Gateway started with no connected platforms — 1 platform(s) queued for retry: api_server: failed to connect
2026-06-03 21:14:56,871 WARNING gateway.run: No adapter could be created for any of the 1 configured platform(s). Check that required dependencies are installed and credentials are set. Gateway will continue for cron job execution.
2026-06-03 21:14:56,883 INFO gateway.run: Channel directory built: 0 target(s)
2026-06-03 21:14:56,883 INFO gateway.run: Starting reconnection watcher for 1 failed platform(s): api_server
2026-06-03 21:14:56,884 INFO gateway.run: Press Ctrl+C to stop
2026-06-03 21:14:56,886 INFO gateway.run: Cron ticker started (interval=60s)
2026-06-03 21:15:01,899 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
2026-06-03 21:15:26,920 INFO gateway.run: Reconnecting api_server (attempt 2)...
2026-06-03 21:15:26,922 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 21:15:26,926 INFO gateway.run: Reconnect api_server failed, next retry in 60s
2026-06-03 21:16:26,994 INFO gateway.run: Reconnecting api_server (attempt 3)...
2026-06-03 21:16:26,996 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 21:16:27,000 INFO gateway.run: Reconnect api_server failed, next retry in 120s
2026-06-03 21:18:27,116 INFO gateway.run: Reconnecting api_server (attempt 4)...
2026-06-03 21:18:27,118 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 21:18:27,121 INFO gateway.run: Reconnect api_server failed, next retry in 240s
2026-06-03 21:23:00,806 INFO gateway.run: Starting Hermes Gateway...
2026-06-03 21:23:00,806 INFO gateway.run: Session storage: /data/.hermes/sessions
2026-06-03 21:23:00,807 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
2026-06-03 21:23:00,808 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
2026-06-03 21:23:00,853 INFO gateway.run: Connecting to api_server...
2026-06-03 21:23:00,860 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 21:23:00,860 WARNING gateway.run: ✗ api_server failed to connect
2026-06-03 21:23:00,865 INFO gateway.platforms.api_server: [Api_Server] API server stopped
2026-06-03 21:23:00,868 WARNING gateway.run: Gateway started with no connected platforms — 1 platform(s) queued for retry: api_server: failed to connect
2026-06-03 21:23:00,872 WARNING gateway.run: No adapter could be created for any of the 1 configured platform(s). Check that required dependencies are installed and credentials are set. Gateway will continue for cron job execution.
2026-06-03 21:23:00,879 INFO gateway.run: Channel directory built: 0 target(s)
2026-06-03 21:23:00,880 INFO gateway.run: Starting reconnection watcher for 1 failed platform(s): api_server
2026-06-03 21:23:00,880 INFO gateway.run: Press Ctrl+C to stop
2026-06-03 21:23:00,883 INFO gateway.run: Cron ticker started (interval=60s)
2026-06-03 21:23:05,895 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
2026-06-03 21:23:30,920 INFO gateway.run: Reconnecting api_server (attempt 2)...
2026-06-03 21:23:30,922 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 21:23:30,927 INFO gateway.run: Reconnect api_server failed, next retry in 60s
2026-06-03 21:24:30,983 INFO gateway.run: Reconnecting api_server (attempt 3)...
2026-06-03 21:24:30,987 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 21:24:30,996 INFO gateway.run: Reconnect api_server failed, next retry in 120s
2026-06-03 21:26:31,117 INFO gateway.run: Reconnecting api_server (attempt 4)...
2026-06-03 21:26:31,119 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 21:26:31,124 INFO gateway.run: Reconnect api_server failed, next retry in 240s
2026-06-03 21:30:31,359 INFO gateway.run: Reconnecting api_server (attempt 5)...
2026-06-03 21:30:31,361 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 21:30:31,366 INFO gateway.run: Reconnect api_server failed, next retry in 300s
2026-06-03 21:35:31,664 INFO gateway.run: Reconnecting api_server (attempt 6)...
2026-06-03 21:35:31,666 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 21:35:31,670 INFO gateway.run: Reconnect api_server failed, next retry in 300s
2026-06-03 21:40:31,965 INFO gateway.run: Reconnecting api_server (attempt 7)...
2026-06-03 21:40:31,967 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 21:40:31,980 INFO gateway.run: Reconnect api_server failed, next retry in 300s
2026-06-03 21:45:32,316 INFO gateway.run: Reconnecting api_server (attempt 8)...
2026-06-03 21:45:32,317 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 21:45:32,323 INFO gateway.run: Reconnect api_server failed, next retry in 300s
2026-06-03 21:50:32,637 INFO gateway.run: Reconnecting api_server (attempt 9)...
2026-06-03 21:50:32,640 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 21:50:32,647 INFO gateway.run: Reconnect api_server failed, next retry in 300s
2026-06-03 21:55:47,036 INFO gateway.run: Starting Hermes Gateway...
2026-06-03 21:55:47,036 INFO gateway.run: Session storage: /data/.hermes/sessions
2026-06-03 21:55:47,040 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
2026-06-03 21:55:47,042 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
2026-06-03 21:55:47,126 INFO gateway.run: Connecting to api_server...
2026-06-03 21:55:47,137 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 21:55:47,139 WARNING gateway.run: ✗ api_server failed to connect
2026-06-03 21:55:47,147 INFO gateway.platforms.api_server: [Api_Server] API server stopped
2026-06-03 21:55:47,154 WARNING gateway.run: Gateway started with no connected platforms — 1 platform(s) queued for retry: api_server: failed to connect
2026-06-03 21:55:47,160 WARNING gateway.run: No adapter could be created for any of the 1 configured platform(s). Check that required dependencies are installed and credentials are set. Gateway will continue for cron job execution.
2026-06-03 21:55:47,180 INFO gateway.run: Channel directory built: 0 target(s)
2026-06-03 21:55:47,182 INFO gateway.run: Starting reconnection watcher for 1 failed platform(s): api_server
2026-06-03 21:55:47,185 INFO gateway.run: Press Ctrl+C to stop
2026-06-03 21:55:47,194 INFO gateway.run: Cron ticker started (interval=60s)
2026-06-03 21:55:52,237 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
2026-06-03 21:56:17,267 INFO gateway.run: Reconnecting api_server (attempt 2)...
2026-06-03 21:56:17,305 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 21:56:17,324 INFO gateway.run: Reconnect api_server failed, next retry in 60s
2026-06-03 21:57:17,404 INFO gateway.run: Reconnecting api_server (attempt 3)...
2026-06-03 21:57:17,407 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 21:57:17,426 INFO gateway.run: Reconnect api_server failed, next retry in 120s
2026-06-03 21:59:17,561 INFO gateway.run: Reconnecting api_server (attempt 4)...
2026-06-03 21:59:17,566 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 21:59:17,582 INFO gateway.run: Reconnect api_server failed, next retry in 240s
2026-06-03 22:03:49,458 INFO gateway.run: Starting Hermes Gateway...
2026-06-03 22:03:49,458 INFO gateway.run: Session storage: /data/.hermes/sessions
2026-06-03 22:03:49,459 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
2026-06-03 22:03:49,459 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
2026-06-03 22:03:49,504 INFO gateway.run: Connecting to api_server...
2026-06-03 22:03:49,508 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 22:03:49,509 WARNING gateway.run: ✗ api_server failed to connect
2026-06-03 22:03:49,512 INFO gateway.platforms.api_server: [Api_Server] API server stopped
2026-06-03 22:03:49,515 WARNING gateway.run: Gateway started with no connected platforms — 1 platform(s) queued for retry: api_server: failed to connect
2026-06-03 22:03:49,519 WARNING gateway.run: No adapter could be created for any of the 1 configured platform(s). Check that required dependencies are installed and credentials are set. Gateway will continue for cron job execution.
2026-06-03 22:03:49,527 INFO gateway.run: Channel directory built: 0 target(s)
2026-06-03 22:03:49,528 INFO gateway.run: Starting reconnection watcher for 1 failed platform(s): api_server
2026-06-03 22:03:49,528 INFO gateway.run: Press Ctrl+C to stop
2026-06-03 22:03:49,530 INFO gateway.run: Cron ticker started (interval=60s)
2026-06-03 22:03:54,541 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
2026-06-03 22:04:19,561 INFO gateway.run: Reconnecting api_server (attempt 2)...
2026-06-03 22:04:19,563 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 22:04:19,569 INFO gateway.run: Reconnect api_server failed, next retry in 60s
2026-06-03 22:05:19,614 INFO gateway.run: Reconnecting api_server (attempt 3)...
2026-06-03 22:05:19,617 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 22:05:19,620 INFO gateway.run: Reconnect api_server failed, next retry in 120s
2026-06-03 22:07:19,722 INFO gateway.run: Reconnecting api_server (attempt 4)...
2026-06-03 22:07:19,724 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 22:07:19,729 INFO gateway.run: Reconnect api_server failed, next retry in 240s
2026-06-03 22:11:19,961 INFO gateway.run: Reconnecting api_server (attempt 5)...
2026-06-03 22:11:19,963 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 22:11:19,966 INFO gateway.run: Reconnect api_server failed, next retry in 300s
2026-06-03 22:12:47,307 INFO gateway.run: Starting Hermes Gateway...
2026-06-03 22:12:47,307 INFO gateway.run: Session storage: /data/.hermes/sessions
2026-06-03 22:12:47,308 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
2026-06-03 22:12:47,308 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
2026-06-03 22:12:47,356 INFO gateway.run: Connecting to api_server...
2026-06-03 22:12:47,362 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 22:12:47,362 WARNING gateway.run: ✗ api_server failed to connect
2026-06-03 22:12:47,367 INFO gateway.platforms.api_server: [Api_Server] API server stopped
2026-06-03 22:12:47,371 WARNING gateway.run: Gateway started with no connected platforms — 1 platform(s) queued for retry: api_server: failed to connect
2026-06-03 22:12:47,375 WARNING gateway.run: No adapter could be created for any of the 1 configured platform(s). Check that required dependencies are installed and credentials are set. Gateway will continue for cron job execution.
2026-06-03 22:12:47,382 INFO gateway.run: Channel directory built: 0 target(s)
2026-06-03 22:12:47,382 INFO gateway.run: Starting reconnection watcher for 1 failed platform(s): api_server
2026-06-03 22:12:47,383 INFO gateway.run: Press Ctrl+C to stop
2026-06-03 22:12:47,385 INFO gateway.run: Cron ticker started (interval=60s)
2026-06-03 22:12:52,400 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
2026-06-03 22:13:17,416 INFO gateway.run: Reconnecting api_server (attempt 2)...
2026-06-03 22:13:17,419 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 22:13:17,424 INFO gateway.run: Reconnect api_server failed, next retry in 60s
2026-06-03 22:14:17,472 INFO gateway.run: Reconnecting api_server (attempt 3)...
2026-06-03 22:14:17,474 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 22:14:17,480 INFO gateway.run: Reconnect api_server failed, next retry in 120s
2026-06-03 22:16:17,577 INFO gateway.run: Reconnecting api_server (attempt 4)...
2026-06-03 22:16:17,579 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 22:16:17,602 INFO gateway.run: Reconnect api_server failed, next retry in 240s
2026-06-03 22:18:31,977 INFO gateway.run: Starting Hermes Gateway...
2026-06-03 22:18:31,977 INFO gateway.run: Session storage: /data/.hermes/sessions
2026-06-03 22:18:31,978 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
2026-06-03 22:18:31,979 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
2026-06-03 22:18:32,016 INFO gateway.run: Connecting to api_server...
2026-06-03 22:18:32,024 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 22:18:32,024 WARNING gateway.run: ✗ api_server failed to connect
2026-06-03 22:18:32,028 INFO gateway.platforms.api_server: [Api_Server] API server stopped
2026-06-03 22:18:32,031 WARNING gateway.run: Gateway started with no connected platforms — 1 platform(s) queued for retry: api_server: failed to connect
2026-06-03 22:18:32,034 WARNING gateway.run: No adapter could be created for any of the 1 configured platform(s). Check that required dependencies are installed and credentials are set. Gateway will continue for cron job execution.
2026-06-03 22:18:32,043 INFO gateway.run: Channel directory built: 0 target(s)
2026-06-03 22:18:32,043 INFO gateway.run: Starting reconnection watcher for 1 failed platform(s): api_server
2026-06-03 22:18:32,043 INFO gateway.run: Press Ctrl+C to stop
2026-06-03 22:18:32,047 INFO gateway.run: Cron ticker started (interval=60s)
2026-06-03 22:18:37,054 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
2026-06-03 22:19:02,075 INFO gateway.run: Reconnecting api_server (attempt 2)...
2026-06-03 22:19:02,079 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 22:19:02,086 INFO gateway.run: Reconnect api_server failed, next retry in 60s
2026-06-03 22:20:02,142 INFO gateway.run: Reconnecting api_server (attempt 3)...
2026-06-03 22:20:02,144 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 22:20:02,148 INFO gateway.run: Reconnect api_server failed, next retry in 120s
2026-06-03 22:22:02,247 INFO gateway.run: Reconnecting api_server (attempt 4)...
2026-06-03 22:22:02,249 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 22:22:02,254 INFO gateway.run: Reconnect api_server failed, next retry in 240s
2026-06-03 22:25:11,388 INFO gateway.run: Starting Hermes Gateway...
2026-06-03 22:25:11,388 INFO gateway.run: Session storage: /data/.hermes/sessions
2026-06-03 22:25:11,389 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
2026-06-03 22:25:11,394 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
2026-06-03 22:25:11,489 INFO gateway.run: Connecting to api_server...
2026-06-03 22:25:11,512 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 22:25:11,516 WARNING gateway.run: ✗ api_server failed to connect
2026-06-03 22:25:11,525 INFO gateway.platforms.api_server: [Api_Server] API server stopped
2026-06-03 22:25:11,533 WARNING gateway.run: Gateway started with no connected platforms — 1 platform(s) queued for retry: api_server: failed to connect
2026-06-03 22:25:11,541 WARNING gateway.run: No adapter could be created for any of the 1 configured platform(s). Check that required dependencies are installed and credentials are set. Gateway will continue for cron job execution.
2026-06-03 22:25:11,558 INFO gateway.run: Channel directory built: 0 target(s)
2026-06-03 22:25:11,562 INFO gateway.run: Starting reconnection watcher for 1 failed platform(s): api_server
2026-06-03 22:25:11,562 INFO gateway.run: Press Ctrl+C to stop
2026-06-03 22:25:11,565 INFO gateway.run: Cron ticker started (interval=60s)
2026-06-03 22:25:16,588 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
2026-06-03 22:25:41,618 INFO gateway.run: Reconnecting api_server (attempt 2)...
2026-06-03 22:25:41,624 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 22:25:41,662 INFO gateway.run: Reconnect api_server failed, next retry in 60s
2026-06-03 22:26:41,739 INFO gateway.run: Reconnecting api_server (attempt 3)...
2026-06-03 22:26:41,742 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 22:26:41,750 INFO gateway.run: Reconnect api_server failed, next retry in 120s
2026-06-03 22:28:41,892 INFO gateway.run: Reconnecting api_server (attempt 4)...
2026-06-03 22:28:41,904 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 22:28:41,921 INFO gateway.run: Reconnect api_server failed, next retry in 240s
2026-06-03 22:29:31,758 INFO gateway.run: Starting Hermes Gateway...
2026-06-03 22:29:31,758 INFO gateway.run: Session storage: /data/.hermes/sessions
2026-06-03 22:29:31,759 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
2026-06-03 22:29:31,760 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
2026-06-03 22:29:31,792 INFO gateway.run: Connecting to api_server...
2026-06-03 22:29:31,797 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 22:29:31,798 WARNING gateway.run: ✗ api_server failed to connect
2026-06-03 22:29:31,801 INFO gateway.platforms.api_server: [Api_Server] API server stopped
2026-06-03 22:29:31,804 WARNING gateway.run: Gateway started with no connected platforms — 1 platform(s) queued for retry: api_server: failed to connect
2026-06-03 22:29:31,807 WARNING gateway.run: No adapter could be created for any of the 1 configured platform(s). Check that required dependencies are installed and credentials are set. Gateway will continue for cron job execution.
2026-06-03 22:29:31,814 INFO gateway.run: Channel directory built: 0 target(s)
2026-06-03 22:29:31,814 INFO gateway.run: Starting reconnection watcher for 1 failed platform(s): api_server
2026-06-03 22:29:31,815 INFO gateway.run: Press Ctrl+C to stop
2026-06-03 22:29:31,817 INFO gateway.run: Cron ticker started (interval=60s)
2026-06-03 22:29:36,824 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
2026-06-03 22:30:01,847 INFO gateway.run: Reconnecting api_server (attempt 2)...
2026-06-03 22:30:01,849 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 22:30:01,854 INFO gateway.run: Reconnect api_server failed, next retry in 60s
2026-06-03 22:31:01,913 INFO gateway.run: Reconnecting api_server (attempt 3)...
2026-06-03 22:31:01,914 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 22:31:01,921 INFO gateway.run: Reconnect api_server failed, next retry in 120s
2026-06-03 22:33:02,012 INFO gateway.run: Reconnecting api_server (attempt 4)...
2026-06-03 22:33:02,014 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 22:33:02,020 INFO gateway.run: Reconnect api_server failed, next retry in 240s
2026-06-03 22:36:01,433 INFO gateway.run: Starting Hermes Gateway...
2026-06-03 22:36:01,433 INFO gateway.run: Session storage: /data/.hermes/sessions
2026-06-03 22:36:01,435 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
2026-06-03 22:36:01,435 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
2026-06-03 22:36:01,468 INFO gateway.run: Connecting to api_server...
2026-06-03 22:36:01,483 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 22:36:01,484 WARNING gateway.run: ✗ api_server failed to connect
2026-06-03 22:36:01,488 INFO gateway.platforms.api_server: [Api_Server] API server stopped
2026-06-03 22:36:01,492 WARNING gateway.run: Gateway started with no connected platforms — 1 platform(s) queued for retry: api_server: failed to connect
2026-06-03 22:36:01,498 WARNING gateway.run: No adapter could be created for any of the 1 configured platform(s). Check that required dependencies are installed and credentials are set. Gateway will continue for cron job execution.
2026-06-03 22:36:01,514 INFO gateway.run: Channel directory built: 0 target(s)
2026-06-03 22:36:01,514 INFO gateway.run: Starting reconnection watcher for 1 failed platform(s): api_server
2026-06-03 22:36:01,516 INFO gateway.run: Press Ctrl+C to stop
2026-06-03 22:36:01,518 INFO gateway.run: Cron ticker started (interval=60s)
2026-06-03 22:36:06,528 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
2026-06-03 22:36:31,548 INFO gateway.run: Reconnecting api_server (attempt 2)...
2026-06-03 22:36:31,552 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 22:36:31,557 INFO gateway.run: Reconnect api_server failed, next retry in 60s
2026-06-03 22:37:31,608 INFO gateway.run: Reconnecting api_server (attempt 3)...
2026-06-03 22:37:31,610 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 22:37:31,616 INFO gateway.run: Reconnect api_server failed, next retry in 120s
2026-06-03 22:39:31,720 INFO gateway.run: Reconnecting api_server (attempt 4)...
2026-06-03 22:39:31,722 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 22:39:31,728 INFO gateway.run: Reconnect api_server failed, next retry in 240s
2026-06-03 22:44:05,737 INFO gateway.run: Starting Hermes Gateway...
2026-06-03 22:44:05,737 INFO gateway.run: Session storage: /data/.hermes/sessions
2026-06-03 22:44:05,741 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
2026-06-03 22:44:05,741 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
2026-06-03 22:44:05,807 INFO gateway.run: Connecting to api_server...
2026-06-03 22:44:05,817 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 22:44:05,818 WARNING gateway.run: ✗ api_server failed to connect
2026-06-03 22:44:05,826 INFO gateway.platforms.api_server: [Api_Server] API server stopped
2026-06-03 22:44:05,832 WARNING gateway.run: Gateway started with no connected platforms — 1 platform(s) queued for retry: api_server: failed to connect
2026-06-03 22:44:05,839 WARNING gateway.run: No adapter could be created for any of the 1 configured platform(s). Check that required dependencies are installed and credentials are set. Gateway will continue for cron job execution.
2026-06-03 22:44:05,852 INFO gateway.run: Channel directory built: 0 target(s)
2026-06-03 22:44:05,854 INFO gateway.run: Starting reconnection watcher for 1 failed platform(s): api_server
2026-06-03 22:44:05,854 INFO gateway.run: Press Ctrl+C to stop
2026-06-03 22:44:05,859 INFO gateway.run: Cron ticker started (interval=60s)
2026-06-03 22:44:10,869 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
2026-06-03 22:44:35,897 INFO gateway.run: Reconnecting api_server (attempt 2)...
2026-06-03 22:44:35,904 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 22:44:35,916 INFO gateway.run: Reconnect api_server failed, next retry in 60s
2026-06-03 22:45:35,976 INFO gateway.run: Reconnecting api_server (attempt 3)...
2026-06-03 22:45:35,978 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 22:45:35,985 INFO gateway.run: Reconnect api_server failed, next retry in 120s
2026-06-03 22:47:36,112 INFO gateway.run: Reconnecting api_server (attempt 4)...
2026-06-03 22:47:36,115 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 22:47:36,120 INFO gateway.run: Reconnect api_server failed, next retry in 240s
2026-06-03 22:51:36,351 INFO gateway.run: Reconnecting api_server (attempt 5)...
2026-06-03 22:51:36,352 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 22:51:36,360 INFO gateway.run: Reconnect api_server failed, next retry in 300s
2026-06-03 22:55:21,592 INFO gateway.run: Starting Hermes Gateway...
2026-06-03 22:55:21,592 INFO gateway.run: Session storage: /data/.hermes/sessions
2026-06-03 22:55:21,593 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
2026-06-03 22:55:21,594 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
2026-06-03 22:55:21,640 INFO gateway.run: Connecting to api_server...
2026-06-03 22:55:21,648 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 22:55:21,648 WARNING gateway.run: ✗ api_server failed to connect
2026-06-03 22:55:21,653 INFO gateway.platforms.api_server: [Api_Server] API server stopped
2026-06-03 22:55:21,656 WARNING gateway.run: Gateway started with no connected platforms — 1 platform(s) queued for retry: api_server: failed to connect
2026-06-03 22:55:21,659 WARNING gateway.run: No adapter could be created for any of the 1 configured platform(s). Check that required dependencies are installed and credentials are set. Gateway will continue for cron job execution.
2026-06-03 22:55:21,665 INFO gateway.run: Channel directory built: 0 target(s)
2026-06-03 22:55:21,666 INFO gateway.run: Starting reconnection watcher for 1 failed platform(s): api_server
2026-06-03 22:55:21,666 INFO gateway.run: Press Ctrl+C to stop
2026-06-03 22:55:21,669 INFO gateway.run: Cron ticker started (interval=60s)
2026-06-03 22:55:26,678 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
2026-06-03 22:55:51,697 INFO gateway.run: Reconnecting api_server (attempt 2)...
2026-06-03 22:55:51,699 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 22:55:51,704 INFO gateway.run: Reconnect api_server failed, next retry in 60s
2026-06-03 22:56:51,767 INFO gateway.run: Reconnecting api_server (attempt 3)...
2026-06-03 22:56:51,769 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 22:56:51,774 INFO gateway.run: Reconnect api_server failed, next retry in 120s
2026-06-03 22:58:51,876 INFO gateway.run: Reconnecting api_server (attempt 4)...
2026-06-03 22:58:51,878 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 22:58:51,882 INFO gateway.run: Reconnect api_server failed, next retry in 240s
2026-06-03 23:02:52,119 INFO gateway.run: Reconnecting api_server (attempt 5)...
2026-06-03 23:02:52,123 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 23:02:52,130 INFO gateway.run: Reconnect api_server failed, next retry in 300s
2026-06-03 23:07:52,454 INFO gateway.run: Reconnecting api_server (attempt 6)...
2026-06-03 23:07:52,458 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 23:07:52,463 INFO gateway.run: Reconnect api_server failed, next retry in 300s
2026-06-03 23:12:13,423 INFO gateway.run: Starting Hermes Gateway...
2026-06-03 23:12:13,424 INFO gateway.run: Session storage: /data/.hermes/sessions
2026-06-03 23:12:13,425 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
2026-06-03 23:12:13,426 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
2026-06-03 23:12:13,470 INFO gateway.run: Connecting to api_server...
2026-06-03 23:12:13,476 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 23:12:13,477 WARNING gateway.run: ✗ api_server failed to connect
2026-06-03 23:12:13,480 INFO gateway.platforms.api_server: [Api_Server] API server stopped
2026-06-03 23:12:13,491 WARNING gateway.run: Gateway started with no connected platforms — 1 platform(s) queued for retry: api_server: failed to connect
2026-06-03 23:12:13,496 WARNING gateway.run: No adapter could be created for any of the 1 configured platform(s). Check that required dependencies are installed and credentials are set. Gateway will continue for cron job execution.
2026-06-03 23:12:13,505 INFO gateway.run: Channel directory built: 0 target(s)
2026-06-03 23:12:13,506 INFO gateway.run: Starting reconnection watcher for 1 failed platform(s): api_server
2026-06-03 23:12:13,506 INFO gateway.run: Press Ctrl+C to stop
2026-06-03 23:12:13,508 INFO gateway.run: Cron ticker started (interval=60s)
2026-06-03 23:12:18,527 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
2026-06-03 23:12:43,559 INFO gateway.run: Reconnecting api_server (attempt 2)...
2026-06-03 23:12:43,561 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 23:12:43,568 INFO gateway.run: Reconnect api_server failed, next retry in 60s
2026-06-03 23:13:43,611 INFO gateway.run: Reconnecting api_server (attempt 3)...
2026-06-03 23:13:43,613 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 23:13:43,620 INFO gateway.run: Reconnect api_server failed, next retry in 120s
2026-06-03 23:15:43,721 INFO gateway.run: Reconnecting api_server (attempt 4)...
2026-06-03 23:15:43,723 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 23:15:43,728 INFO gateway.run: Reconnect api_server failed, next retry in 240s
2026-06-03 23:19:03,839 INFO gateway.run: Starting Hermes Gateway...
2026-06-03 23:19:03,839 INFO gateway.run: Session storage: /data/.hermes/sessions
2026-06-03 23:19:03,840 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
2026-06-03 23:19:03,840 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
2026-06-03 23:19:03,898 INFO gateway.run: Connecting to api_server...
2026-06-03 23:19:03,905 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 23:19:03,906 WARNING gateway.run: ✗ api_server failed to connect
2026-06-03 23:19:03,911 INFO gateway.platforms.api_server: [Api_Server] API server stopped
2026-06-03 23:19:03,914 WARNING gateway.run: Gateway started with no connected platforms — 1 platform(s) queued for retry: api_server: failed to connect
2026-06-03 23:19:03,919 WARNING gateway.run: No adapter could be created for any of the 1 configured platform(s). Check that required dependencies are installed and credentials are set. Gateway will continue for cron job execution.
2026-06-03 23:19:03,929 INFO gateway.run: Channel directory built: 0 target(s)
2026-06-03 23:19:03,930 INFO gateway.run: Starting reconnection watcher for 1 failed platform(s): api_server
2026-06-03 23:19:03,930 INFO gateway.run: Press Ctrl+C to stop
2026-06-03 23:19:03,933 INFO gateway.run: Cron ticker started (interval=60s)
2026-06-03 23:19:08,945 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
2026-06-03 23:19:33,986 INFO gateway.run: Reconnecting api_server (attempt 2)...
2026-06-03 23:19:33,989 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 23:19:34,003 INFO gateway.run: Reconnect api_server failed, next retry in 60s
2026-06-03 23:20:34,081 INFO gateway.run: Reconnecting api_server (attempt 3)...
2026-06-03 23:20:34,083 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 23:20:34,089 INFO gateway.run: Reconnect api_server failed, next retry in 120s
2026-06-03 23:22:44,701 INFO gateway.run: Starting Hermes Gateway...
2026-06-03 23:22:44,702 INFO gateway.run: Session storage: /data/.hermes/sessions
2026-06-03 23:22:44,705 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
2026-06-03 23:22:44,707 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
2026-06-03 23:22:44,804 INFO gateway.run: Connecting to api_server...
2026-06-03 23:22:44,813 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 23:22:44,814 WARNING gateway.run: ✗ api_server failed to connect
2026-06-03 23:22:44,822 INFO gateway.platforms.api_server: [Api_Server] API server stopped
2026-06-03 23:22:44,829 WARNING gateway.run: Gateway started with no connected platforms — 1 platform(s) queued for retry: api_server: failed to connect
2026-06-03 23:22:44,845 WARNING gateway.run: No adapter could be created for any of the 1 configured platform(s). Check that required dependencies are installed and credentials are set. Gateway will continue for cron job execution.
2026-06-03 23:22:44,861 INFO gateway.run: Channel directory built: 0 target(s)
2026-06-03 23:22:44,863 INFO gateway.run: Starting reconnection watcher for 1 failed platform(s): api_server
2026-06-03 23:22:44,864 INFO gateway.run: Press Ctrl+C to stop
2026-06-03 23:22:44,876 INFO gateway.run: Cron ticker started (interval=60s)
2026-06-03 23:22:49,880 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
2026-06-03 23:23:14,920 INFO gateway.run: Reconnecting api_server (attempt 2)...
2026-06-03 23:23:14,923 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 23:23:14,928 INFO gateway.run: Reconnect api_server failed, next retry in 60s
2026-06-03 23:24:14,989 INFO gateway.run: Reconnecting api_server (attempt 3)...
2026-06-03 23:24:14,991 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 23:24:14,995 INFO gateway.run: Reconnect api_server failed, next retry in 120s
2026-06-03 23:26:15,139 INFO gateway.run: Reconnecting api_server (attempt 4)...
2026-06-03 23:26:15,141 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
2026-06-03 23:26:15,152 INFO gateway.run: Reconnect api_server failed, next retry in 240s
2026-06-03 23:28:08,264 INFO gateway.run: Starting Hermes Gateway...
2026-06-03 23:28:08,264 INFO gateway.run: Session storage: /data/.hermes/sessions
2026-06-03 23:28:08,265 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
2026-06-03 23:28:08,265 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
2026-06-03 23:28:08,305 INFO gateway.run: Connecting to api_server...
2026-06-03 23:28:08,320 INFO gateway.platforms.api_server: [Api_Server] API server listening on http://127.0.0.1:8642 (model: hermes-agent)
2026-06-03 23:28:08,325 INFO gateway.run: ✓ api_server connected
2026-06-03 23:28:08,328 INFO gateway.run: Gateway running with 1 platform(s)
2026-06-03 23:28:08,332 INFO gateway.run: Channel directory built: 0 target(s)
2026-06-03 23:28:09,335 INFO gateway.run: Press Ctrl+C to stop
2026-06-03 23:28:09,337 INFO gateway.run: Cron ticker started (interval=60s)
2026-06-03 23:28:14,349 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
2026-06-03 23:32:00,257 INFO gateway.run: Starting Hermes Gateway...
2026-06-03 23:32:00,257 INFO gateway.run: Session storage: /data/.hermes/sessions
2026-06-03 23:32:00,259 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
2026-06-03 23:32:00,259 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
2026-06-03 23:32:00,362 INFO gateway.run: Connecting to api_server...
2026-06-03 23:32:00,384 INFO gateway.platforms.api_server: [Api_Server] API server listening on http://127.0.0.1:8642 (model: hermes-agent)
2026-06-03 23:32:00,394 INFO gateway.run: ✓ api_server connected
2026-06-03 23:32:00,404 INFO gateway.run: Gateway running with 1 platform(s)
2026-06-03 23:32:00,412 INFO gateway.run: Channel directory built: 0 target(s)
2026-06-03 23:32:01,414 INFO gateway.run: Press Ctrl+C to stop
2026-06-03 23:32:01,418 INFO gateway.run: Cron ticker started (interval=60s)
2026-06-03 23:32:06,447 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
2026-06-03 23:44:17,272 INFO gateway.run: Starting Hermes Gateway...
2026-06-03 23:44:17,272 INFO gateway.run: Session storage: /data/.hermes/sessions
2026-06-03 23:44:17,273 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
2026-06-03 23:44:17,273 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
2026-06-03 23:44:17,325 INFO gateway.run: Connecting to api_server...
2026-06-03 23:44:17,340 INFO gateway.platforms.api_server: [Api_Server] API server listening on http://127.0.0.1:8642 (model: hermes-agent)
2026-06-03 23:44:17,352 INFO gateway.run: ✓ api_server connected
2026-06-03 23:44:17,357 INFO gateway.run: Gateway running with 1 platform(s)
2026-06-03 23:44:17,363 INFO gateway.run: Channel directory built: 0 target(s)
2026-06-03 23:44:18,364 INFO gateway.run: Press Ctrl+C to stop
2026-06-03 23:44:18,366 INFO gateway.run: Cron ticker started (interval=60s)
2026-06-03 23:44:23,379 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
2026-06-03 23:55:56,104 INFO gateway.run: Starting Hermes Gateway...
2026-06-03 23:55:56,105 INFO gateway.run: Session storage: /data/.hermes/sessions
2026-06-03 23:55:56,106 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
2026-06-03 23:55:56,113 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
2026-06-03 23:55:56,228 INFO gateway.run: Connecting to api_server...
2026-06-03 23:55:56,257 INFO gateway.platforms.api_server: [Api_Server] API server listening on http://127.0.0.1:8642 (model: hermes-agent)
2026-06-03 23:55:56,273 INFO gateway.run: ✓ api_server connected
2026-06-03 23:55:56,281 INFO gateway.run: Gateway running with 1 platform(s)
2026-06-03 23:55:56,298 INFO gateway.run: Channel directory built: 0 target(s)
2026-06-03 23:55:57,301 INFO gateway.run: Press Ctrl+C to stop
2026-06-03 23:55:57,306 INFO gateway.run: Cron ticker started (interval=60s)
2026-06-03 23:56:02,336 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
2026-06-04 00:52:47,207 INFO gateway.run: Starting Hermes Gateway...
2026-06-04 00:52:47,207 INFO gateway.run: Session storage: /data/.hermes/sessions
2026-06-04 00:52:47,209 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
2026-06-04 00:52:47,210 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
2026-06-04 00:52:47,277 INFO gateway.run: Connecting to api_server...
2026-06-04 00:52:47,298 INFO gateway.platforms.api_server: [Api_Server] API server listening on http://127.0.0.1:8642 (model: hermes-agent)
2026-06-04 00:52:47,305 INFO gateway.run: ✓ api_server connected
2026-06-04 00:52:47,310 INFO gateway.run: Gateway running with 1 platform(s)
2026-06-04 00:52:47,316 INFO gateway.run: Channel directory built: 0 target(s)
2026-06-04 00:52:48,318 INFO gateway.run: Press Ctrl+C to stop
2026-06-04 00:52:48,334 INFO gateway.run: Cron ticker started (interval=60s)
2026-06-04 00:52:53,357 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
2026-06-04 00:58:52,710 INFO gateway.run: Starting Hermes Gateway...
2026-06-04 00:58:52,710 INFO gateway.run: Session storage: /data/.hermes/sessions
2026-06-04 00:58:52,711 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
2026-06-04 00:58:52,712 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
2026-06-04 00:58:52,744 INFO gateway.run: Connecting to api_server...
2026-06-04 00:58:52,762 INFO gateway.platforms.api_server: [Api_Server] API server listening on http://127.0.0.1:8642 (model: hermes-agent)
2026-06-04 00:58:52,767 INFO gateway.run: ✓ api_server connected
2026-06-04 00:58:52,770 INFO gateway.run: Gateway running with 1 platform(s)
2026-06-04 00:58:52,773 INFO gateway.run: Channel directory built: 0 target(s)
2026-06-04 00:58:53,775 INFO gateway.run: Press Ctrl+C to stop
2026-06-04 00:58:53,777 INFO gateway.run: Cron ticker started (interval=60s)
2026-06-04 00:58:58,793 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
2026-06-04 01:01:04,701 INFO gateway.run: Starting Hermes Gateway...
2026-06-04 01:01:04,702 INFO gateway.run: Session storage: /data/.hermes/sessions
2026-06-04 01:01:04,703 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
2026-06-04 01:01:04,704 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
2026-06-04 01:01:04,743 INFO gateway.run: Connecting to api_server...
2026-06-04 01:01:04,753 INFO gateway.platforms.api_server: [Api_Server] API server listening on http://127.0.0.1:8642 (model: hermes-agent)
2026-06-04 01:01:04,759 INFO gateway.run: ✓ api_server connected
2026-06-04 01:01:04,762 INFO gateway.run: Gateway running with 1 platform(s)
2026-06-04 01:01:04,767 INFO gateway.run: Channel directory built: 0 target(s)
2026-06-04 01:01:05,770 INFO gateway.run: Press Ctrl+C to stop
2026-06-04 01:01:05,775 INFO gateway.run: Cron ticker started (interval=60s)
2026-06-04 01:01:10,778 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
2026-06-04 01:11:25,610 INFO gateway.run: Starting Hermes Gateway...
2026-06-04 01:11:25,611 INFO gateway.run: Session storage: /data/.hermes/sessions
2026-06-04 01:11:25,612 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
2026-06-04 01:11:25,613 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
2026-06-04 01:11:25,680 INFO gateway.run: Connecting to api_server...
2026-06-04 01:11:25,696 INFO gateway.platforms.api_server: [Api_Server] API server listening on http://127.0.0.1:8642 (model: hermes-agent)
2026-06-04 01:11:25,704 INFO gateway.run: ✓ api_server connected
2026-06-04 01:11:25,712 INFO gateway.run: Gateway running with 1 platform(s)
2026-06-04 01:11:25,721 INFO gateway.run: Channel directory built: 0 target(s)
2026-06-04 01:11:26,723 INFO gateway.run: Press Ctrl+C to stop
2026-06-04 01:11:26,726 INFO gateway.run: Cron ticker started (interval=60s)
2026-06-04 01:11:31,745 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
2026-06-04 01:15:12,157 INFO gateway.run: Starting Hermes Gateway...
2026-06-04 01:15:12,158 INFO gateway.run: Session storage: /data/.hermes/sessions
2026-06-04 01:15:12,162 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
2026-06-04 01:15:12,164 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
2026-06-04 01:15:12,246 INFO gateway.run: Connecting to api_server...
2026-06-04 01:15:12,262 INFO gateway.platforms.api_server: [Api_Server] API server listening on http://127.0.0.1:8642 (model: hermes-agent)
2026-06-04 01:15:12,272 INFO gateway.run: ✓ api_server connected
2026-06-04 01:15:12,276 INFO gateway.run: Gateway running with 1 platform(s)
2026-06-04 01:15:12,282 INFO gateway.run: Channel directory built: 0 target(s)
2026-06-04 01:15:13,285 INFO gateway.run: Press Ctrl+C to stop
2026-06-04 01:15:13,300 INFO gateway.run: Cron ticker started (interval=60s)
2026-06-04 01:15:18,323 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
2026-06-04 01:19:16,912 INFO gateway.run: Starting Hermes Gateway...
2026-06-04 01:19:16,913 INFO gateway.run: Session storage: /data/.hermes/sessions
2026-06-04 01:19:16,915 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
2026-06-04 01:19:16,916 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
2026-06-04 01:19:16,986 INFO gateway.run: Connecting to api_server...
2026-06-04 01:19:17,007 INFO gateway.platforms.api_server: [Api_Server] API server listening on http://127.0.0.1:8642 (model: hermes-agent)
2026-06-04 01:19:17,017 INFO gateway.run: ✓ api_server connected
2026-06-04 01:19:17,026 INFO gateway.run: Gateway running with 1 platform(s)
2026-06-04 01:19:17,035 INFO gateway.run: Channel directory built: 0 target(s)
2026-06-04 01:19:18,037 INFO gateway.run: Press Ctrl+C to stop
2026-06-04 01:19:18,040 INFO gateway.run: Cron ticker started (interval=60s)
2026-06-04 01:19:23,069 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
2026-06-04 01:26:08,974 INFO gateway.run: Starting Hermes Gateway...
2026-06-04 01:26:08,974 INFO gateway.run: Session storage: /data/.hermes/sessions
2026-06-04 01:26:08,975 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
2026-06-04 01:26:08,976 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
2026-06-04 01:26:09,048 INFO gateway.run: Connecting to api_server...
2026-06-04 01:26:09,058 INFO gateway.platforms.api_server: [Api_Server] API server listening on http://127.0.0.1:8642 (model: hermes-agent)
2026-06-04 01:26:09,062 INFO gateway.run: ✓ api_server connected
2026-06-04 01:26:09,066 INFO gateway.run: Gateway running with 1 platform(s)
2026-06-04 01:26:09,070 INFO gateway.run: Channel directory built: 0 target(s)
2026-06-04 01:26:10,072 INFO gateway.run: Press Ctrl+C to stop
2026-06-04 01:26:10,074 INFO gateway.run: Cron ticker started (interval=60s)
2026-06-04 01:26:15,083 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
2026-06-04 01:48:17,313 INFO gateway.run: Starting Hermes Gateway...
2026-06-04 01:48:17,313 INFO gateway.run: Session storage: /data/.hermes/sessions
2026-06-04 01:48:17,314 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
2026-06-04 01:48:17,315 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
2026-06-04 01:48:17,392 INFO gateway.run: Connecting to api_server...
2026-06-04 01:48:17,410 INFO gateway.platforms.api_server: [Api_Server] API server listening on http://127.0.0.1:8642 (model: hermes-agent)
2026-06-04 01:48:17,420 INFO gateway.run: ✓ api_server connected
2026-06-04 01:48:17,427 INFO gateway.run: Gateway running with 1 platform(s)
2026-06-04 01:48:17,438 INFO gateway.run: Channel directory built: 0 target(s)
2026-06-04 01:48:18,440 INFO gateway.run: Press Ctrl+C to stop
2026-06-04 01:48:18,446 INFO gateway.run: Cron ticker started (interval=60s)
2026-06-04 01:48:23,473 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
2026-06-04 01:55:40,078 INFO gateway.run: Starting Hermes Gateway...
2026-06-04 01:55:40,079 INFO gateway.run: Session storage: /data/.hermes/sessions
2026-06-04 01:55:40,081 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
2026-06-04 01:55:40,083 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
2026-06-04 01:55:40,137 INFO gateway.run: Connecting to api_server...
2026-06-04 01:55:40,149 INFO gateway.platforms.api_server: [Api_Server] API server listening on http://127.0.0.1:8642 (model: hermes-agent)
2026-06-04 01:55:40,155 INFO gateway.run: ✓ api_server connected
2026-06-04 01:55:40,159 INFO gateway.run: Gateway running with 1 platform(s)
2026-06-04 01:55:40,167 INFO gateway.run: Channel directory built: 0 target(s)
2026-06-04 01:55:41,168 INFO gateway.run: Press Ctrl+C to stop
2026-06-04 01:55:41,171 INFO gateway.run: Cron ticker started (interval=60s)
2026-06-04 01:55:46,185 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
2026-06-04 02:17:18,801 INFO gateway.run: Starting Hermes Gateway...
2026-06-04 02:17:18,801 INFO gateway.run: Session storage: /data/.hermes/sessions
2026-06-04 02:17:18,803 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
2026-06-04 02:17:18,804 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
2026-06-04 02:17:18,853 INFO gateway.run: Connecting to api_server...
2026-06-04 02:17:18,882 INFO gateway.platforms.api_server: [Api_Server] API server listening on http://127.0.0.1:8642 (model: hermes-agent)
2026-06-04 02:17:18,898 INFO gateway.run: ✓ api_server connected
2026-06-04 02:17:18,903 INFO gateway.run: Gateway running with 1 platform(s)
2026-06-04 02:17:18,912 INFO gateway.run: Channel directory built: 0 target(s)
2026-06-04 02:17:19,914 INFO gateway.run: Press Ctrl+C to stop
2026-06-04 02:17:19,917 INFO gateway.run: Cron ticker started (interval=60s)
2026-06-04 02:17:24,931 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
2026-06-04 03:31:03,939 INFO gateway.run: Starting Hermes Gateway...
2026-06-04 03:31:03,939 INFO gateway.run: Session storage: /data/.hermes/sessions
2026-06-04 03:31:03,940 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
2026-06-04 03:31:03,941 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
2026-06-04 03:31:03,990 INFO gateway.run: Connecting to api_server...
2026-06-04 03:31:04,000 INFO gateway.platforms.api_server: [Api_Server] API server listening on http://127.0.0.1:8642 (model: hermes-agent)
2026-06-04 03:31:04,010 INFO gateway.run: ✓ api_server connected
2026-06-04 03:31:04,015 INFO gateway.run: Gateway running with 1 platform(s)
2026-06-04 03:31:04,021 INFO gateway.run: Channel directory built: 0 target(s)
2026-06-04 03:31:05,024 INFO gateway.run: Press Ctrl+C to stop
2026-06-04 03:31:05,029 INFO gateway.run: Cron ticker started (interval=60s)
2026-06-04 03:31:10,031 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
2026-06-04 03:38:10,160 INFO gateway.run: Starting Hermes Gateway...
2026-06-04 03:38:10,160 INFO gateway.run: Session storage: /data/.hermes/sessions
2026-06-04 03:38:10,161 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
2026-06-04 03:38:10,164 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
2026-06-04 03:38:10,233 INFO gateway.run: Connecting to api_server...
2026-06-04 03:38:10,248 INFO gateway.platforms.api_server: [Api_Server] API server listening on http://127.0.0.1:8642 (model: hermes-agent)
2026-06-04 03:38:10,257 INFO gateway.run: ✓ api_server connected
2026-06-04 03:38:10,260 INFO gateway.run: Gateway running with 1 platform(s)
2026-06-04 03:38:10,268 INFO gateway.run: Channel directory built: 0 target(s)
2026-06-04 03:38:11,271 INFO gateway.run: Press Ctrl+C to stop
2026-06-04 03:38:11,285 INFO gateway.run: Cron ticker started (interval=60s)
2026-06-04 03:38:16,315 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
2026-06-04 03:59:56,382 INFO gateway.run: Starting Hermes Gateway...
2026-06-04 03:59:56,383 INFO gateway.run: Session storage: /data/.hermes/sessions
2026-06-04 03:59:56,391 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
2026-06-04 03:59:56,395 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
2026-06-04 03:59:56,510 INFO gateway.run: Connecting to api_server...
2026-06-04 03:59:56,537 INFO gateway.platforms.api_server: [Api_Server] API server listening on http://127.0.0.1:8642 (model: hermes-agent)
2026-06-04 03:59:56,549 INFO gateway.run: ✓ api_server connected
2026-06-04 03:59:56,558 INFO gateway.run: Gateway running with 1 platform(s)
2026-06-04 03:59:56,570 INFO gateway.run: Channel directory built: 0 target(s)
2026-06-04 03:59:57,571 INFO gateway.run: Press Ctrl+C to stop
2026-06-04 03:59:57,579 INFO gateway.run: Cron ticker started (interval=60s)
2026-06-04 04:00:02,619 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
2026-06-04 04:06:01,882 INFO gateway.run: Starting Hermes Gateway...
2026-06-04 04:06:01,889 INFO gateway.run: Session storage: /data/.hermes/sessions
2026-06-04 04:06:01,897 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
2026-06-04 04:06:01,900 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
2026-06-04 04:06:02,012 INFO gateway.run: Connecting to api_server...
2026-06-04 04:06:02,026 INFO gateway.platforms.api_server: [Api_Server] API server listening on http://127.0.0.1:8642 (model: hermes-agent)
2026-06-04 04:06:02,033 INFO gateway.run: ✓ api_server connected
2026-06-04 04:06:02,038 INFO gateway.run: Gateway running with 1 platform(s)
2026-06-04 04:06:02,048 INFO gateway.run: Channel directory built: 0 target(s)
2026-06-04 04:06:03,050 INFO gateway.run: Press Ctrl+C to stop
2026-06-04 04:06:03,093 INFO gateway.run: Cron ticker started (interval=60s)
2026-06-04 04:06:08,101 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
|