mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-08-03 05:23:42 +00:00
Some checks failed
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (javascript-typescript) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Pre-commit / pre-commit (push) Has been cancelled
Test / Run Web + Local Brain Smoke (push) Has been cancelled
Test / Run Frontend Guardrails (push) Has been cancelled
Test / Run Python Tests (push) Has been cancelled
Co-authored-by: Douglas <douglas.ym.lai@gmail.com> Co-authored-by: Douglas Lai <115660088+Douglasymlai@users.noreply.github.com> Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: Tao Sun <168447269+fengju0213@users.noreply.github.com> Co-authored-by: Weijie Bai <happy.regina.bai@gmail.com>
26 lines
587 B
TOML
26 lines
587 B
TOML
[defaults]
|
|
timeout_seconds = 10
|
|
verify_tls = true
|
|
acquire_path = "/acquire"
|
|
release_path = "/release"
|
|
health_path = "/health"
|
|
# auth_token_env = "EIGENT_HANDS_CLUSTER_AUTH_TOKEN"
|
|
|
|
[routes]
|
|
browser = "browser_pool"
|
|
terminal = "terminal_pool"
|
|
model = "model_pool"
|
|
default = "gateway"
|
|
|
|
[clusters.gateway]
|
|
base_url = "http://hands-gateway:8080"
|
|
|
|
[clusters.browser_pool]
|
|
base_url = "http://browser-cluster:8080"
|
|
# auth_token_env = "EIGENT_BROWSER_CLUSTER_TOKEN"
|
|
|
|
[clusters.terminal_pool]
|
|
base_url = "http://terminal-cluster:8080"
|
|
|
|
[clusters.model_pool]
|
|
base_url = "http://model-cluster:8080"
|