seonglae commited on
Commit
35c02c8
·
1 Parent(s): 2db2783

article: add OG hero image (seoThumbImage)

Browse files
Files changed (2) hide show
  1. app/public/og.png +3 -0
  2. app/src/content/article.mdx +1 -0
app/public/og.png ADDED

Git LFS Details

  • SHA256: 23f43358863c525425116be8d272d8c336e0b138775a842226a63ff95c50adc7
  • Pointer size: 131 Bytes
  • Size of remote file: 283 kB
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.'