# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/b6cy7iq
Agent 的五重境界**
從 LLM 取得突破以來,技術社區對 agent 的探索從未停步,過去兩三年我們不斷見證各類 agent showcase 的出現,每次都引發熱烈討論,大家滿懷激情地認爲 agent 奇點已來,但後來又會失望,覺得離實際落地還遠,兩種聲音始終都會並存,這也符合技術發展的規律。今天之所以寫這篇文章是因爲確實看到 agent 已經發展到了一個階段性的 milestone,在這個節點上我們需要搞清楚自己 ⌘ Read more