Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,22 @@ We ship the scaffolding to make that last mile fast: structured logging, metrics

## **Demo, Demo, Demo..**


</br>

<div align="center">
<a href="https://vimeo.com/1115976100">
<img src="utils/images/ARTAgentVimeoDemo.png" alt="Demo Video - ARTAgent in Action" style="max-width:95%; border-radius:20px; box-shadow: 0 8px 25px rgba(0,0,0,0.3); border: 3px solid #e0e0e0;">
</a>
<p style="font-size: smaller; font-family: cursive; font-style: italic; margin-top: 8px;">
Click the image to watch the ARTAgent Demo.
</p>

<div style="margin: 20px auto; padding: 10px 15px; background: linear-gradient(135deg, #0078d4 0%, #106ebe 100%); border-radius: 15px; color: white; text-align: center; max-width: 400px; border: 2px solid #ffffff20; box-shadow: 0 4px 15px rgba(0,120,212,0.3);">
<div style="font-size: 0.75em; font-weight: bold; margin-bottom: 3px;">Want to run this app?</div>
<div style="font-size: 0.65em; margin-bottom: 5px;">All the code is here!</div>
<div style="font-size: 0.6em; font-weight: normal; opacity: 0.9;">👇 Go to the "Getting Started" section below for step-by-step instructions</div>
</div>
</div>

## **The How (Architecture)**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file added utils/images/ARTAgentVimeoDemo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading