mirror of
https://github.com/hoshikawa2/agent_platform_oci.git
synced 2026-07-09 14:04:19 +00:00
First commit
This commit is contained in:
35
apps/agent_gateway/.env.example
Normal file
35
apps/agent_gateway/.env.example
Normal file
@@ -0,0 +1,35 @@
|
||||
APP_NAME=agent-gateway-global-supervisor
|
||||
APP_ENV=local
|
||||
LOG_LEVEL=INFO
|
||||
API_HOST=0.0.0.0
|
||||
API_PORT=8010
|
||||
CORS_ORIGINS=http://localhost:5173
|
||||
|
||||
BACKENDS_CONFIG_PATH=./config/backends.yaml
|
||||
GLOBAL_ROUTING_MODE=hybrid
|
||||
GLOBAL_KEEP_ACTIVE_BACKEND=true
|
||||
GLOBAL_USE_SUPERVISOR_ON_CONFLICT=true
|
||||
GLOBAL_MIN_ROUTER_CONFIDENCE=0.55
|
||||
GLOBAL_SESSION_TTL_SECONDS=3600
|
||||
BACKEND_TIMEOUT_SECONDS=120
|
||||
|
||||
# Para o supervisor global. Em dev, use mock; em produção, use oci_openai/openai_compatible.
|
||||
LLM_PROVIDER=mock
|
||||
LLM_TEMPERATURE=0
|
||||
LLM_MAX_TOKENS=700
|
||||
LLM_TIMEOUT_SECONDS=60
|
||||
OCI_GENAI_BASE_URL=https://inference.generativeai.sa-saopaulo-1.oci.oraclecloud.com/openai/v1
|
||||
OCI_GENAI_MODEL=openai.gpt-4.1
|
||||
OCI_GENAI_API_KEY=
|
||||
|
||||
# Analytics do próprio gateway
|
||||
ENABLE_ANALYTICS=false
|
||||
ANALYTICS_PROVIDERS=oci_streaming,pubsub
|
||||
GCP_PUBSUB_TOPIC_PATH=
|
||||
AGENT_PUBSUB_TOPIC=
|
||||
GCP_PROJECT_ID=
|
||||
GCP_PUBSUB_TOPIC=
|
||||
ENABLE_OCI_STREAMING=false
|
||||
OCI_STREAM_ENDPOINT=
|
||||
OCI_STREAM_OCID=
|
||||
OCI_STREAM_PARTITION_KEY=agent-gateway-events
|
||||
Reference in New Issue
Block a user