Spaces:
Running
Running
article: add OG hero image (seoThumbImage)
Browse files- app/public/og.png +3 -0
- app/src/content/article.mdx +1 -0
app/public/og.png
ADDED
|
Git LFS Details
|
app/src/content/article.mdx
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
title: 'Automata from Agent Traces'
|
| 3 |
subtitle: 'One automaton, built from traces, serves as a memory, prediction, and monitoring prior'
|
| 4 |
description: 'Automata from Agent Traces: compact finite-state machines extracted from LLM agent traces for failure prediction, next-step prediction, and runtime monitoring.'
|
|
|
|
| 1 |
---
|
| 2 |
+
seoThumbImage: 'https://seongland.com/article/asg/og.png'
|
| 3 |
title: 'Automata from Agent Traces'
|
| 4 |
subtitle: 'One automaton, built from traces, serves as a memory, prediction, and monitoring prior'
|
| 5 |
description: 'Automata from Agent Traces: compact finite-state machines extracted from LLM agent traces for failure prediction, next-step prediction, and runtime monitoring.'
|