# 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/no5orsq
如何構建通用 LLM Agent
LLM Agent 是什麼大語言模型智能體是一種程序,其執行邏輯由其底層模型控制。大語言模型智能體與少樣本提示或固定工作流程等方法的區別在於,它能夠定義和調整執行用戶查詢所需的步驟。通過使用一組工具(如代碼執行或網絡搜索),智能體可以決定使用哪個工具、如何使用它,並根據輸出對結果進行迭代。這種適應性使系統能夠以最小的配置處理各種用例。智能體架構存在於一個範圍內,從固定工作流程的可靠性到自主智能體的 ⌘ Read more