Hermes Agent backup - 2026-06-03 21:23:53
Browse files- config/.env +0 -1
- config/config.yaml +46 -45
- logs/agent.log +41 -3
- logs/errors.log +5 -1
- logs/gateway-exit-diag.log +1 -0
- logs/gateway.log +18 -3
- metadata.json +1 -1
config/.env
CHANGED
|
@@ -3,5 +3,4 @@ API_SERVER_HOST=127.0.0.1
|
|
| 3 |
API_SERVER_PORT=8642
|
| 4 |
GATEWAY_ALLOW_ALL_USERS=true
|
| 5 |
HERMES_MODEL=moonshotai/kimi-k2-thinking
|
| 6 |
-
|
| 7 |
NVIDIA_API_KEY=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
|
|
|
|
| 3 |
API_SERVER_PORT=8642
|
| 4 |
GATEWAY_ALLOW_ALL_USERS=true
|
| 5 |
HERMES_MODEL=moonshotai/kimi-k2-thinking
|
|
|
|
| 6 |
NVIDIA_API_KEY=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
|
config/config.yaml
CHANGED
|
@@ -1,79 +1,80 @@
|
|
| 1 |
model:
|
| 2 |
-
default:
|
| 3 |
provider: nvidia
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
auxiliary:
|
| 5 |
vision:
|
| 6 |
provider: nvidia
|
| 7 |
-
model:
|
| 8 |
timeout: 120
|
| 9 |
download_timeout: 30
|
| 10 |
web_extract:
|
| 11 |
provider: nvidia
|
| 12 |
-
model:
|
| 13 |
timeout: 360
|
| 14 |
compression:
|
| 15 |
provider: nvidia
|
| 16 |
-
model:
|
| 17 |
timeout: 120
|
| 18 |
title_generation:
|
| 19 |
provider: nvidia
|
| 20 |
-
model:
|
| 21 |
timeout: 30
|
| 22 |
session_search:
|
| 23 |
provider: auto
|
| 24 |
-
model:
|
| 25 |
timeout: 30
|
| 26 |
skills_hub:
|
| 27 |
provider: auto
|
| 28 |
-
model:
|
| 29 |
timeout: 30
|
| 30 |
approval:
|
| 31 |
provider: auto
|
| 32 |
-
model:
|
| 33 |
timeout: 30
|
| 34 |
mcp:
|
| 35 |
provider: auto
|
| 36 |
-
model:
|
| 37 |
timeout: 30
|
| 38 |
flush_memories:
|
| 39 |
provider: auto
|
| 40 |
-
model:
|
| 41 |
timeout: 30
|
| 42 |
-
delegation:
|
| 43 |
-
model: ""
|
| 44 |
-
provider: nvidia
|
| 45 |
-
max_iterations: 50
|
| 46 |
-
reasoning_effort: medium
|
| 47 |
-
api_server:
|
| 48 |
-
enabled: true
|
| 49 |
-
port: 8642
|
| 50 |
-
host: 127.0.0.1
|
| 51 |
-
terminal:
|
| 52 |
-
backend: local
|
| 53 |
-
timeout: 300
|
| 54 |
-
shell: /bin/bash
|
| 55 |
-
env_passthrough:
|
| 56 |
-
- GEMINI_API_KEY
|
| 57 |
-
- GOOGLE_API_KEY
|
| 58 |
-
- SILICONFLOW_API_KEY
|
| 59 |
-
- GOOGLE_IMAGE_MODEL
|
| 60 |
-
- GOOGLE_BASE_URL
|
| 61 |
-
display:
|
| 62 |
-
skin: default
|
| 63 |
-
show_tool_progress: true
|
| 64 |
-
show_resume: true
|
| 65 |
-
spinner: dots
|
| 66 |
-
agent:
|
| 67 |
-
max_iterations: 50
|
| 68 |
-
approval_mode: ask
|
| 69 |
-
dangerous_command_approval: ask
|
| 70 |
-
gateway_timeout: 300
|
| 71 |
memory:
|
| 72 |
enabled: true
|
| 73 |
provider: local
|
| 74 |
-
compression:
|
| 75 |
-
enabled: true
|
| 76 |
-
threshold: 0.5
|
| 77 |
-
cron:
|
| 78 |
-
enabled: true
|
| 79 |
-
tick_interval: 60
|
|
|
|
| 1 |
model:
|
| 2 |
+
default: moonshotai/kimi-k2-thinking
|
| 3 |
provider: nvidia
|
| 4 |
+
base_url: https://integrate.api.nvidia.com/v1
|
| 5 |
+
cron:
|
| 6 |
+
enabled: true
|
| 7 |
+
tick_interval: 60
|
| 8 |
+
delegation:
|
| 9 |
+
model: ''
|
| 10 |
+
provider: nvidia
|
| 11 |
+
max_iterations: 50
|
| 12 |
+
reasoning_effort: medium
|
| 13 |
+
display:
|
| 14 |
+
skin: default
|
| 15 |
+
show_tool_progress: true
|
| 16 |
+
show_resume: true
|
| 17 |
+
spinner: dots
|
| 18 |
+
compression:
|
| 19 |
+
enabled: true
|
| 20 |
+
threshold: 0.5
|
| 21 |
+
api_server:
|
| 22 |
+
enabled: true
|
| 23 |
+
port: 8642
|
| 24 |
+
host: 127.0.0.1
|
| 25 |
+
terminal:
|
| 26 |
+
backend: local
|
| 27 |
+
timeout: 300
|
| 28 |
+
shell: /bin/bash
|
| 29 |
+
env_passthrough:
|
| 30 |
+
- GEMINI_API_KEY
|
| 31 |
+
- GOOGLE_API_KEY
|
| 32 |
+
- SILICONFLOW_API_KEY
|
| 33 |
+
- GOOGLE_IMAGE_MODEL
|
| 34 |
+
- GOOGLE_BASE_URL
|
| 35 |
+
agent:
|
| 36 |
+
max_iterations: 50
|
| 37 |
+
approval_mode: ask
|
| 38 |
+
dangerous_command_approval: ask
|
| 39 |
+
gateway_timeout: 300
|
| 40 |
auxiliary:
|
| 41 |
vision:
|
| 42 |
provider: nvidia
|
| 43 |
+
model: ''
|
| 44 |
timeout: 120
|
| 45 |
download_timeout: 30
|
| 46 |
web_extract:
|
| 47 |
provider: nvidia
|
| 48 |
+
model: ''
|
| 49 |
timeout: 360
|
| 50 |
compression:
|
| 51 |
provider: nvidia
|
| 52 |
+
model: ''
|
| 53 |
timeout: 120
|
| 54 |
title_generation:
|
| 55 |
provider: nvidia
|
| 56 |
+
model: ''
|
| 57 |
timeout: 30
|
| 58 |
session_search:
|
| 59 |
provider: auto
|
| 60 |
+
model: ''
|
| 61 |
timeout: 30
|
| 62 |
skills_hub:
|
| 63 |
provider: auto
|
| 64 |
+
model: ''
|
| 65 |
timeout: 30
|
| 66 |
approval:
|
| 67 |
provider: auto
|
| 68 |
+
model: ''
|
| 69 |
timeout: 30
|
| 70 |
mcp:
|
| 71 |
provider: auto
|
| 72 |
+
model: ''
|
| 73 |
timeout: 30
|
| 74 |
flush_memories:
|
| 75 |
provider: auto
|
| 76 |
+
model: ''
|
| 77 |
timeout: 30
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 78 |
memory:
|
| 79 |
enabled: true
|
| 80 |
provider: local
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
logs/agent.log
CHANGED
|
@@ -45,6 +45,44 @@
|
|
| 45 |
2026-06-03 21:18:27,116 INFO gateway.run: Reconnecting api_server (attempt 4)...
|
| 46 |
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.
|
| 47 |
2026-06-03 21:18:27,121 INFO gateway.run: Reconnect api_server failed, next retry in 240s
|
| 48 |
-
2026-06-03 21:22:
|
| 49 |
-
2026-06-03 21:22:
|
| 50 |
-
2026-06-03 21:22:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
2026-06-03 21:18:27,116 INFO gateway.run: Reconnecting api_server (attempt 4)...
|
| 46 |
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.
|
| 47 |
2026-06-03 21:18:27,121 INFO gateway.run: Reconnect api_server failed, next retry in 240s
|
| 48 |
+
2026-06-03 21:22:55,707 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
|
| 49 |
+
2026-06-03 21:22:55,708 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
|
| 50 |
+
2026-06-03 21:22:55,709 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
|
| 51 |
+
2026-06-03 21:22:55,766 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
|
| 52 |
+
2026-06-03 21:22:55,767 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
|
| 53 |
+
2026-06-03 21:22:55,767 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
|
| 54 |
+
2026-06-03 21:22:55,768 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
|
| 55 |
+
2026-06-03 21:22:55,768 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
|
| 56 |
+
2026-06-03 21:22:55,781 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
|
| 57 |
+
2026-06-03 21:22:55,781 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
|
| 58 |
+
2026-06-03 21:22:55,783 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
|
| 59 |
+
2026-06-03 21:22:55,783 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
|
| 60 |
+
2026-06-03 21:22:55,784 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
|
| 61 |
+
2026-06-03 21:22:55,785 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
|
| 62 |
+
2026-06-03 21:22:55,786 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
|
| 63 |
+
2026-06-03 21:22:55,786 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
|
| 64 |
+
2026-06-03 21:22:55,787 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
|
| 65 |
+
2026-06-03 21:22:55,789 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
|
| 66 |
+
2026-06-03 21:22:55,922 INFO hermes_cli.plugins: Plugin discovery complete: 33 found, 28 enabled
|
| 67 |
+
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'
|
| 68 |
+
2026-06-03 21:23:00,168 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
|
| 69 |
+
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)
|
| 70 |
+
2026-06-03 21:23:00,806 INFO gateway.run: Starting Hermes Gateway...
|
| 71 |
+
2026-06-03 21:23:00,806 INFO gateway.run: Session storage: /data/.hermes/sessions
|
| 72 |
+
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)
|
| 73 |
+
2026-06-03 21:23:00,808 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
|
| 74 |
+
2026-06-03 21:23:00,853 INFO gateway.run: Connecting to api_server...
|
| 75 |
+
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.
|
| 76 |
+
2026-06-03 21:23:00,860 WARNING gateway.run: ✗ api_server failed to connect
|
| 77 |
+
2026-06-03 21:23:00,865 INFO gateway.platforms.api_server: [Api_Server] API server stopped
|
| 78 |
+
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
|
| 79 |
+
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.
|
| 80 |
+
2026-06-03 21:23:00,879 INFO gateway.run: Channel directory built: 0 target(s)
|
| 81 |
+
2026-06-03 21:23:00,880 INFO gateway.run: Starting reconnection watcher for 1 failed platform(s): api_server
|
| 82 |
+
2026-06-03 21:23:00,880 INFO gateway.run: Press Ctrl+C to stop
|
| 83 |
+
2026-06-03 21:23:00,883 INFO gateway.run: Cron ticker started (interval=60s)
|
| 84 |
+
2026-06-03 21:23:01,022 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
|
| 85 |
+
2026-06-03 21:23:05,895 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
|
| 86 |
+
2026-06-03 21:23:30,920 INFO gateway.run: Reconnecting api_server (attempt 2)...
|
| 87 |
+
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.
|
| 88 |
+
2026-06-03 21:23:30,927 INFO gateway.run: Reconnect api_server failed, next retry in 60s
|
logs/errors.log
CHANGED
|
@@ -5,4 +5,8 @@
|
|
| 5 |
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.
|
| 6 |
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.
|
| 7 |
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.
|
| 8 |
-
2026-06-03 21:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
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.
|
| 6 |
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.
|
| 7 |
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.
|
| 8 |
+
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.
|
| 9 |
+
2026-06-03 21:23:00,860 WARNING gateway.run: ✗ api_server failed to connect
|
| 10 |
+
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
|
| 11 |
+
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.
|
| 12 |
+
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.
|
logs/gateway-exit-diag.log
CHANGED
|
@@ -1 +1,2 @@
|
|
| 1 |
{"ts": "2026-06-03T21:14:52.531145+00:00", "tag": "gateway.start", "pid": 74, "python": "3.11.15", "platform": "linux", "replace": true, "argv": ["/usr/local/bin/hermes", "gateway", "run", "--replace"], "stdin_is_tty": false, "absorb_windows_console_controls": false}
|
|
|
|
|
|
| 1 |
{"ts": "2026-06-03T21:14:52.531145+00:00", "tag": "gateway.start", "pid": 74, "python": "3.11.15", "platform": "linux", "replace": true, "argv": ["/usr/local/bin/hermes", "gateway", "run", "--replace"], "stdin_is_tty": false, "absorb_windows_console_controls": false}
|
| 2 |
+
{"ts": "2026-06-03T21:22:56.092959+00:00", "tag": "gateway.start", "pid": 72, "python": "3.11.15", "platform": "linux", "replace": true, "argv": ["/usr/local/bin/hermes", "gateway", "run", "--replace"], "stdin_is_tty": false, "absorb_windows_console_controls": false}
|
logs/gateway.log
CHANGED
|
@@ -22,6 +22,21 @@
|
|
| 22 |
2026-06-03 21:18:27,116 INFO gateway.run: Reconnecting api_server (attempt 4)...
|
| 23 |
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.
|
| 24 |
2026-06-03 21:18:27,121 INFO gateway.run: Reconnect api_server failed, next retry in 240s
|
| 25 |
-
2026-06-03 21:
|
| 26 |
-
2026-06-03 21:
|
| 27 |
-
2026-06-03 21:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
2026-06-03 21:18:27,116 INFO gateway.run: Reconnecting api_server (attempt 4)...
|
| 23 |
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.
|
| 24 |
2026-06-03 21:18:27,121 INFO gateway.run: Reconnect api_server failed, next retry in 240s
|
| 25 |
+
2026-06-03 21:23:00,806 INFO gateway.run: Starting Hermes Gateway...
|
| 26 |
+
2026-06-03 21:23:00,806 INFO gateway.run: Session storage: /data/.hermes/sessions
|
| 27 |
+
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)
|
| 28 |
+
2026-06-03 21:23:00,808 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
|
| 29 |
+
2026-06-03 21:23:00,853 INFO gateway.run: Connecting to api_server...
|
| 30 |
+
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.
|
| 31 |
+
2026-06-03 21:23:00,860 WARNING gateway.run: ✗ api_server failed to connect
|
| 32 |
+
2026-06-03 21:23:00,865 INFO gateway.platforms.api_server: [Api_Server] API server stopped
|
| 33 |
+
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
|
| 34 |
+
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.
|
| 35 |
+
2026-06-03 21:23:00,879 INFO gateway.run: Channel directory built: 0 target(s)
|
| 36 |
+
2026-06-03 21:23:00,880 INFO gateway.run: Starting reconnection watcher for 1 failed platform(s): api_server
|
| 37 |
+
2026-06-03 21:23:00,880 INFO gateway.run: Press Ctrl+C to stop
|
| 38 |
+
2026-06-03 21:23:00,883 INFO gateway.run: Cron ticker started (interval=60s)
|
| 39 |
+
2026-06-03 21:23:05,895 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
|
| 40 |
+
2026-06-03 21:23:30,920 INFO gateway.run: Reconnecting api_server (attempt 2)...
|
| 41 |
+
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.
|
| 42 |
+
2026-06-03 21:23:30,927 INFO gateway.run: Reconnect api_server failed, next retry in 60s
|
metadata.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"timestamp": "2026-06-03T21:23:
|
| 3 |
"version": "0.10.0",
|
| 4 |
"hermes_home": "/data/.hermes"
|
| 5 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"timestamp": "2026-06-03T21:23:53.995161",
|
| 3 |
"version": "0.10.0",
|
| 4 |
"hermes_home": "/data/.hermes"
|
| 5 |
}
|