87 lines
2.3 KiB
YAML
87 lines
2.3 KiB
YAML
test_env: dev
|
|
profile: remote-mac-runner
|
|
last_updated_at: "2026-07-18"
|
|
|
|
source:
|
|
remote_runner:
|
|
ssh: toki@toki-labs.com
|
|
os: macOS
|
|
arch: arm64
|
|
repo_root: /Users/toki/agent-work/rara-dev
|
|
checkout_status: provisioning_required
|
|
observed_at: "2026-07-18"
|
|
sync:
|
|
target_ref: exact_commit_under_test
|
|
remote_dirty_policy: discard_after_identity_review
|
|
require_local_remote_identity_match: true
|
|
|
|
runtime:
|
|
go_required: "1.26"
|
|
go_observed_login_shell: "1.26.3"
|
|
python_required: "3.12"
|
|
python_observed_command: python3.12
|
|
python_observed_version: "3.12.9"
|
|
default_python3_observed_version: "3.14.6"
|
|
login_shell_required_for_tool_path: true
|
|
docker_cli_observation: available_in_login_shell
|
|
docker_client_version: "27.4.0"
|
|
docker_engine_version: "27.4.0"
|
|
postgres_status: not_verified
|
|
model_endpoint: not_configured
|
|
|
|
ports:
|
|
allocation_basis: workspace_70_slot_assigned_to_rara_after_collision_check_2026_07_18
|
|
recheck_before_use: true
|
|
control_plane_http:
|
|
host: 127.0.0.1
|
|
port: 18070
|
|
rag_api_http:
|
|
host: 127.0.0.1
|
|
port: 18071
|
|
go_worker_http:
|
|
host: 127.0.0.1
|
|
port: 18072
|
|
python_executor_grpc:
|
|
host: 127.0.0.1
|
|
port: 19070
|
|
postgres_host_publish:
|
|
host: 127.0.0.1
|
|
port: 15470
|
|
container_port: 5432
|
|
publish_only_when_required: true
|
|
reserved:
|
|
frontend: 13070
|
|
cache: 16370
|
|
metrics_diagnostics:
|
|
- 19170
|
|
- 19171
|
|
- 19172
|
|
|
|
compose_candidate:
|
|
status: not_implemented
|
|
project_name: rara-dev-agent
|
|
network: rara-dev-agent-net
|
|
subnet_candidate: 10.89.7.0/24
|
|
subnet_collision_observed: false
|
|
subnet_observed_at: "2026-07-18"
|
|
subnet_recheck_before_create: true
|
|
|
|
services:
|
|
control_plane:
|
|
config: configs/control-plane.yaml
|
|
listen_override: 127.0.0.1:18070
|
|
health_url: http://127.0.0.1:18070/healthz
|
|
readiness_url: http://127.0.0.1:18070/readyz
|
|
rag_api:
|
|
config: configs/rag-api.yaml
|
|
listen_override: 127.0.0.1:18071
|
|
health_url: http://127.0.0.1:18071/healthz
|
|
readiness_url: http://127.0.0.1:18071/readyz
|
|
go_worker:
|
|
config: configs/worker.yaml
|
|
listen_override: 127.0.0.1:18072
|
|
health_url: http://127.0.0.1:18072/healthz
|
|
readiness_url: http://127.0.0.1:18072/readyz
|
|
python_executor:
|
|
listen_host: 127.0.0.1
|
|
listen_port: 19070
|