# 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/ntz7zma
Agent 的基本架構**
根據《A survey on large language model based autonomous agents》智能體綜述文章,Agent 核心是需要具備以下幾個核心特性與模塊:Profile 模塊: Profile 模塊的目的主要是做 Agent 角色認定,回答的核心問題有: 我是誰?我在哪?我該幹什麼?無論是在當前的人與人之間的協同,還是人與智能體的協同,亦或是智能體與智能體間的協同。 ⌘ Read more