mirror of
https://github.com/hoshikawa2/agent_platform_oci.git
synced 2026-09-07 18:23:46 +00:00
New features: Route Stickness, Handoff, Clarification, Read-Only/Transactional, Long Term Memory
This commit is contained in:
25
deploy/oke/examples/oke.env.example
Normal file
25
deploy/oke/examples/oke.env.example
Normal file
@@ -0,0 +1,25 @@
|
||||
# OCI / OKE / OCIR
|
||||
OCI_REGION=sa-saopaulo-1
|
||||
OCI_REGION_KEY=gru
|
||||
OCI_TENANCY_NAMESPACE=your_tenancy_namespace
|
||||
OCIR_REPOSITORY_PREFIX=agent-platform-oci
|
||||
IMAGE_TAG=1.0.0
|
||||
|
||||
# Kubernetes
|
||||
K8S_NAMESPACE=agent-platform
|
||||
OKE_CLUSTER_OCID=ocid1.cluster.oc1..example
|
||||
|
||||
# Optional: configure kubeconfig automatically with OCI CLI
|
||||
OCI_CLI_PROFILE=DEFAULT
|
||||
|
||||
# Runtime config
|
||||
LLM_PROVIDER=oci_openai
|
||||
OCI_GENAI_BASE_URL=https://inference.generativeai.sa-saopaulo-1.oci.oraclecloud.com/openai/v1
|
||||
OCI_GENAI_MODEL=cohere.command-r-plus
|
||||
OCI_GENAI_API_KEY=replace-me
|
||||
OCI_GENAI_PROJECT_OCID=
|
||||
OCI_COMPARTMENT_ID=ocid1.compartment.oc1..example
|
||||
LANGFUSE_HOST=
|
||||
LANGFUSE_PUBLIC_KEY=
|
||||
LANGFUSE_SECRET_KEY=
|
||||
MCP_GATEWAY_TOKEN=
|
||||
Reference in New Issue
Block a user