# 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/pxfrd3a
AI Agent 記憶技術淺析**
什麼是 Agent 記憶?Agent 記憶(Agent Memory)是指 AI Agent 在執行任務過程中存儲和管理信息的能力和機制。它類似於人類的記憶系統,使 Agent 能夠記住過去的交互、經驗和知識,並在後續任務中利用這些信息做出更好的決策。這種記憶機制對於實現持續學習和處理長期任務至關重要。什麼 Agent 需要記憶?從技術角度來看,Agent 的記憶本質上是對大模型有限上下文的一種擴 ⌘ Read more