# 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/eqofiya
用 LangChain 還是 LangGraph?官方終於站出來表態了**
無論是個人還是企業,當我們想要使用 LLM(大模型)的功能開發出有趣或者有價值的應用時,第一個技術問題通常是 “使用什麼工具?”在本文中,我們將深入探討用於構建 LLM 應用程序的兩個最流行的框架:LangChain 和 LangGraph。現在生成式 AI 的開發正處於井噴時期,幾乎每天都會出現各種新框架和新技術,所以各位在閱讀本文時請記住,今天是正確的,明天可能就不正確了!LangChain ⌘ Read more