dwctl 8.38.0

The Doubleword Control Layer - A self-hostable observability and analytics platform for LLM applications
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head><meta charset="utf-8"></head>
<body style="font-family: system-ui, sans-serif; max-width: 600px; margin: 40px auto; padding: 20px; color: #333;">
    <h2>Your first batch has completed!</h2>
    <p>Hi {{ to_name }}, your batch has finished processing successfully.</p>

    <p><a href="{{ dashboard_link }}">View your batch in the dashboard</a></p>

    <p style="font-size: 14px; color: #555; margin-top: 20px;">If anything about your first run was confusing or didn't work as expected, just reply to this email.</p>

    <p style="font-size: 14px; color: #333;">Best,<br><span style="color: #666;">{{ from_name }}</span></p>

    <p style="font-size: 12px; color: #888; margin-top: 30px; border-top: 1px solid #eee; padding-top: 15px;">
        You're receiving this because you ran a batch.
    </p>
</body>
</html>