# 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/733v2nq
一篇大模型 Agent 工具使用全面研究綜述**
使用大型語言模型(LLMs)進行工具學習已成爲增強 LLMs 能力以解決高度複雜問題的一個有希望的範式。儘管這一領域受到越來越多的關注和快速發展,但現有的文獻仍然分散,缺乏系統性的組織,爲新來者設置了進入障礙。因此對 LLMs 工具學習方面的現有工作進行全面調查,從兩個主要方面展開:(1)爲什麼工具學習是有益的;(2)如何實現工具學習,以全面理解 LLMs 的工具學習。根據工具學習工作流程中的四個 ⌘ Read more