File size: 171,076 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 81b7804 49ae9d5 d2640ef 294bde3 650dd05 f56aa46 ffe16dc | 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 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 | 2026-06-03 21:14:52,016 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
2026-06-03 21:14:52,017 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
2026-06-03 21:14:52,018 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
2026-06-03 21:14:52,081 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
2026-06-03 21:14:52,082 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
2026-06-03 21:14:52,082 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
2026-06-03 21:14:52,083 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
2026-06-03 21:14:52,084 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
2026-06-03 21:14:52,098 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
2026-06-03 21:14:52,098 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
2026-06-03 21:14:52,099 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
2026-06-03 21:14:52,100 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
2026-06-03 21:14:52,101 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
2026-06-03 21:14:52,102 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
2026-06-03 21:14:52,102 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
2026-06-03 21:14:52,103 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
2026-06-03 21:14:52,104 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
2026-06-03 21:14:52,105 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
2026-06-03 21:14:52,241 INFO hermes_cli.plugins: Plugin discovery complete: 33 found, 28 enabled
2026-06-03 21:14:52,658 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
2026-06-03 21:14:56,278 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
2026-06-03 21:14:56,801 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
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:14:57,021 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
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:22:55,707 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
2026-06-03 21:22:55,708 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
2026-06-03 21:22:55,709 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
2026-06-03 21:22:55,766 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
2026-06-03 21:22:55,767 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
2026-06-03 21:22:55,767 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
2026-06-03 21:22:55,768 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
2026-06-03 21:22:55,768 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
2026-06-03 21:22:55,781 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
2026-06-03 21:22:55,781 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
2026-06-03 21:22:55,783 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
2026-06-03 21:22:55,783 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
2026-06-03 21:22:55,784 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
2026-06-03 21:22:55,785 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
2026-06-03 21:22:55,786 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
2026-06-03 21:22:55,786 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
2026-06-03 21:22:55,787 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
2026-06-03 21:22:55,789 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
2026-06-03 21:22:55,922 INFO hermes_cli.plugins: Plugin discovery complete: 33 found, 28 enabled
2026-06-03 21:22:56,207 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
2026-06-03 21:23:00,168 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
2026-06-03 21:23:00,803 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
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:01,022 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
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:34,659 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
2026-06-03 21:55:34,660 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
2026-06-03 21:55:34,661 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
2026-06-03 21:55:34,821 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
2026-06-03 21:55:34,822 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
2026-06-03 21:55:34,823 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
2026-06-03 21:55:34,825 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
2026-06-03 21:55:34,826 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
2026-06-03 21:55:34,888 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
2026-06-03 21:55:34,889 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
2026-06-03 21:55:34,893 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
2026-06-03 21:55:34,900 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
2026-06-03 21:55:34,901 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
2026-06-03 21:55:34,903 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
2026-06-03 21:55:34,905 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
2026-06-03 21:55:34,906 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
2026-06-03 21:55:34,910 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
2026-06-03 21:55:34,918 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
2026-06-03 21:55:35,363 INFO hermes_cli.plugins: Plugin discovery complete: 33 found, 28 enabled
2026-06-03 21:55:36,326 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
2026-06-03 21:55:45,493 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
2026-06-03 21:55:46,345 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
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:47,320 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
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:45,033 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
2026-06-03 22:03:45,034 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
2026-06-03 22:03:45,034 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
2026-06-03 22:03:45,089 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
2026-06-03 22:03:45,090 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
2026-06-03 22:03:45,090 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
2026-06-03 22:03:45,091 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
2026-06-03 22:03:45,092 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
2026-06-03 22:03:45,106 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
2026-06-03 22:03:45,107 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
2026-06-03 22:03:45,108 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
2026-06-03 22:03:45,108 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
2026-06-03 22:03:45,109 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
2026-06-03 22:03:45,110 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
2026-06-03 22:03:45,111 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
2026-06-03 22:03:45,111 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
2026-06-03 22:03:45,112 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
2026-06-03 22:03:45,114 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
2026-06-03 22:03:45,233 INFO hermes_cli.plugins: Plugin discovery complete: 33 found, 28 enabled
2026-06-03 22:03:45,495 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
2026-06-03 22:03:49,030 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
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:49,683 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
2026-06-03 22:03:49,823 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
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:42,722 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
2026-06-03 22:12:42,723 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
2026-06-03 22:12:42,724 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
2026-06-03 22:12:42,779 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
2026-06-03 22:12:42,779 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
2026-06-03 22:12:42,780 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
2026-06-03 22:12:42,780 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
2026-06-03 22:12:42,781 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
2026-06-03 22:12:42,794 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
2026-06-03 22:12:42,794 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
2026-06-03 22:12:42,796 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
2026-06-03 22:12:42,797 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
2026-06-03 22:12:42,797 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
2026-06-03 22:12:42,798 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
2026-06-03 22:12:42,799 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
2026-06-03 22:12:42,799 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
2026-06-03 22:12:42,800 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
2026-06-03 22:12:42,801 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
2026-06-03 22:12:42,930 INFO hermes_cli.plugins: Plugin discovery complete: 33 found, 28 enabled
2026-06-03 22:12:43,207 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
2026-06-03 22:12:46,740 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
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:47,400 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
2026-06-03 22:12:47,567 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
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:27,477 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
2026-06-03 22:18:27,478 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
2026-06-03 22:18:27,479 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
2026-06-03 22:18:27,541 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
2026-06-03 22:18:27,542 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
2026-06-03 22:18:27,542 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
2026-06-03 22:18:27,543 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
2026-06-03 22:18:27,544 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
2026-06-03 22:18:27,557 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
2026-06-03 22:18:27,558 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
2026-06-03 22:18:27,559 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
2026-06-03 22:18:27,560 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
2026-06-03 22:18:27,560 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
2026-06-03 22:18:27,561 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
2026-06-03 22:18:27,562 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
2026-06-03 22:18:27,563 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
2026-06-03 22:18:27,563 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
2026-06-03 22:18:27,565 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
2026-06-03 22:18:27,698 INFO hermes_cli.plugins: Plugin discovery complete: 33 found, 28 enabled
2026-06-03 22:18:27,992 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
2026-06-03 22:18:31,494 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
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:32,106 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
2026-06-03 22:18:32,255 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
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:00,943 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
2026-06-03 22:25:00,944 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
2026-06-03 22:25:00,945 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
2026-06-03 22:25:01,063 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
2026-06-03 22:25:01,064 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
2026-06-03 22:25:01,065 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
2026-06-03 22:25:01,066 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
2026-06-03 22:25:01,067 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
2026-06-03 22:25:01,095 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
2026-06-03 22:25:01,096 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
2026-06-03 22:25:01,098 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
2026-06-03 22:25:01,100 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
2026-06-03 22:25:01,101 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
2026-06-03 22:25:01,104 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
2026-06-03 22:25:01,105 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
2026-06-03 22:25:01,106 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
2026-06-03 22:25:01,107 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
2026-06-03 22:25:01,122 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
2026-06-03 22:25:01,445 INFO hermes_cli.plugins: Plugin discovery complete: 33 found, 28 enabled
2026-06-03 22:25:01,963 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
2026-06-03 22:25:09,784 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
2026-06-03 22:25:10,824 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
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,553 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
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:27,754 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
2026-06-03 22:29:27,755 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
2026-06-03 22:29:27,756 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
2026-06-03 22:29:27,803 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
2026-06-03 22:29:27,803 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
2026-06-03 22:29:27,804 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
2026-06-03 22:29:27,804 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
2026-06-03 22:29:27,805 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
2026-06-03 22:29:27,817 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
2026-06-03 22:29:27,817 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
2026-06-03 22:29:27,819 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
2026-06-03 22:29:27,820 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
2026-06-03 22:29:27,821 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
2026-06-03 22:29:27,822 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
2026-06-03 22:29:27,823 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
2026-06-03 22:29:27,823 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
2026-06-03 22:29:27,824 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
2026-06-03 22:29:27,827 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
2026-06-03 22:29:27,954 INFO hermes_cli.plugins: Plugin discovery complete: 33 found, 28 enabled
2026-06-03 22:29:28,228 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
2026-06-03 22:29:31,269 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
2026-06-03 22:29:31,717 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
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:31,950 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
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:35:56,737 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
2026-06-03 22:35:56,738 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
2026-06-03 22:35:56,738 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
2026-06-03 22:35:56,798 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
2026-06-03 22:35:56,799 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
2026-06-03 22:35:56,799 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
2026-06-03 22:35:56,800 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
2026-06-03 22:35:56,800 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
2026-06-03 22:35:56,815 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
2026-06-03 22:35:56,816 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
2026-06-03 22:35:56,817 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
2026-06-03 22:35:56,818 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
2026-06-03 22:35:56,818 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
2026-06-03 22:35:56,819 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
2026-06-03 22:35:56,820 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
2026-06-03 22:35:56,820 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
2026-06-03 22:35:56,821 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
2026-06-03 22:35:56,822 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
2026-06-03 22:35:56,957 INFO hermes_cli.plugins: Plugin discovery complete: 33 found, 28 enabled
2026-06-03 22:35:57,296 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
2026-06-03 22:36:00,914 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
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,458 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
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:01,651 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
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:00,258 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
2026-06-03 22:44:00,259 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
2026-06-03 22:44:00,260 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
2026-06-03 22:44:00,330 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
2026-06-03 22:44:00,331 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
2026-06-03 22:44:00,331 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
2026-06-03 22:44:00,332 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
2026-06-03 22:44:00,333 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
2026-06-03 22:44:00,348 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
2026-06-03 22:44:00,349 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
2026-06-03 22:44:00,350 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
2026-06-03 22:44:00,351 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
2026-06-03 22:44:00,352 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
2026-06-03 22:44:00,353 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
2026-06-03 22:44:00,354 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
2026-06-03 22:44:00,354 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
2026-06-03 22:44:00,355 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
2026-06-03 22:44:00,357 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
2026-06-03 22:44:00,506 INFO hermes_cli.plugins: Plugin discovery complete: 33 found, 28 enabled
2026-06-03 22:44:00,807 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
2026-06-03 22:44:04,868 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
2026-06-03 22:44:05,413 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
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:05,936 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
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:12,741 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
2026-06-03 22:55:12,742 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
2026-06-03 22:55:12,744 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
2026-06-03 22:55:12,796 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
2026-06-03 22:55:12,796 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
2026-06-03 22:55:12,797 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
2026-06-03 22:55:12,797 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
2026-06-03 22:55:12,798 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
2026-06-03 22:55:12,814 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
2026-06-03 22:55:12,815 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
2026-06-03 22:55:12,817 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
2026-06-03 22:55:12,819 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
2026-06-03 22:55:12,821 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
2026-06-03 22:55:12,823 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
2026-06-03 22:55:12,825 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
2026-06-03 22:55:12,827 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
2026-06-03 22:55:12,829 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
2026-06-03 22:55:12,833 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
2026-06-03 22:55:13,020 INFO hermes_cli.plugins: Plugin discovery complete: 33 found, 28 enabled
2026-06-03 22:55:13,797 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
2026-06-03 22:55:21,066 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
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:21,761 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
2026-06-03 22:55:21,921 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
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:08,554 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
2026-06-03 23:12:08,555 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
2026-06-03 23:12:08,556 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
2026-06-03 23:12:08,617 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
2026-06-03 23:12:08,617 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
2026-06-03 23:12:08,618 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
2026-06-03 23:12:08,618 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
2026-06-03 23:12:08,619 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
2026-06-03 23:12:08,635 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
2026-06-03 23:12:08,636 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
2026-06-03 23:12:08,637 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
2026-06-03 23:12:08,638 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
2026-06-03 23:12:08,639 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
2026-06-03 23:12:08,640 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
2026-06-03 23:12:08,640 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
2026-06-03 23:12:08,641 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
2026-06-03 23:12:08,642 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
2026-06-03 23:12:08,644 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
2026-06-03 23:12:08,781 INFO hermes_cli.plugins: Plugin discovery complete: 33 found, 28 enabled
2026-06-03 23:12:09,112 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
2026-06-03 23:12:12,859 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
2026-06-03 23:12:13,266 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
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:13,628 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
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:18:57,631 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
2026-06-03 23:18:57,632 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
2026-06-03 23:18:57,633 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
2026-06-03 23:18:57,711 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
2026-06-03 23:18:57,711 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
2026-06-03 23:18:57,712 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
2026-06-03 23:18:57,712 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
2026-06-03 23:18:57,713 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
2026-06-03 23:18:57,730 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
2026-06-03 23:18:57,731 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
2026-06-03 23:18:57,733 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
2026-06-03 23:18:57,734 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
2026-06-03 23:18:57,735 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
2026-06-03 23:18:57,736 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
2026-06-03 23:18:57,737 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
2026-06-03 23:18:57,737 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
2026-06-03 23:18:57,738 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
2026-06-03 23:18:57,740 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
2026-06-03 23:18:57,902 INFO hermes_cli.plugins: Plugin discovery complete: 33 found, 28 enabled
2026-06-03 23:18:58,242 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
2026-06-03 23:19:02,991 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
2026-06-03 23:19:03,671 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
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:04,068 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
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:35,918 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
2026-06-03 23:22:35,920 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
2026-06-03 23:22:35,922 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
2026-06-03 23:22:36,061 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
2026-06-03 23:22:36,062 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
2026-06-03 23:22:36,062 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
2026-06-03 23:22:36,063 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
2026-06-03 23:22:36,065 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
2026-06-03 23:22:36,107 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
2026-06-03 23:22:36,108 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
2026-06-03 23:22:36,112 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
2026-06-03 23:22:36,114 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
2026-06-03 23:22:36,115 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
2026-06-03 23:22:36,118 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
2026-06-03 23:22:36,120 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
2026-06-03 23:22:36,122 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
2026-06-03 23:22:36,124 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
2026-06-03 23:22:36,131 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
2026-06-03 23:22:36,357 INFO hermes_cli.plugins: Plugin discovery complete: 33 found, 28 enabled
2026-06-03 23:22:36,849 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
2026-06-03 23:22:43,423 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
2026-06-03 23:22:44,446 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
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:44,996 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
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:03,092 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
2026-06-03 23:28:03,093 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
2026-06-03 23:28:03,094 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
2026-06-03 23:28:03,159 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
2026-06-03 23:28:03,159 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
2026-06-03 23:28:03,159 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
2026-06-03 23:28:03,160 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
2026-06-03 23:28:03,160 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
2026-06-03 23:28:03,174 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
2026-06-03 23:28:03,175 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
2026-06-03 23:28:03,176 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
2026-06-03 23:28:03,177 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
2026-06-03 23:28:03,178 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
2026-06-03 23:28:03,179 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
2026-06-03 23:28:03,179 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
2026-06-03 23:28:03,180 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
2026-06-03 23:28:03,181 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
2026-06-03 23:28:03,182 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
2026-06-03 23:28:03,358 INFO hermes_cli.plugins: Plugin discovery complete: 33 found, 28 enabled
2026-06-03 23:28:03,676 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
2026-06-03 23:28:07,690 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
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:08,405 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
2026-06-03 23:28:08,568 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
2026-06-03 23:28:08,634 INFO aiohttp.access: 127.0.0.1 [03/Jun/2026:23:28:08 +0000] "GET /health HTTP/1.1" 200 505 "-" "curl/8.14.1"
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:31:51,325 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
2026-06-03 23:31:51,327 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
2026-06-03 23:31:51,328 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
2026-06-03 23:31:51,423 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
2026-06-03 23:31:51,424 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
2026-06-03 23:31:51,424 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
2026-06-03 23:31:51,425 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
2026-06-03 23:31:51,428 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
2026-06-03 23:31:51,453 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
2026-06-03 23:31:51,454 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
2026-06-03 23:31:51,456 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
2026-06-03 23:31:51,457 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
2026-06-03 23:31:51,458 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
2026-06-03 23:31:51,460 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
2026-06-03 23:31:51,461 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
2026-06-03 23:31:51,462 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
2026-06-03 23:31:51,464 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
2026-06-03 23:31:51,467 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
2026-06-03 23:31:51,700 INFO hermes_cli.plugins: Plugin discovery complete: 33 found, 28 enabled
2026-06-03 23:31:52,144 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
2026-06-03 23:31:58,984 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
2026-06-03 23:31:59,571 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
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:00,455 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
2026-06-03 23:32:00,705 INFO aiohttp.access: 127.0.0.1 [03/Jun/2026:23:32:00 +0000] "GET /health HTTP/1.1" 200 505 "-" "curl/8.14.1"
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:12,561 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
2026-06-03 23:44:12,561 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
2026-06-03 23:44:12,562 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
2026-06-03 23:44:12,613 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
2026-06-03 23:44:12,614 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
2026-06-03 23:44:12,614 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
2026-06-03 23:44:12,615 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
2026-06-03 23:44:12,616 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
2026-06-03 23:44:12,634 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
2026-06-03 23:44:12,635 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
2026-06-03 23:44:12,641 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
2026-06-03 23:44:12,642 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
2026-06-03 23:44:12,643 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
2026-06-03 23:44:12,646 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
2026-06-03 23:44:12,647 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
2026-06-03 23:44:12,648 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
2026-06-03 23:44:12,650 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
2026-06-03 23:44:12,651 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
2026-06-03 23:44:12,777 INFO hermes_cli.plugins: Plugin discovery complete: 34 found, 28 enabled
2026-06-03 23:44:12,862 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
2026-06-03 23:44:16,626 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
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,305 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
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:17,525 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
2026-06-03 23:44:17,971 INFO aiohttp.access: 127.0.0.1 [03/Jun/2026:23:44:17 +0000] "GET /health HTTP/1.1" 200 505 "-" "curl/8.14.1"
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:44,246 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
2026-06-03 23:55:44,247 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
2026-06-03 23:55:44,249 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
2026-06-03 23:55:44,378 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
2026-06-03 23:55:44,379 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
2026-06-03 23:55:44,380 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
2026-06-03 23:55:44,381 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
2026-06-03 23:55:44,382 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
2026-06-03 23:55:44,407 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
2026-06-03 23:55:44,408 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
2026-06-03 23:55:44,410 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
2026-06-03 23:55:44,412 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
2026-06-03 23:55:44,413 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
2026-06-03 23:55:44,415 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
2026-06-03 23:55:44,416 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
2026-06-03 23:55:44,417 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
2026-06-03 23:55:44,420 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
2026-06-03 23:55:44,422 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
2026-06-03 23:55:44,664 INFO hermes_cli.plugins: Plugin discovery complete: 34 found, 28 enabled
2026-06-03 23:55:44,799 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
2026-06-03 23:55:53,704 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
2026-06-03 23:55:55,067 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
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:56,311 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
2026-06-03 23:55:56,746 INFO aiohttp.access: 127.0.0.1 [03/Jun/2026:23:55:56 +0000] "GET /health HTTP/1.1" 200 505 "-" "curl/8.14.1"
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:39,828 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
2026-06-04 00:52:39,829 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
2026-06-04 00:52:39,830 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
2026-06-04 00:52:39,926 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
2026-06-04 00:52:39,927 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
2026-06-04 00:52:39,928 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
2026-06-04 00:52:39,928 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
2026-06-04 00:52:39,930 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
2026-06-04 00:52:39,953 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
2026-06-04 00:52:39,955 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
2026-06-04 00:52:39,959 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
2026-06-04 00:52:39,960 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
2026-06-04 00:52:39,961 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
2026-06-04 00:52:39,964 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
2026-06-04 00:52:39,965 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
2026-06-04 00:52:39,967 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
2026-06-04 00:52:39,971 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
2026-06-04 00:52:39,973 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
2026-06-04 00:52:40,213 INFO hermes_cli.plugins: Plugin discovery complete: 34 found, 28 enabled
2026-06-04 00:52:40,327 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
2026-06-04 00:52:46,262 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
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:47,343 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
2026-06-04 00:52:47,609 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
2026-06-04 00:52:48,298 INFO aiohttp.access: 127.0.0.1 [04/Jun/2026:00:52:48 +0000] "GET /health HTTP/1.1" 200 505 "-" "curl/8.14.1"
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:48,845 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
2026-06-04 00:58:48,846 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
2026-06-04 00:58:48,846 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
2026-06-04 00:58:48,897 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
2026-06-04 00:58:48,897 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
2026-06-04 00:58:48,898 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
2026-06-04 00:58:48,898 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
2026-06-04 00:58:48,899 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
2026-06-04 00:58:48,911 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
2026-06-04 00:58:48,912 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
2026-06-04 00:58:48,913 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
2026-06-04 00:58:48,913 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
2026-06-04 00:58:48,914 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
2026-06-04 00:58:48,915 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
2026-06-04 00:58:48,916 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
2026-06-04 00:58:48,917 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
2026-06-04 00:58:48,918 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
2026-06-04 00:58:48,919 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
2026-06-04 00:58:49,034 INFO hermes_cli.plugins: Plugin discovery complete: 34 found, 28 enabled
2026-06-04 00:58:49,104 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
2026-06-04 00:58:52,249 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
2026-06-04 00:58:52,690 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
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:52,887 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
2026-06-04 00:58:53,379 INFO aiohttp.access: 127.0.0.1 [04/Jun/2026:00:58:53 +0000] "GET /health HTTP/1.1" 200 505 "-" "curl/8.14.1"
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:00,601 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
2026-06-04 01:01:00,602 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
2026-06-04 01:01:00,603 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
2026-06-04 01:01:00,654 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
2026-06-04 01:01:00,654 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
2026-06-04 01:01:00,655 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
2026-06-04 01:01:00,655 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
2026-06-04 01:01:00,656 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
2026-06-04 01:01:00,670 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
2026-06-04 01:01:00,671 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
2026-06-04 01:01:00,672 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
2026-06-04 01:01:00,672 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
2026-06-04 01:01:00,673 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
2026-06-04 01:01:00,673 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
2026-06-04 01:01:00,674 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
2026-06-04 01:01:00,674 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
2026-06-04 01:01:00,676 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
2026-06-04 01:01:00,676 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
2026-06-04 01:01:00,789 INFO hermes_cli.plugins: Plugin discovery complete: 34 found, 28 enabled
2026-06-04 01:01:00,848 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
2026-06-04 01:01:04,194 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
2026-06-04 01:01:04,634 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
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:04,891 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
2026-06-04 01:01:05,136 INFO aiohttp.access: 127.0.0.1 [04/Jun/2026:01:01:05 +0000] "GET /health HTTP/1.1" 200 505 "-" "curl/8.14.1"
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:19,299 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
2026-06-04 01:11:19,300 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
2026-06-04 01:11:19,300 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
2026-06-04 01:11:19,363 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
2026-06-04 01:11:19,363 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
2026-06-04 01:11:19,364 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
2026-06-04 01:11:19,364 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
2026-06-04 01:11:19,365 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
2026-06-04 01:11:19,382 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
2026-06-04 01:11:19,383 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
2026-06-04 01:11:19,384 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
2026-06-04 01:11:19,385 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
2026-06-04 01:11:19,386 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
2026-06-04 01:11:19,387 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
2026-06-04 01:11:19,388 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
2026-06-04 01:11:19,389 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
2026-06-04 01:11:19,391 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
2026-06-04 01:11:19,392 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
2026-06-04 01:11:19,559 INFO hermes_cli.plugins: Plugin discovery complete: 34 found, 28 enabled
2026-06-04 01:11:19,662 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
2026-06-04 01:11:24,699 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
2026-06-04 01:11:25,538 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
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:25,724 INFO aiohttp.access: 127.0.0.1 [04/Jun/2026:01:11:25 +0000] "GET /health HTTP/1.1" 200 505 "-" "curl/8.14.1"
2026-06-04 01:11:25,832 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
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:02,085 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
2026-06-04 01:15:02,087 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
2026-06-04 01:15:02,089 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
2026-06-04 01:15:02,221 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
2026-06-04 01:15:02,223 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
2026-06-04 01:15:02,225 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
2026-06-04 01:15:02,226 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
2026-06-04 01:15:02,228 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
2026-06-04 01:15:02,261 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
2026-06-04 01:15:02,262 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
2026-06-04 01:15:02,265 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
2026-06-04 01:15:02,267 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
2026-06-04 01:15:02,268 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
2026-06-04 01:15:02,270 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
2026-06-04 01:15:02,272 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
2026-06-04 01:15:02,273 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
2026-06-04 01:15:02,278 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
2026-06-04 01:15:02,280 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
2026-06-04 01:15:02,542 INFO hermes_cli.plugins: Plugin discovery complete: 34 found, 28 enabled
2026-06-04 01:15:02,678 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
2026-06-04 01:15:10,808 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
2026-06-04 01:15:11,432 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
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:12,313 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
2026-06-04 01:15:12,718 INFO aiohttp.access: 127.0.0.1 [04/Jun/2026:01:15:12 +0000] "GET /health HTTP/1.1" 200 505 "-" "curl/8.14.1"
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:10,277 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
2026-06-04 01:19:10,278 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
2026-06-04 01:19:10,279 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
2026-06-04 01:19:10,348 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
2026-06-04 01:19:10,349 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
2026-06-04 01:19:10,349 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
2026-06-04 01:19:10,350 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
2026-06-04 01:19:10,350 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
2026-06-04 01:19:10,367 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
2026-06-04 01:19:10,368 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
2026-06-04 01:19:10,370 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
2026-06-04 01:19:10,371 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
2026-06-04 01:19:10,371 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
2026-06-04 01:19:10,373 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
2026-06-04 01:19:10,373 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
2026-06-04 01:19:10,374 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
2026-06-04 01:19:10,376 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
2026-06-04 01:19:10,377 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
2026-06-04 01:19:10,541 INFO hermes_cli.plugins: Plugin discovery complete: 34 found, 28 enabled
2026-06-04 01:19:10,642 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
2026-06-04 01:19:15,799 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
2026-06-04 01:19:16,318 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
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:17,071 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
2026-06-04 01:19:17,755 INFO aiohttp.access: 127.0.0.1 [04/Jun/2026:01:19:17 +0000] "GET /health HTTP/1.1" 200 505 "-" "curl/8.14.1"
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:05,096 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
2026-06-04 01:26:05,096 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
2026-06-04 01:26:05,097 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
2026-06-04 01:26:05,141 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
2026-06-04 01:26:05,142 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
2026-06-04 01:26:05,142 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
2026-06-04 01:26:05,143 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
2026-06-04 01:26:05,143 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
2026-06-04 01:26:05,156 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
2026-06-04 01:26:05,156 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
2026-06-04 01:26:05,157 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
2026-06-04 01:26:05,158 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
2026-06-04 01:26:05,159 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
2026-06-04 01:26:05,159 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
2026-06-04 01:26:05,160 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
2026-06-04 01:26:05,161 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
2026-06-04 01:26:05,162 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
2026-06-04 01:26:05,163 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
2026-06-04 01:26:05,297 INFO hermes_cli.plugins: Plugin discovery complete: 34 found, 28 enabled
2026-06-04 01:26:05,374 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
2026-06-04 01:26:08,564 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
2026-06-04 01:26:08,965 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
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:09,140 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
2026-06-04 01:26:09,654 INFO aiohttp.access: 127.0.0.1 [04/Jun/2026:01:26:09 +0000] "GET /health HTTP/1.1" 200 505 "-" "curl/8.14.1"
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:09,681 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
2026-06-04 01:48:09,682 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
2026-06-04 01:48:09,684 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
2026-06-04 01:48:09,780 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
2026-06-04 01:48:09,781 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
2026-06-04 01:48:09,782 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
2026-06-04 01:48:09,782 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
2026-06-04 01:48:09,785 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
2026-06-04 01:48:09,808 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
2026-06-04 01:48:09,809 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
2026-06-04 01:48:09,811 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
2026-06-04 01:48:09,812 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
2026-06-04 01:48:09,813 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
2026-06-04 01:48:09,814 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
2026-06-04 01:48:09,815 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
2026-06-04 01:48:09,816 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
2026-06-04 01:48:09,818 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
2026-06-04 01:48:09,819 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
2026-06-04 01:48:10,073 INFO hermes_cli.plugins: Plugin discovery complete: 34 found, 28 enabled
2026-06-04 01:48:10,198 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
2026-06-04 01:48:15,993 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
2026-06-04 01:48:16,754 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
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:17,495 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
2026-06-04 01:48:18,098 INFO aiohttp.access: 127.0.0.1 [04/Jun/2026:01:48:18 +0000] "GET /health HTTP/1.1" 200 505 "-" "curl/8.14.1"
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:34,726 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
2026-06-04 01:55:34,727 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
2026-06-04 01:55:34,728 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
2026-06-04 01:55:34,802 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
2026-06-04 01:55:34,803 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
2026-06-04 01:55:34,804 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
2026-06-04 01:55:34,805 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
2026-06-04 01:55:34,806 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
2026-06-04 01:55:34,826 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
2026-06-04 01:55:34,826 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
2026-06-04 01:55:34,828 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
2026-06-04 01:55:34,829 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
2026-06-04 01:55:34,830 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
2026-06-04 01:55:34,831 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
2026-06-04 01:55:34,832 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
2026-06-04 01:55:34,833 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
2026-06-04 01:55:34,835 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
2026-06-04 01:55:34,837 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
2026-06-04 01:55:34,998 INFO hermes_cli.plugins: Plugin discovery complete: 34 found, 28 enabled
2026-06-04 01:55:35,103 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
2026-06-04 01:55:39,394 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
2026-06-04 01:55:39,892 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
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:40,271 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
2026-06-04 01:55:41,022 INFO aiohttp.access: 127.0.0.1 [04/Jun/2026:01:55:41 +0000] "GET /health HTTP/1.1" 200 505 "-" "curl/8.14.1"
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:12,640 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
2026-06-04 02:17:12,641 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
2026-06-04 02:17:12,642 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
2026-06-04 02:17:12,721 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
2026-06-04 02:17:12,722 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
2026-06-04 02:17:12,722 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
2026-06-04 02:17:12,723 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
2026-06-04 02:17:12,724 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
2026-06-04 02:17:12,738 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
2026-06-04 02:17:12,739 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
2026-06-04 02:17:12,740 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
2026-06-04 02:17:12,741 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
2026-06-04 02:17:12,742 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
2026-06-04 02:17:12,743 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
2026-06-04 02:17:12,744 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
2026-06-04 02:17:12,745 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
2026-06-04 02:17:12,747 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
2026-06-04 02:17:12,748 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
2026-06-04 02:17:12,922 INFO hermes_cli.plugins: Plugin discovery complete: 34 found, 28 enabled
2026-06-04 02:17:13,035 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
2026-06-04 02:17:17,958 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
2026-06-04 02:17:18,726 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
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,048 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
2026-06-04 02:17:19,110 INFO aiohttp.access: 127.0.0.1 [04/Jun/2026:02:17:19 +0000] "GET /health HTTP/1.1" 200 505 "-" "curl/8.14.1"
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:30:58,623 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
2026-06-04 03:30:58,624 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
2026-06-04 03:30:58,624 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
2026-06-04 03:30:58,719 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
2026-06-04 03:30:58,719 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
2026-06-04 03:30:58,720 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
2026-06-04 03:30:58,721 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
2026-06-04 03:30:58,721 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
2026-06-04 03:30:58,743 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
2026-06-04 03:30:58,744 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
2026-06-04 03:30:58,745 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
2026-06-04 03:30:58,746 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
2026-06-04 03:30:58,747 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
2026-06-04 03:30:58,748 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
2026-06-04 03:30:58,749 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
2026-06-04 03:30:58,750 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
2026-06-04 03:30:58,752 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
2026-06-04 03:30:58,753 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
2026-06-04 03:30:58,948 INFO hermes_cli.plugins: Plugin discovery complete: 34 found, 28 enabled
2026-06-04 03:30:59,052 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
2026-06-04 03:31:03,279 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
2026-06-04 03:31:03,895 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
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:04,023 INFO aiohttp.access: 127.0.0.1 [04/Jun/2026:03:31:04 +0000] "GET /health HTTP/1.1" 200 505 "-" "curl/8.14.1"
2026-06-04 03:31:04,155 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
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:03,175 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
2026-06-04 03:38:03,176 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
2026-06-04 03:38:03,177 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
2026-06-04 03:38:03,279 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
2026-06-04 03:38:03,280 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
2026-06-04 03:38:03,281 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
2026-06-04 03:38:03,283 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
2026-06-04 03:38:03,284 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
2026-06-04 03:38:03,310 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
2026-06-04 03:38:03,311 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
2026-06-04 03:38:03,313 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
2026-06-04 03:38:03,314 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
2026-06-04 03:38:03,315 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
2026-06-04 03:38:03,317 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
2026-06-04 03:38:03,318 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
2026-06-04 03:38:03,319 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
2026-06-04 03:38:03,321 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
2026-06-04 03:38:03,323 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
2026-06-04 03:38:03,509 INFO hermes_cli.plugins: Plugin discovery complete: 34 found, 28 enabled
2026-06-04 03:38:03,623 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
2026-06-04 03:38:09,180 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
2026-06-04 03:38:09,669 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
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:10,346 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
2026-06-04 03:38:10,438 INFO aiohttp.access: 127.0.0.1 [04/Jun/2026:03:38:10 +0000] "GET /health HTTP/1.1" 200 505 "-" "curl/8.14.1"
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:48,496 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
2026-06-04 03:59:48,498 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
2026-06-04 03:59:48,499 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
2026-06-04 03:59:48,599 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
2026-06-04 03:59:48,599 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
2026-06-04 03:59:48,600 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
2026-06-04 03:59:48,601 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
2026-06-04 03:59:48,602 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
2026-06-04 03:59:48,624 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
2026-06-04 03:59:48,624 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
2026-06-04 03:59:48,626 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
2026-06-04 03:59:48,627 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
2026-06-04 03:59:48,628 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
2026-06-04 03:59:48,630 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
2026-06-04 03:59:48,631 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
2026-06-04 03:59:48,632 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
2026-06-04 03:59:48,635 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
2026-06-04 03:59:48,637 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
2026-06-04 03:59:48,883 INFO hermes_cli.plugins: Plugin discovery complete: 34 found, 28 enabled
2026-06-04 03:59:49,024 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
2026-06-04 03:59:55,075 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
2026-06-04 03:59:55,651 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
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:56,670 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
2026-06-04 03:59:56,807 INFO aiohttp.access: 127.0.0.1 [04/Jun/2026:03:59:56 +0000] "GET /health HTTP/1.1" 200 505 "-" "curl/8.14.1"
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:05:53,597 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
2026-06-04 04:05:53,599 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
2026-06-04 04:05:53,600 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
2026-06-04 04:05:53,721 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
2026-06-04 04:05:53,722 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
2026-06-04 04:05:53,723 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
2026-06-04 04:05:53,724 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
2026-06-04 04:05:53,724 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
2026-06-04 04:05:53,749 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
2026-06-04 04:05:53,749 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
2026-06-04 04:05:53,752 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
2026-06-04 04:05:53,753 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
2026-06-04 04:05:53,755 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
2026-06-04 04:05:53,757 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
2026-06-04 04:05:53,758 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
2026-06-04 04:05:53,759 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
2026-06-04 04:05:53,762 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
2026-06-04 04:05:53,764 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
2026-06-04 04:05:53,993 INFO hermes_cli.plugins: Plugin discovery complete: 34 found, 28 enabled
2026-06-04 04:05:54,111 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
2026-06-04 04:06:00,486 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
2026-06-04 04:06:01,086 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
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:02,089 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
2026-06-04 04:06:02,689 INFO aiohttp.access: 127.0.0.1 [04/Jun/2026:04:06:02 +0000] "GET /health HTTP/1.1" 200 505 "-" "curl/8.14.1"
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)
2026-06-04 04:42:47,754 INFO tools.lazy_deps: Lazy-installing edge-tts==7.2.7 for feature 'tts.edge'
2026-06-04 04:42:52,348 INFO tools.lazy_deps: Lazy install complete for feature 'tts.edge'
2026-06-04 04:42:54,567 INFO run_agent: Loaded environment variables from /data/.hermes/.env
2026-06-04 04:42:54,886 INFO run_agent: OpenAI client created (agent_init, shared=True) thread=MainThread:140471116309312 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:42:56,522 INFO [auto-test-430fe125] agent.conversation_loop: conversation turn: session=auto-test-430fe125 model=deepseek-ai/deepseek-v4-pro provider=nvidia platform=cli history=0 msg='Hello! Reply with just OK.'
2026-06-04 04:42:56,723 INFO run_agent: OpenAI client created (chat_completion_stream_request, shared=False) thread=Thread-1 (_call):140470983915200 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:42:59,445 INFO run_agent: OpenAI client closed (stream_request_complete, shared=False, tcp_force_closed=0) thread=Thread-1 (_call):140470983915200 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:42:59,445 INFO [auto-test-430fe125] agent.conversation_loop: API call #1: model=deepseek-ai/deepseek-v4-pro provider=nvidia in=14996 out=2 total=14998 latency=2.9s
2026-06-04 04:42:59,507 INFO [auto-test-430fe125] agent.conversation_loop: Turn ended: reason=text_response(finish_reason=stop) model=deepseek-ai/deepseek-v4-pro api_calls=1/90 budget=1/90 tool_turns=0 last_msg_role=assistant response_len=2 session=auto-test-430fe125
2026-06-04 04:42:59,550 INFO agent.auxiliary_client: Auxiliary title_generation: using nvidia (deepseek-ai/deepseek-v4-pro) at https://integrate.api.nvidia.com/v1/
2026-06-04 04:43:12,086 INFO run_agent: OpenAI client created (agent_init, shared=True) thread=MainThread:140471116309312 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:43:12,153 INFO [auto-test-030e00c3] agent.conversation_loop: conversation turn: session=auto-test-030e00c3 model=deepseek-ai/deepseek-v4-pro provider=nvidia platform=cli history=0 msg='Hello! Reply with just OK.'
2026-06-04 04:43:12,226 INFO run_agent: OpenAI client created (chat_completion_stream_request, shared=False) thread=Thread-2 (_call):140470995453632 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:43:16,023 INFO run_agent: OpenAI client closed (stream_request_complete, shared=False, tcp_force_closed=0) thread=Thread-2 (_call):140470995453632 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:43:16,025 INFO [auto-test-030e00c3] agent.conversation_loop: API call #1: model=deepseek-ai/deepseek-v4-pro provider=nvidia in=14996 out=2 total=14998 latency=3.9s
2026-06-04 04:43:16,038 INFO [auto-test-030e00c3] agent.conversation_loop: Turn ended: reason=text_response(finish_reason=stop) model=deepseek-ai/deepseek-v4-pro api_calls=1/90 budget=1/90 tool_turns=0 last_msg_role=assistant response_len=2 session=auto-test-030e00c3
2026-06-04 04:43:16,061 INFO agent.auxiliary_client: Auxiliary title_generation: using nvidia (deepseek-ai/deepseek-v4-pro) at https://integrate.api.nvidia.com/v1/
2026-06-04 04:43:21,301 INFO run_agent: OpenAI client created (agent_init, shared=True) thread=MainThread:140471116309312 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:43:21,394 INFO [auto-test-b9e1f264] agent.conversation_loop: conversation turn: session=auto-test-b9e1f264 model=deepseek-ai/deepseek-v4-pro provider=nvidia platform=cli history=0 msg='What is 2+2? Reply with just the number.'
2026-06-04 04:43:21,461 INFO run_agent: OpenAI client created (chat_completion_stream_request, shared=False) thread=Thread-3 (_call):140470983915200 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:43:23,449 INFO run_agent: OpenAI client closed (stream_request_complete, shared=False, tcp_force_closed=0) thread=Thread-3 (_call):140470983915200 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:43:23,450 INFO [auto-test-b9e1f264] agent.conversation_loop: API call #1: model=deepseek-ai/deepseek-v4-pro provider=nvidia in=15002 out=2 total=15004 latency=2.0s
2026-06-04 04:43:23,459 INFO [auto-test-b9e1f264] agent.conversation_loop: Turn ended: reason=text_response(finish_reason=stop) model=deepseek-ai/deepseek-v4-pro api_calls=1/90 budget=1/90 tool_turns=0 last_msg_role=assistant response_len=1 session=auto-test-b9e1f264
2026-06-04 04:43:23,473 INFO agent.auxiliary_client: Auxiliary title_generation: using nvidia (deepseek-ai/deepseek-v4-pro) at https://integrate.api.nvidia.com/v1/
2026-06-04 04:43:52,505 INFO run_agent: OpenAI client created (agent_init, shared=True) thread=MainThread:140471116309312 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:43:52,569 INFO [auto-test-1978393c] agent.conversation_loop: conversation turn: session=auto-test-1978393c model=deepseek-ai/deepseek-v4-pro provider=nvidia platform=cli history=0 msg='Hello! Reply with just OK.'
2026-06-04 04:43:52,633 INFO run_agent: OpenAI client created (chat_completion_stream_request, shared=False) thread=Thread-4 (_call):140470995453632 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:43:53,516 INFO run_agent: OpenAI client closed (stream_request_complete, shared=False, tcp_force_closed=0) thread=Thread-4 (_call):140470995453632 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:43:53,519 INFO [auto-test-1978393c] agent.conversation_loop: API call #1: model=deepseek-ai/deepseek-v4-pro provider=nvidia in=14996 out=2 total=14998 latency=0.9s
2026-06-04 04:43:53,533 INFO [auto-test-1978393c] agent.conversation_loop: Turn ended: reason=text_response(finish_reason=stop) model=deepseek-ai/deepseek-v4-pro api_calls=1/90 budget=1/90 tool_turns=0 last_msg_role=assistant response_len=2 session=auto-test-1978393c
2026-06-04 04:43:53,551 INFO agent.auxiliary_client: Auxiliary title_generation: using nvidia (deepseek-ai/deepseek-v4-pro) at https://integrate.api.nvidia.com/v1/
2026-06-04 04:43:57,485 INFO run_agent: OpenAI client created (agent_init, shared=True) thread=MainThread:140471116309312 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:43:57,543 INFO [auto-test-2780777c] agent.conversation_loop: conversation turn: session=auto-test-2780777c model=deepseek-ai/deepseek-v4-pro provider=nvidia platform=cli history=0 msg='What is 2+2? Reply with just the number.'
2026-06-04 04:43:57,609 INFO run_agent: OpenAI client created (chat_completion_stream_request, shared=False) thread=Thread-5 (_call):140470983915200 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:44:00,443 INFO run_agent: OpenAI client closed (stream_request_complete, shared=False, tcp_force_closed=0) thread=Thread-5 (_call):140470983915200 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:44:00,444 INFO [auto-test-2780777c] agent.conversation_loop: API call #1: model=deepseek-ai/deepseek-v4-pro provider=nvidia in=15002 out=2 total=15004 latency=2.9s
2026-06-04 04:44:00,457 INFO [auto-test-2780777c] agent.conversation_loop: Turn ended: reason=text_response(finish_reason=stop) model=deepseek-ai/deepseek-v4-pro api_calls=1/90 budget=1/90 tool_turns=0 last_msg_role=assistant response_len=1 session=auto-test-2780777c
2026-06-04 04:44:00,473 INFO agent.auxiliary_client: Auxiliary title_generation: using nvidia (deepseek-ai/deepseek-v4-pro) at https://integrate.api.nvidia.com/v1/
2026-06-04 04:44:21,516 INFO run_agent: OpenAI client created (agent_init, shared=True) thread=MainThread:140471116309312 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:44:21,585 INFO [debug-test-001] agent.conversation_loop: conversation turn: session=debug-test-001 model=deepseek-ai/deepseek-v4-pro provider=nvidia platform=cli history=0 msg='Hello! Reply with just OK.'
2026-06-04 04:44:21,649 INFO run_agent: OpenAI client created (chat_completion_stream_request, shared=False) thread=Thread-6 (_call):140470995453632 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:44:21,741 INFO agent.chat_completion_helpers: Streaming failed before delivery: Error code: 429 - {'status': 429, 'title': 'Too Many Requests'}
2026-06-04 04:44:21,745 INFO run_agent: OpenAI client closed (stream_request_complete, shared=False, tcp_force_closed=1) thread=Thread-6 (_call):140470995453632 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:44:21,749 WARNING [debug-test-001] agent.conversation_loop: API call failed (attempt 1/3) error_type=RateLimitError thread=hermes-bridge-run-6bf81610:140470983915200 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro summary=HTTP 429: Error code: 429 - {'status': 429, 'title': 'Too Many Requests'}
2026-06-04 04:44:21,750 WARNING [debug-test-001] agent.conversation_loop: Retrying API call in 2.779409915392463s (attempt 1/3) thread=hermes-bridge-run-6bf81610:140470983915200 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro error=Error code: 429 - {'status': 429, 'title': 'Too Many Requests'}
2026-06-04 04:44:24,584 INFO run_agent: OpenAI client created (chat_completion_stream_request, shared=False) thread=Thread-7 (_call):140470995453632 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:44:24,630 INFO agent.chat_completion_helpers: Streaming failed before delivery: Error code: 429 - {'status': 429, 'title': 'Too Many Requests'}
2026-06-04 04:44:24,631 INFO run_agent: OpenAI client closed (stream_request_complete, shared=False, tcp_force_closed=1) thread=Thread-7 (_call):140470995453632 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:44:24,644 INFO [debug-test-001] agent.credential_pool: credential pool: marking NVIDIA_API_KEY exhausted (status=429), rotating
2026-06-04 04:44:24,645 INFO [debug-test-001] agent.credential_pool: credential pool: no available entries (all exhausted or empty)
2026-06-04 04:44:24,645 WARNING [debug-test-001] agent.conversation_loop: API call failed (attempt 2/3) error_type=RateLimitError thread=hermes-bridge-run-6bf81610:140470983915200 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro summary=HTTP 429: Error code: 429 - {'status': 429, 'title': 'Too Many Requests'}
2026-06-04 04:44:24,649 WARNING [debug-test-001] agent.conversation_loop: Retrying API call in 5.59925445660892s (attempt 2/3) thread=hermes-bridge-run-6bf81610:140470983915200 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro error=Error code: 429 - {'status': 429, 'title': 'Too Many Requests'}
2026-06-04 04:44:30,288 INFO run_agent: OpenAI client created (chat_completion_stream_request, shared=False) thread=Thread-8 (_call):140470995453632 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:44:30,331 INFO agent.chat_completion_helpers: Streaming failed before delivery: Error code: 429 - {'status': 429, 'title': 'Too Many Requests'}
2026-06-04 04:44:30,332 INFO run_agent: OpenAI client closed (stream_request_complete, shared=False, tcp_force_closed=1) thread=Thread-8 (_call):140470995453632 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:44:30,333 INFO [debug-test-001] agent.credential_pool: credential pool: no available entries (all exhausted or empty)
2026-06-04 04:44:30,333 WARNING [debug-test-001] agent.conversation_loop: API call failed (attempt 3/3) error_type=RateLimitError thread=hermes-bridge-run-6bf81610:140470983915200 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro summary=HTTP 429: Error code: 429 - {'status': 429, 'title': 'Too Many Requests'}
2026-06-04 04:44:30,336 ERROR [debug-test-001] agent.conversation_loop: API call failed after 3 retries. HTTP 429: Error code: 429 - {'status': 429, 'title': 'Too Many Requests'} | provider=nvidia model=deepseek-ai/deepseek-v4-pro msgs=2 tokens=~5,036
2026-06-04 04:46:06,260 INFO agent.credential_pool: credential pool: no available entries (all exhausted or empty)
2026-06-04 04:46:06,303 INFO run_agent: OpenAI client created (agent_init, shared=True) thread=MainThread:140471116309312 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:46:06,369 INFO [probe-6ad57775] agent.conversation_loop: conversation turn: session=probe-6ad57775 model=deepseek-ai/deepseek-v4-pro provider=nvidia platform=cli history=0 msg='Say OK'
2026-06-04 04:46:06,410 INFO run_agent: OpenAI client created (chat_completion_stream_request, shared=False) thread=Thread-9 (_call):140470995453632 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:46:06,463 INFO agent.chat_completion_helpers: Streaming failed before delivery: Error code: 429 - {'status': 429, 'title': 'Too Many Requests'}
2026-06-04 04:46:06,463 INFO run_agent: OpenAI client closed (stream_request_complete, shared=False, tcp_force_closed=1) thread=Thread-9 (_call):140470995453632 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:46:06,464 WARNING [probe-6ad57775] agent.conversation_loop: API call failed (attempt 1/3) error_type=RateLimitError thread=hermes-bridge-run-2579986f:140470983915200 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro summary=HTTP 429: Error code: 429 - {'status': 429, 'title': 'Too Many Requests'}
2026-06-04 04:46:06,465 WARNING [probe-6ad57775] agent.conversation_loop: Retrying API call in 2.110293277487861s (attempt 1/3) thread=hermes-bridge-run-2579986f:140470983915200 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro error=Error code: 429 - {'status': 429, 'title': 'Too Many Requests'}
2026-06-04 04:46:08,687 INFO run_agent: OpenAI client created (chat_completion_stream_request, shared=False) thread=Thread-10 (_call):140470995453632 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:46:08,735 INFO agent.chat_completion_helpers: Streaming failed before delivery: Error code: 429 - {'status': 429, 'title': 'Too Many Requests'}
2026-06-04 04:46:08,736 INFO run_agent: OpenAI client closed (stream_request_complete, shared=False, tcp_force_closed=1) thread=Thread-10 (_call):140470995453632 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:46:08,736 WARNING [probe-6ad57775] agent.conversation_loop: API call failed (attempt 2/3) error_type=RateLimitError thread=hermes-bridge-run-2579986f:140470983915200 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro summary=HTTP 429: Error code: 429 - {'status': 429, 'title': 'Too Many Requests'}
2026-06-04 04:46:08,738 WARNING [probe-6ad57775] agent.conversation_loop: Retrying API call in 4.906934130023577s (attempt 2/3) thread=hermes-bridge-run-2579986f:140470983915200 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro error=Error code: 429 - {'status': 429, 'title': 'Too Many Requests'}
2026-06-04 04:46:13,763 INFO run_agent: OpenAI client created (chat_completion_stream_request, shared=False) thread=Thread-11 (_call):140470995453632 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:46:13,801 INFO agent.chat_completion_helpers: Streaming failed before delivery: Error code: 429 - {'status': 429, 'title': 'Too Many Requests'}
2026-06-04 04:46:13,803 INFO run_agent: OpenAI client closed (stream_request_complete, shared=False, tcp_force_closed=1) thread=Thread-11 (_call):140470995453632 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:46:13,806 WARNING [probe-6ad57775] agent.conversation_loop: API call failed (attempt 3/3) error_type=RateLimitError thread=hermes-bridge-run-2579986f:140470983915200 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro summary=HTTP 429: Error code: 429 - {'status': 429, 'title': 'Too Many Requests'}
2026-06-04 04:46:13,808 ERROR [probe-6ad57775] agent.conversation_loop: API call failed after 3 retries. HTTP 429: Error code: 429 - {'status': 429, 'title': 'Too Many Requests'} | provider=nvidia model=deepseek-ai/deepseek-v4-pro msgs=2 tokens=~5,031
2026-06-04 04:47:14,770 INFO agent.credential_pool: credential pool: no available entries (all exhausted or empty)
2026-06-04 04:47:14,839 INFO run_agent: OpenAI client created (agent_init, shared=True) thread=MainThread:140471116309312 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:47:14,878 INFO [test-37d05524] agent.conversation_loop: conversation turn: session=test-37d05524 model=deepseek-ai/deepseek-v4-pro provider=nvidia platform=cli history=0 msg='Hello! Reply with just OK.'
2026-06-04 04:47:14,936 INFO run_agent: OpenAI client created (chat_completion_stream_request, shared=False) thread=Thread-12 (_call):140470995453632 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:47:14,984 INFO agent.chat_completion_helpers: Streaming failed before delivery: Error code: 429 - {'status': 429, 'title': 'Too Many Requests'}
2026-06-04 04:47:14,984 INFO run_agent: OpenAI client closed (stream_request_complete, shared=False, tcp_force_closed=1) thread=Thread-12 (_call):140470995453632 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:47:14,985 WARNING [test-37d05524] agent.conversation_loop: API call failed (attempt 1/3) error_type=RateLimitError thread=hermes-bridge-run-4965382f:140470983915200 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro summary=HTTP 429: Error code: 429 - {'status': 429, 'title': 'Too Many Requests'}
2026-06-04 04:47:14,987 WARNING [test-37d05524] agent.conversation_loop: Retrying API call in 2.033048465459741s (attempt 1/3) thread=hermes-bridge-run-4965382f:140470983915200 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro error=Error code: 429 - {'status': 429, 'title': 'Too Many Requests'}
2026-06-04 04:47:17,223 INFO run_agent: OpenAI client created (chat_completion_stream_request, shared=False) thread=Thread-13 (_call):140470995453632 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:47:17,273 INFO agent.chat_completion_helpers: Streaming failed before delivery: Error code: 429 - {'status': 429, 'title': 'Too Many Requests'}
2026-06-04 04:47:17,274 INFO run_agent: OpenAI client closed (stream_request_complete, shared=False, tcp_force_closed=1) thread=Thread-13 (_call):140470995453632 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:47:17,275 WARNING [test-37d05524] agent.conversation_loop: API call failed (attempt 2/3) error_type=RateLimitError thread=hermes-bridge-run-4965382f:140470983915200 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro summary=HTTP 429: Error code: 429 - {'status': 429, 'title': 'Too Many Requests'}
2026-06-04 04:47:17,276 WARNING [test-37d05524] agent.conversation_loop: Retrying API call in 5.177516703146319s (attempt 2/3) thread=hermes-bridge-run-4965382f:140470983915200 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro error=Error code: 429 - {'status': 429, 'title': 'Too Many Requests'}
2026-06-04 04:47:22,508 INFO run_agent: OpenAI client created (chat_completion_stream_request, shared=False) thread=Thread-14 (_call):140470995453632 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:47:22,547 INFO agent.chat_completion_helpers: Streaming failed before delivery: Error code: 429 - {'status': 429, 'title': 'Too Many Requests'}
2026-06-04 04:47:22,550 INFO run_agent: OpenAI client closed (stream_request_complete, shared=False, tcp_force_closed=1) thread=Thread-14 (_call):140470995453632 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:47:22,552 WARNING [test-37d05524] agent.conversation_loop: API call failed (attempt 3/3) error_type=RateLimitError thread=hermes-bridge-run-4965382f:140470983915200 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro summary=HTTP 429: Error code: 429 - {'status': 429, 'title': 'Too Many Requests'}
2026-06-04 04:47:22,555 ERROR [test-37d05524] agent.conversation_loop: API call failed after 3 retries. HTTP 429: Error code: 429 - {'status': 429, 'title': 'Too Many Requests'} | provider=nvidia model=deepseek-ai/deepseek-v4-pro msgs=2 tokens=~5,036
2026-06-04 04:47:28,295 INFO agent.credential_pool: credential pool: no available entries (all exhausted or empty)
2026-06-04 04:47:28,375 INFO run_agent: OpenAI client created (agent_init, shared=True) thread=MainThread:140471116309312 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:47:28,462 INFO [test-1eafe5ef] agent.conversation_loop: conversation turn: session=test-1eafe5ef model=deepseek-ai/deepseek-v4-pro provider=nvidia platform=cli history=0 msg='What is 2+2? Just the number.'
2026-06-04 04:47:28,510 INFO run_agent: OpenAI client created (chat_completion_stream_request, shared=False) thread=Thread-15 (_call):140470995453632 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:47:28,558 INFO agent.chat_completion_helpers: Streaming failed before delivery: Error code: 429 - {'status': 429, 'title': 'Too Many Requests'}
2026-06-04 04:47:28,559 INFO run_agent: OpenAI client closed (stream_request_complete, shared=False, tcp_force_closed=1) thread=Thread-15 (_call):140470995453632 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:47:28,560 WARNING [test-1eafe5ef] agent.conversation_loop: API call failed (attempt 1/3) error_type=RateLimitError thread=hermes-bridge-run-2557525e:140470983915200 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro summary=HTTP 429: Error code: 429 - {'status': 429, 'title': 'Too Many Requests'}
2026-06-04 04:47:28,561 WARNING [test-1eafe5ef] agent.conversation_loop: Retrying API call in 2.089400643709097s (attempt 1/3) thread=hermes-bridge-run-2557525e:140470983915200 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro error=Error code: 429 - {'status': 429, 'title': 'Too Many Requests'}
2026-06-04 04:47:30,787 INFO run_agent: OpenAI client created (chat_completion_stream_request, shared=False) thread=Thread-16 (_call):140470995453632 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:47:30,837 INFO agent.chat_completion_helpers: Streaming failed before delivery: Error code: 429 - {'status': 429, 'title': 'Too Many Requests'}
2026-06-04 04:47:30,838 INFO run_agent: OpenAI client closed (stream_request_complete, shared=False, tcp_force_closed=1) thread=Thread-16 (_call):140470995453632 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:47:30,841 WARNING [test-1eafe5ef] agent.conversation_loop: API call failed (attempt 2/3) error_type=RateLimitError thread=hermes-bridge-run-2557525e:140470983915200 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro summary=HTTP 429: Error code: 429 - {'status': 429, 'title': 'Too Many Requests'}
2026-06-04 04:47:30,841 WARNING [test-1eafe5ef] agent.conversation_loop: Retrying API call in 4.353413098019788s (attempt 2/3) thread=hermes-bridge-run-2557525e:140470983915200 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro error=Error code: 429 - {'status': 429, 'title': 'Too Many Requests'}
2026-06-04 04:47:35,262 INFO run_agent: OpenAI client created (chat_completion_stream_request, shared=False) thread=Thread-17 (_call):140470995453632 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:47:35,302 INFO agent.chat_completion_helpers: Streaming failed before delivery: Error code: 429 - {'status': 429, 'title': 'Too Many Requests'}
2026-06-04 04:47:35,303 INFO run_agent: OpenAI client closed (stream_request_complete, shared=False, tcp_force_closed=1) thread=Thread-17 (_call):140470995453632 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro
2026-06-04 04:47:35,304 WARNING [test-1eafe5ef] agent.conversation_loop: API call failed (attempt 3/3) error_type=RateLimitError thread=hermes-bridge-run-2557525e:140470983915200 provider=nvidia base_url=https://integrate.api.nvidia.com/v1 model=deepseek-ai/deepseek-v4-pro summary=HTTP 429: Error code: 429 - {'status': 429, 'title': 'Too Many Requests'}
2026-06-04 04:47:35,306 ERROR [test-1eafe5ef] agent.conversation_loop: API call failed after 3 retries. HTTP 429: Error code: 429 - {'status': 429, 'title': 'Too Many Requests'} | provider=nvidia model=deepseek-ai/deepseek-v4-pro msgs=2 tokens=~5,037
|