Skip to content

Commit 4192454

Browse files
committed
Update chat.yaml requirements and refactor infrastructure initialization: Add resource requirements to chat.yaml for improved configuration clarity. Remove obsolete error handling code and restructure the Infrastructure type to include necessary modules, enhancing overall code organization and maintainability.
1 parent 2e23fc2 commit 4192454

File tree

17 files changed

+1091
-298
lines changed

17 files changed

+1091
-298
lines changed

arrow.dev/chat.yaml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,17 @@ metadata:
1313
version: "25.7.0"
1414

1515
requirements:
16+
cpu_cores: 1
17+
ram_gb: 1
18+
disk_gb: 1
19+
network_mbps: 1
1620
system:
1721
- "windows/amd64"
1822
- "windows/arm64"
1923
- "linux/amd64"
2024
- "linux/arm64"
2125
- "darwin/amd64"
2226
- "darwin/arm64"
23-
minimum:
24-
cpu_cores: 1
25-
ram_gb: 1
26-
disk_gb: 1
27-
network_mbps: 1
28-
recommended:
29-
cpu_cores: 1
30-
ram_gb: 1
31-
disk_gb: 1
32-
network_mbps: 1
3327

3428
netbridge:
3529
- name: "CHAT_PORT"

internal/core/errors/errors.go

Lines changed: 0 additions & 1 deletion
This file was deleted.

internal/core/errors/type.go

Lines changed: 0 additions & 21 deletions
This file was deleted.

internal/core/errors/type_test.go

Lines changed: 0 additions & 264 deletions
This file was deleted.

0 commit comments

Comments
 (0)