diff --git a/README.md b/README.md
index d253fde7..3904f158 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,22 @@ We ship the scaffolding to make that last mile fast: structured logging, metrics
## **Demo, Demo, Demo..**
-
+
+
+
+
+
+
+
+ Click the image to watch the ARTAgent Demo.
+
+
+
+
Want to run this app?
+
All the code is here!
+
👇 Go to the "Getting Started" section below for step-by-step instructions
+
+
## **The How (Architecture)**
diff --git a/apps/rtagent/backend/src/agents/artagent/agent_store/auth_agent.yaml b/apps/rtagent/backend/src/agents/artagent/agent_store/auth_agent.yaml
index ad113ae1..1d688dda 100644
--- a/apps/rtagent/backend/src/agents/artagent/agent_store/auth_agent.yaml
+++ b/apps/rtagent/backend/src/agents/artagent/agent_store/auth_agent.yaml
@@ -10,7 +10,7 @@ agent:
agent—or a live human—based on intent and context.
model:
- deployment_id: gpt-4.1-mini
+ deployment_id: gpt-4o
temperature: 1 # Temperature setting for response variability
top_p: 0.9 # Top-p setting for response variability
# max_tokens: 2040 # Maximum number of tokens in response
diff --git a/apps/rtagent/backend/src/agents/artagent/agent_store/claim_intake_agent.yaml b/apps/rtagent/backend/src/agents/artagent/agent_store/claim_intake_agent.yaml
index 81aea361..61d61efa 100644
--- a/apps/rtagent/backend/src/agents/artagent/agent_store/claim_intake_agent.yaml
+++ b/apps/rtagent/backend/src/agents/artagent/agent_store/claim_intake_agent.yaml
@@ -12,7 +12,7 @@ agent:
Strictly uses tool-calling—never provides claim advice or answers outside its function scope.
model:
- deployment_id: gpt-4.1-mini
+ deployment_id: gpt-4o
temperature: 0.60
top_p: 0.9
# max_tokens: 2024
diff --git a/utils/images/ARTAgentVimeoDemo.png b/utils/images/ARTAgentVimeoDemo.png
new file mode 100644
index 00000000..ed9ef9de
Binary files /dev/null and b/utils/images/ARTAgentVimeoDemo.png differ