<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: 邱敬幃 Pardn Chiu</title>
    <description>The latest articles on DEV Community by 邱敬幃 Pardn Chiu (@pardnchiu).</description>
    <link>https://dev.to/pardnchiu</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2593887%2Fe9af931f-d2ba-4376-827d-478437aae47d.jpg</url>
      <title>DEV Community: 邱敬幃 Pardn Chiu</title>
      <link>https://dev.to/pardnchiu</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pardnchiu"/>
    <language>en</language>
    <item>
      <title>Agenvoy@v0.27.10</title>
      <dc:creator>邱敬幃 Pardn Chiu</dc:creator>
      <pubDate>Sat, 27 Jun 2026 03:54:37 +0000</pubDate>
      <link>https://dev.to/pardnchiu/agenvoyv02710-k74</link>
      <guid>https://dev.to/pardnchiu/agenvoyv02710-k74</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/pardnchiu/Agenvoy" rel="noopener noreferrer"&gt;Agenvoy&lt;/a&gt; - A personal agent that writes its own tools and repairs itself — Make AI actually work for you.&lt;/p&gt;




&lt;blockquote&gt;
&lt;p&gt;v0.27.5 -&amp;gt; v0.27.10&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Summary
&lt;/h2&gt;

&lt;p&gt;Unifies tool adapter and MCP infrastructure while hardening runtime resilience. Consolidates script and API tool guidance under a single ToolGuide layer, adds MCP authentication and automatic reconnection, and introduces provider cooldown with dispatcher retry-and-fallback. New user-facing controls include TUI prompt template selection, LLM-based history compaction, and reasoning-level tuning. Cleans up legacy browser login helpers, bot name sync, and session-scoped MCP configuration.&lt;/p&gt;

&lt;p&gt;翻譯&lt;/p&gt;

&lt;p&gt;統一 tool adapter 與 MCP 基礎設施，同步強化執行期韌性。將 script 與 API 工具指引合併為單一 ToolGuide 層、新增 MCP 驗證與自動重連、引入 provider 冷卻與 dispatcher fallback 重試機制。使用者面新增 TUI prompt template 選擇、LLM 歷史壓縮、推理等級調整。清理舊版瀏覽器登入 helper、bot 名稱同步與 session 級 MCP 設定。&lt;/p&gt;

&lt;h2&gt;
  
  
  Changes
&lt;/h2&gt;

&lt;h3&gt;
  
  
  FEAT
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Add TUI prompt template picker and upgrade go-browser [ec4d553]&lt;/li&gt;
&lt;li&gt;Add MCP auth flow and normalize authorization headers [be5b5c0]&lt;/li&gt;
&lt;li&gt;Add LLM-based history compaction via /compact command [61029c9]&lt;/li&gt;
&lt;li&gt;Add dispatcher retry with fallback and tool activity display in TUI thinking line [0322248]&lt;/li&gt;
&lt;li&gt;Add MCP reconnect flow with status display and server info [3636c7a]&lt;/li&gt;
&lt;li&gt;Add reasoning level control and copilot priority boost [84b3730]&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;翻譯&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;新增 TUI prompt template 選擇器並升級 go-browser&lt;/li&gt;
&lt;li&gt;新增 MCP 驗證流程並正規化授權標頭&lt;/li&gt;
&lt;li&gt;新增基於 LLM 的歷史壓縮功能，透過 /compact 指令觸發&lt;/li&gt;
&lt;li&gt;新增 dispatcher 帶 fallback 的重試機制，並於 TUI thinking 行顯示 tool 活動&lt;/li&gt;
&lt;li&gt;新增 MCP 重連流程，含狀態顯示與 server 資訊&lt;/li&gt;
&lt;li&gt;新增推理等級控制與 copilot 優先提升&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  FIX
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Reset tool-call state after agent/model switch [d570701]&lt;/li&gt;
&lt;li&gt;Always-load RAG tools, switch project instructions to AGENTS.md, and isolate MCP empty schemas [cd690b7]&lt;/li&gt;
&lt;li&gt;Fix rate-limit handling and add provider cooldown mechanism [adfbb6b]&lt;/li&gt;
&lt;li&gt;Restore Copilot agent naming with &lt;code&gt;copilot@&lt;/code&gt; prefix and schedule session cleanup via system cron [feb21a8]&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;翻譯&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;在 agent/model 切換後重置 tool-call 狀態&lt;/li&gt;
&lt;li&gt;強制載入 RAG 工具、將專案指示切換至 AGENTS.md，並隔離 MCP 空 schema&lt;/li&gt;
&lt;li&gt;修正 rate-limit 處理並新增 provider 冷卻機制&lt;/li&gt;
&lt;li&gt;修復 Copilot agent 命名加回 &lt;code&gt;copilot@&lt;/code&gt; 前綴，並透過系統 cron 排程 session 清理&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  REFACTOR
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Replace ScriptToolGuide with unified ToolGuide and rename LoadFS to Builtin in API adapter [9494ed9]&lt;/li&gt;
&lt;li&gt;Replace Translator with Adapter and consolidate API execution logic [ccdaf6e]&lt;/li&gt;
&lt;li&gt;Hide tool-cache internals and label plug tools generically [035df0c]&lt;/li&gt;
&lt;li&gt;Use dedicated download directory path consistently across all callers [a43b0aa]&lt;/li&gt;
&lt;li&gt;Normalize record log helpers and standardize slog error labels [d34c5dc]&lt;/li&gt;
&lt;li&gt;Rename resolved skill content helpers and normalize error labels [e087005]&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;翻譯&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;以統一 ToolGuide 取代 ScriptToolGuide，並將 API adapter 的 LoadFS 更名為 Builtin&lt;/li&gt;
&lt;li&gt;以 Adapter 取代 Translator 並整合 API 執行邏輯&lt;/li&gt;
&lt;li&gt;隱藏 tool-cache 內部實作並泛化 plug tools 標籤&lt;/li&gt;
&lt;li&gt;統一所有 caller 使用專屬下載目錄路徑&lt;/li&gt;
&lt;li&gt;正規化記錄 log helper 與 slog 錯誤標籤&lt;/li&gt;
&lt;li&gt;重新命名 skill 內容 helper 並正規化錯誤標籤&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  REMOVE
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Remove legacy direct login browser helpers from Copilot and Codex agents [54c7107]&lt;/li&gt;
&lt;li&gt;Remove legacy bot name sync and history delete helpers [743e020]&lt;/li&gt;
&lt;li&gt;Remove session-scoped MCP config and unify global MCP settings [21df3a0]&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;翻譯&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;移除 Copilot 與 Codex agent 的舊版直接登入瀏覽器 helper&lt;/li&gt;
&lt;li&gt;移除舊版 bot 名稱同步與 history 刪除 helper&lt;/li&gt;
&lt;li&gt;移除 session 級 MCP 設定，統一為全局 MCP 設定&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  TEST
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Add toolAdapter unit tests and update Makefile test target [6144954]&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;翻譯&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;新增 toolAdapter 單元測試並更新 Makefile 測試目標&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>agenvoy</category>
      <category>go</category>
    </item>
    <item>
      <title>美股盤後分析報告 — 2026/06/23</title>
      <dc:creator>邱敬幃 Pardn Chiu</dc:creator>
      <pubDate>Tue, 23 Jun 2026 21:18:56 +0000</pubDate>
      <link>https://dev.to/pardnchiu/mei-gu-pan-hou-fen-xi-bao-gao-20260623-5038</link>
      <guid>https://dev.to/pardnchiu/mei-gu-pan-hou-fen-xi-bao-gao-20260623-5038</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;資料來源：X/Twitter 財經 KOL（104 則，19 帳號）× Massive API × FMP API × WebSearch&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  市場氛圍
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;指標&lt;/th&gt;
&lt;th&gt;數值&lt;/th&gt;
&lt;th&gt;解讀&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;市場狀態&lt;/td&gt;
&lt;td&gt;Extended-hours（盤後）&lt;/td&gt;
&lt;td&gt;收盤後交易中&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Fear &amp;amp; Greed&lt;/td&gt;
&lt;td&gt;
&lt;strong&gt;29&lt;/strong&gt;（恐懼區）&lt;/td&gt;
&lt;td&gt;@TheProfInvestor 引用&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;S&amp;amp;P 500&lt;/td&gt;
&lt;td&gt;-0.75% / 距 ATH -3%&lt;/td&gt;
&lt;td&gt;@Mr_Derivatives：「Run of the mill so far」&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;QQQ&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;-2.5%&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;科技股領跌&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;IWM&lt;/td&gt;
&lt;td&gt;-0.43%&lt;/td&gt;
&lt;td&gt;小型股相對抗跌&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;RSP&lt;/td&gt;
&lt;td&gt;-0.23%&lt;/td&gt;
&lt;td&gt;等權重指數微跌，輪動中&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Dollar&lt;/td&gt;
&lt;td&gt;基底突破&lt;/td&gt;
&lt;td&gt;@TheProfInvestor：「similar to Nov 2021, not positive for equities」&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;板塊輪動：&lt;/strong&gt; @TheProfInvestor 觀察到資金流入 Healthcare、Finance、Real Estate，流出科技股。S&amp;amp;P 500 跌破 21EMA，Nasdaq 跌破 21EMA。&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;社群情緒溫度：&lt;/strong&gt; 恐懼但非恐慌。多數 KOL 認為是「BS narratives」造成的短期去風險，而非基本面惡化。@ZaStocks：「Days like today come with the territory.」@Mr_Derivatives 預期 7 月 VIX 季節性下降，8-10 月才是真正修正。&lt;/p&gt;




&lt;h2&gt;
  
  
  國際新聞與宏觀環境
&lt;/h2&gt;

&lt;h3&gt;
  
  
  地緣政治 — 伊朗衝突持續升溫
&lt;/h3&gt;

&lt;p&gt;中東局勢為 2026 年最大地緣風險。美國中央司令部對伊朗軍事目標的打擊與德黑蘭報復持續，調停崩潰後市場已從「定價停火」轉向「定價長期消耗」。儘管如此，美股主要指數仍創新高，呈現「廢墟中的韌性」。&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;影響方向：&lt;/strong&gt; 能源成本上升（利空科技股成本端）、國防板塊受益、避險情緒間歇性湧現&lt;/li&gt;
&lt;li&gt;來源：&lt;a href="https://www.cnbc.com/amp/2026/06/11/iran-war-us-trump-strikes-centcom-oil-investors.html" rel="noopener noreferrer"&gt;CNBC - Iran war investors&lt;/a&gt; | &lt;a href="https://www.imf.org/en/blogs/articles/2026/04/14/war-darkens-global-economic-outlook-and-reshapes-policy-priorities" rel="noopener noreferrer"&gt;IMF - War Darkens Outlook&lt;/a&gt; | &lt;a href="https://www.euronews.com/business/2026/05/06/resilience-amid-ruins-why-markets-are-hitting-record-highs-despite-iran-war-effects" rel="noopener noreferrer"&gt;Euronews - Resilience amid ruins&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  央行政策 — Fed 維持利率但轉鷹
&lt;/h3&gt;

&lt;p&gt;6/17 FOMC 會議（Kevin Warsh 首次主持）維持利率 3.50-3.75% 不變，但 &lt;strong&gt;dot plot 翻轉為升息&lt;/strong&gt;：&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;2026 年底利率中位數上修至 &lt;strong&gt;3.8%&lt;/strong&gt;（3 月為 3.4%）&lt;/li&gt;
&lt;li&gt;18 位官員中 &lt;strong&gt;9 位預期年底前升息&lt;/strong&gt;，6 位預期升息 2 次&lt;/li&gt;
&lt;li&gt;PCE 通膨預估大幅上修至 &lt;strong&gt;3.6%&lt;/strong&gt;（3 月為 2.7%）&lt;/li&gt;
&lt;li&gt;17/18 官員認為通膨風險偏向上行&lt;/li&gt;
&lt;li&gt;&lt;p&gt;交易員預期最快 &lt;strong&gt;10 月升息&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;來源：&lt;a href="https://www.federalreserve.gov/newsevents/pressreleases/monetary20260617a.htm" rel="noopener noreferrer"&gt;Fed Official Statement&lt;/a&gt; | &lt;a href="https://www.cnbc.com/2026/06/17/fed-interest-rate-decision-june-2026.html" rel="noopener noreferrer"&gt;CNBC - Fed holds rates&lt;/a&gt; | &lt;a href="https://www.stocktitan.net/articles/fed-rate-decision-june-17-2026" rel="noopener noreferrer"&gt;StockTitan - Dot Plot Flips&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  宏觀經濟 — CPI 4.2% 創 3 年新高
&lt;/h3&gt;

&lt;p&gt;5 月 CPI 年增 &lt;strong&gt;4.2%&lt;/strong&gt;（4 月 4.0%），為 2023 年 4 月以來最高：&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;月增 0.5%，能源佔月增幅 60% 以上&lt;/li&gt;
&lt;li&gt;核心 CPI（去除食品能源）年增 2.9%，月增 0.2%&lt;/li&gt;
&lt;li&gt;&lt;p&gt;6 月 CPI 將於 &lt;strong&gt;7/14&lt;/strong&gt; 公佈&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;來源：&lt;a href="https://www.bls.gov/news.release/cpi.nr0.htm" rel="noopener noreferrer"&gt;BLS - CPI Summary&lt;/a&gt; | &lt;a href="https://www.bls.gov/news.release/pdf/cpi.pdf" rel="noopener noreferrer"&gt;BLS - CPI May 2026 PDF&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  能源 — 油價 $73，伊朗和談預期壓制
&lt;/h3&gt;

&lt;p&gt;WTI 原油跌至 &lt;strong&gt;$73.14&lt;/strong&gt;（-0.97%），過去一個月暴跌 22%：&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;美國授予伊朗 60 天石油出口許可，市場預期供給增加&lt;/li&gt;
&lt;li&gt;OPEC+ 增產 188,000 桶/日&lt;/li&gt;
&lt;li&gt;&lt;p&gt;IEA 預估 2026 全球石油供給降至 102.4 mb/d，需求降 1.1 mb/d&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;來源：&lt;a href="https://www.iea.org/reports/oil-market-report-june-2026" rel="noopener noreferrer"&gt;IEA - Oil Market Report June 2026&lt;/a&gt; | &lt;a href="https://www.cnbc.com/2026/05/03/opec-announces-188000-barrels-per-day-output-increase-.html" rel="noopener noreferrer"&gt;CNBC - OPEC+ output increase&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  金融市場事件 — KOSPI 崩盤觸發熔斷
&lt;/h3&gt;

&lt;p&gt;韓國 KOSPI &lt;strong&gt;暴跌 9.99%&lt;/strong&gt;（-910 點），&lt;strong&gt;一日內觸發 2 次熔斷&lt;/strong&gt;，年內第 4 次：&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Samsung -12.3%、SK Hynix -12.5%&lt;/li&gt;
&lt;li&gt;外資拋售 5.79 兆韓元（~$38 億美元）&lt;/li&gt;
&lt;li&gt;兩大晶片股佔指數近半權重，拖累全場&lt;/li&gt;
&lt;li&gt;&lt;p&gt;原因：美國科技股 AI 估值鬆動 → 亞洲 AI/半導體交易大規模平倉&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;來源：&lt;a href="https://finance.yahoo.com/markets/world-indices/articles/kospi-falls-8-triggers-circuit-061212686.html" rel="noopener noreferrer"&gt;Yahoo Finance - KOSPI Falls 8%&lt;/a&gt; | &lt;a href="https://www.koreaherald.com/article/10785553" rel="noopener noreferrer"&gt;Korea Herald - Kospi crashes 10%&lt;/a&gt; | &lt;a href="https://www.indexbox.io/blog/asian-markets-plunge-kospi-down-10-circuit-breaker-triggered/" rel="noopener noreferrer"&gt;IndexBox - Asian Markets Plunge&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  CXMT — 中國記憶體巨頭 IPO
&lt;/h3&gt;

&lt;p&gt;長鑫存儲（CXMT）獲上交所科創板 IPO 批准，規模至少 $43 億美元：&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Q1 2026 營收 508 億人民幣（YoY &lt;strong&gt;+700%&lt;/strong&gt;），淨利 250 億&lt;/li&gt;
&lt;li&gt;H1 2026 指引營收 1100-1200 億，淨利 570 億&lt;/li&gt;
&lt;li&gt;全球 DRAM 市佔率 7.67%（中國第一、全球第四）&lt;/li&gt;
&lt;li&gt;SemiAnalysis 預估 2026 全年營收近 $550 億，毛利率 75%+&lt;/li&gt;
&lt;li&gt;&lt;p&gt;@zephyr_z9 預估 2027 營收翻倍至 $1000-1100 億&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;來源：&lt;a href="https://www.bloomberg.com/news/articles/2026-05-27/memory-chip-giant-cxmt-heads-for-china-s-biggest-ipo-since-2022" rel="noopener noreferrer"&gt;Bloomberg - CXMT IPO&lt;/a&gt; | &lt;a href="https://finance.yahoo.com/news/chinas-dram-giant-cxmt-plans-093000035.html" rel="noopener noreferrer"&gt;Yahoo Finance - CXMT $4.2B IPO&lt;/a&gt; | &lt;a href="https://douglasresearch.substack.com/p/initial-thoughts-on-the-changxin" rel="noopener noreferrer"&gt;Douglas Research - CXMT IPO Analysis&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  社群高頻標的 × 即時行情
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;標的&lt;/th&gt;
&lt;th&gt;供應鏈&lt;/th&gt;
&lt;th&gt;價格&lt;/th&gt;
&lt;th&gt;日漲跌&lt;/th&gt;
&lt;th&gt;RSI(14)&lt;/th&gt;
&lt;th&gt;MACD&lt;/th&gt;
&lt;th&gt;X 帳號數&lt;/th&gt;
&lt;th&gt;社群態度&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;MU&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;[記憶體]&lt;/td&gt;
&lt;td&gt;$1,068&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;-11.8%&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;57.0*&lt;/td&gt;
&lt;td&gt;+1.46（收斂）&lt;/td&gt;
&lt;td&gt;7&lt;/td&gt;
&lt;td&gt;等 ER 後買&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;ZETA&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;[下游]&lt;/td&gt;
&lt;td&gt;$19.64&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;+6.3%&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;48.3&lt;/td&gt;
&lt;td&gt;-0.43（築底）&lt;/td&gt;
&lt;td&gt;2(13則)&lt;/td&gt;
&lt;td&gt;極度看多&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;NBIS&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;[基礎設施]&lt;/td&gt;
&lt;td&gt;$278.01&lt;/td&gt;
&lt;td&gt;-2.0%&lt;/td&gt;
&lt;td&gt;64.4&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;td&gt;4&lt;/td&gt;
&lt;td&gt;相對強勢&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;IBM&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;[下游] MANGOS生態&lt;/td&gt;
&lt;td&gt;$263.80&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;+4.6%&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;50.3&lt;/td&gt;
&lt;td&gt;-4.63（反轉中）&lt;/td&gt;
&lt;td&gt;1(3則)&lt;/td&gt;
&lt;td&gt;Call 異常&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;PLTR&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;[下游] MANGOS生態&lt;/td&gt;
&lt;td&gt;$116.43&lt;/td&gt;
&lt;td&gt;-2.6%&lt;/td&gt;
&lt;td&gt;32.7&lt;/td&gt;
&lt;td&gt;-2.01（擴張空）&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;超賣+催化&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;TSM&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;[上游] MANGOS供應商&lt;/td&gt;
&lt;td&gt;$438.18&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;-6.3%&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;53.3&lt;/td&gt;
&lt;td&gt;+1.17（收斂）&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;逢低買入&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;PENG&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;[基礎設施]&lt;/td&gt;
&lt;td&gt;$67.20&lt;/td&gt;
&lt;td&gt;-1.1%&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;td&gt;3&lt;/td&gt;
&lt;td&gt;NVDA 合作&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;*RSI 為盤前收盤值，MU 今日 -11.8% 後實際 RSI 預估已大幅下探&lt;/p&gt;




&lt;h2&gt;
  
  
  供應鏈地圖
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;                          MANGOS 生態系
            ┌──────────────────────────────────────┐
            │  META · NVDA · GOOGL · SPCX          │
            │  (Anthropic · OpenAI = 未上市)        │
            └──────────┬───────────────────────────┘
                       │
     ┌─────────────────┼─────────────────────┐
     │                 │                     │
 [上游 製造]      [中游 設計]          [下游 應用]
 ★ TSM (-6.3%)    · NVDA              ★ ZETA (+6.3%)
 · ASML           · AMD               ★ IBM (+4.6%)
 · AMAT           · INTC              ★ PLTR (-2.6%)
                  · ARM               · META
                                      · MSFT
     ┌─────────────────┐
 [記憶體]          [基礎設施]
 ★ MU (-11.8%)    ★ NBIS (-2.0%)
 · SNDK           ★ PENG (-1.1%)
 · SK Hynix       · CIEN
 · CXMT(IPO中)    · GLW

★ = 本日社群主軸標的
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h2&gt;
  
  
  深度分析
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. MU（美光）$1,068 [記憶體] — 明日財報是市場轉折點
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;社群觀點（7 帳號提及，聲量最高）：&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;@Remzztrades：「Everything is wishy washy till $MU. Earnings will be a blowout.」&lt;/li&gt;
&lt;li&gt;@michaelsikand：「Institutions de-risking AI into a market defining ER from $MU.」&lt;/li&gt;
&lt;li&gt;@ParadisLabs：「Memory dip is an obvious point to buy more.」&lt;/li&gt;
&lt;li&gt;@Mr_Derivatives：「$MU 'crashing' to levels not seen since… two days ago.」&lt;/li&gt;
&lt;li&gt;@WheelieInvestor：「Institutions were loading puts on all of big tech but especially $MU yesterday.」&lt;/li&gt;
&lt;li&gt;@Gubloinvestor：「Most AI stocks are reporting solid ER and strong guidance. Stocks are falling right after ER and recovered in 2-3 days. Remember $CRDO?」&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;新聞面：&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;「Micron Earnings Could Be the Grand Finale for AI and Memory Stocks」（positive）— &lt;a href="https://www.investing.com/analysis/micron-earnings-could-be-the-grand-finale-for-ai-and-memory-stocks-200682653" rel="noopener noreferrer"&gt;Investing.com&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;「The Chip Sell-Off Is Not Just About AI: There's a Bigger Problem Under the Hood」（negative）— &lt;a href="https://www.investing.com/analysis/the-chip-selloff-is-not-just-about-ai-theres-a-bigger-problem-under-the-hood-200682649" rel="noopener noreferrer"&gt;Investing.com&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;「Why Micron Stock Suddenly Crashed」— &lt;a href="https://www.fool.com/investing/2026/06/23/why-micron-stock-suddenly-crashed/?source=iedfolrf0000001" rel="noopener noreferrer"&gt;Motley Fool&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;基本面：&lt;/strong&gt;&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;指標&lt;/th&gt;
&lt;th&gt;FY2024&lt;/th&gt;
&lt;th&gt;FY2025&lt;/th&gt;
&lt;th&gt;趨勢&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;毛利率&lt;/td&gt;
&lt;td&gt;22.4%&lt;/td&gt;
&lt;td&gt;39.8%&lt;/td&gt;
&lt;td&gt;↑↑&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;營業利益率&lt;/td&gt;
&lt;td&gt;5.2%&lt;/td&gt;
&lt;td&gt;26.4%&lt;/td&gt;
&lt;td&gt;↑↑&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;淨利率&lt;/td&gt;
&lt;td&gt;3.1%&lt;/td&gt;
&lt;td&gt;22.8%&lt;/td&gt;
&lt;td&gt;↑↑&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;P/B&lt;/td&gt;
&lt;td&gt;2.34x&lt;/td&gt;
&lt;td&gt;2.51x&lt;/td&gt;
&lt;td&gt;≈&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;P/S&lt;/td&gt;
&lt;td&gt;4.21x&lt;/td&gt;
&lt;td&gt;3.64x&lt;/td&gt;
&lt;td&gt;↓ 改善&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;流動比率&lt;/td&gt;
&lt;td&gt;2.64&lt;/td&gt;
&lt;td&gt;2.52&lt;/td&gt;
&lt;td&gt;≈&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Short Interest&lt;/td&gt;
&lt;td&gt;37.5M 股&lt;/td&gt;
&lt;td&gt;DTC 1.0&lt;/td&gt;
&lt;td&gt;低&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;風險：&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;技術面：RSI 57（盤前），今日 -11.8% 後預估快速下探，MACD histogram 從 +8.2 收縮至 +1.5 動能減弱&lt;/li&gt;
&lt;li&gt;競爭風險：CXMT Q1 營收 YoY +700%、毛利率 75%+，即將以 $43B IPO，中期威脅 MU 市佔&lt;/li&gt;
&lt;li&gt;事件風險：明日（6/24）財報為最大短期變數&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;成長面：&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;利潤率翻倍式改善（3.1% → 22.8% 淨利率）= HBM/AI 記憶體需求爆發&lt;/li&gt;
&lt;li&gt;MANGOS 生態系核心供應商（NVDA HBM 供應鏈）&lt;/li&gt;
&lt;li&gt;社群 7 帳號一致看多 = 高度共識&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;判斷：&lt;/strong&gt; 明日 ER 是分水嶺。社群一致看好 blowout，但機構在 ER 前系統性去風險（put 大量湧入）。&lt;strong&gt;策略：等 ER guidance 確認方向，若 blowout 則回測 $1,000 附近分批進場。CXMT 競爭為中期風險因子。&lt;/strong&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  2. ZETA（Zeta Global）$19.64 [下游] — 血盤唯一飆股
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;社群觀點（2 帳號但 13 則連推，@TheRonnieVShow 主導）：&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;@TheRonnieVShow：「ZETA + PALANTIR is bigger than people realize. This is not just martech anymore — business intelligence.」「Sub $5B Market Cap… WE'RE JUST GETTING STARTED!」「Breakout - Retest - Higher」&lt;/li&gt;
&lt;li&gt;@Mr_Derivatives：「Catherine $ZETA Jones! Almost back over $20.」&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;新聞面：&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;「Why This Zeta + Palantir Deal is Bigger Than It Looks」（positive）— &lt;a href="https://www.fool.com/investing/2026/06/23/why-this-zeta-palantir-deal-is-bigger-than-it-look/?source=iedfolrf0000001" rel="noopener noreferrer"&gt;Motley Fool&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;「This AI Software Stock Is Growing Fast. Is It Still a Buy?」— &lt;a href="https://www.fool.com/investing/2026/06/03/this-ai-software-stock-is-growing-fast-is-it-still/?source=iedfolrf0000001" rel="noopener noreferrer"&gt;Motley Fool&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;基本面：&lt;/strong&gt;&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;指標&lt;/th&gt;
&lt;th&gt;FY2024&lt;/th&gt;
&lt;th&gt;FY2025&lt;/th&gt;
&lt;th&gt;趨勢&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;毛利率&lt;/td&gt;
&lt;td&gt;54.7%&lt;/td&gt;
&lt;td&gt;60.6%&lt;/td&gt;
&lt;td&gt;↑&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;營業利益率&lt;/td&gt;
&lt;td&gt;-5.9%&lt;/td&gt;
&lt;td&gt;0.4%&lt;/td&gt;
&lt;td&gt;↑ 轉正&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;淨利率&lt;/td&gt;
&lt;td&gt;-6.9%&lt;/td&gt;
&lt;td&gt;-2.4%&lt;/td&gt;
&lt;td&gt;↑ 虧損收窄&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;P/B&lt;/td&gt;
&lt;td&gt;4.94x&lt;/td&gt;
&lt;td&gt;5.63x&lt;/td&gt;
&lt;td&gt;≈&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;P/S&lt;/td&gt;
&lt;td&gt;3.33x&lt;/td&gt;
&lt;td&gt;3.47x&lt;/td&gt;
&lt;td&gt;≈&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;流動比率&lt;/td&gt;
&lt;td&gt;3.09&lt;/td&gt;
&lt;td&gt;1.60&lt;/td&gt;
&lt;td&gt;↓&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;風險：&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;單一 KOL 推文佔比過高（@TheRonnieVShow 13/13 則 = pump 風險）&lt;/li&gt;
&lt;li&gt;營業利益率僅 0.4%，尚未穩定獲利&lt;/li&gt;
&lt;li&gt;流動比率從 3.09 降至 1.60&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;成長面：&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Palantir 合作 = 從 AdTech → 企業智慧平台的商業模式升級&lt;/li&gt;
&lt;li&gt;毛利率從 54.7% → 60.6%，規模效應顯現&lt;/li&gt;
&lt;li&gt;大盤暴跌中 +6.3% 是極強相對強度&lt;/li&gt;
&lt;li&gt;市值不到 $5B，成長空間大&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;判斷：&lt;/strong&gt; 催化劑明確、紅盤逆勢走強、毛利率改善。&lt;strong&gt;但需警惕 pump 風險（單一帳號主導敘事）。$18 以下為安全進場區，中期持有。&lt;/strong&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  3. NBIS（Nebius）$278.01 [基礎設施] — AI 基礎設施新星
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;社群觀點（4 帳號提及）：&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;@DeepValueBagger：「$NBIS $8k since this morning」（賣 put 獲利）&lt;/li&gt;
&lt;li&gt;@TheProfInvestor：「seeing strength in $APLD $HUT $NBIS $QBTS」&lt;/li&gt;
&lt;li&gt;@Remzztrades：「$NBIS wow」&lt;/li&gt;
&lt;li&gt;@daniel_koss：「sold $NBIS at $284, expect correction back to 8EMA」&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;新聞面：&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;「2 Hypergrowth AI Stocks Smart Investors Are Loading Up On」（positive）— &lt;a href="https://www.fool.com/investing/2026/06/23/2-hypergrowth-artificial-intelligence-ai-stocks-sm/?source=iedfolrf0000001" rel="noopener noreferrer"&gt;Motley Fool&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;「The Nasdaq-100 Is Getting 5 New Members」（positive）— &lt;a href="https://www.fool.com/investing/2026/06/19/the-nasdaq-100-is-getting-5-new-members-heres-the-list/?source=iedfolrf0000001" rel="noopener noreferrer"&gt;Motley Fool&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;「Nebius Is Up 210% This Year」（positive）— &lt;a href="https://www.fool.com/investing/2026/06/18/nebius-is-up-210-this-year-heres-why-theres-still/?source=iedfolrf0000001" rel="noopener noreferrer"&gt;Motley Fool&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;「Nebius Stock's Massive Upside Comes With Serious Risks」（neutral）— &lt;a href="https://www.fool.com/investing/2026/06/22/nebius-stocks-massive-upside-comes-with-serious-ri/?source=iedfolrf0000001" rel="noopener noreferrer"&gt;Motley Fool&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;風險：&lt;/strong&gt; YTD +210%、RSI 64.4 偏高、新入 Nasdaq-100 後被動資金已大部分入場&lt;br&gt;
&lt;strong&gt;成長面：&lt;/strong&gt; AI 基礎設施直接受益者、剛入 Nasdaq-100 帶來指數基金追蹤&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;判斷：&lt;/strong&gt; 相對強勢（大盤 -2.5% 中僅 -2.0%），但估值已充分反映。&lt;strong&gt;觀望回檔至 $250 再考慮。&lt;/strong&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  4. IBM $263.80 [下游] MANGOS 生態 — 機構資金明確流入
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;社群觀點（1 帳號但 call 異常數據極具價值）：&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;@Remzztrades：「$IBM calls are $3 from $.75 while the entire market is tanking — insanity」「$IBM wants to go. Insane call premium.」「$IBM wants to bug out」&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;新聞面：&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;「Wall Street Tuesday: Dow Green, Nasdaq Bleeding, SpaceX Wild」（positive for IBM）— &lt;a href="https://www.fool.com/investing/2026/06/23/on-tuesday-dow-green-nasdaq-bleeds-spacex-wild/?source=iedfolrf0000001" rel="noopener noreferrer"&gt;Motley Fool&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;「Deep Learning Market to Reach $1,963B by 2035」— &lt;a href="https://www.globenewswire.com/news-release/2026/06/19/3314691/0/en/Deep-Learning-Market-to-Reach-1-963-25-Billion-by-2035-as-Generative-AI-and-Enterprise-Automation-Drive-Massive-AI-Investments-Research-by-SNS-Insider.html" rel="noopener noreferrer"&gt;GlobeNewswire&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;基本面：&lt;/strong&gt;&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;指標&lt;/th&gt;
&lt;th&gt;FY2024&lt;/th&gt;
&lt;th&gt;FY2025&lt;/th&gt;
&lt;th&gt;趨勢&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;毛利率&lt;/td&gt;
&lt;td&gt;56.7%&lt;/td&gt;
&lt;td&gt;59.5%&lt;/td&gt;
&lt;td&gt;↑&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;營業利益率&lt;/td&gt;
&lt;td&gt;16.1%&lt;/td&gt;
&lt;td&gt;15.3%&lt;/td&gt;
&lt;td&gt;≈&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;淨利率&lt;/td&gt;
&lt;td&gt;9.6%&lt;/td&gt;
&lt;td&gt;15.7%&lt;/td&gt;
&lt;td&gt;↑↑&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;P/S&lt;/td&gt;
&lt;td&gt;3.28x&lt;/td&gt;
&lt;td&gt;4.09x&lt;/td&gt;
&lt;td&gt;↑ 重新定價&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;股利殖利率&lt;/td&gt;
&lt;td&gt;3.0%&lt;/td&gt;
&lt;td&gt;2.3%&lt;/td&gt;
&lt;td&gt;穩定&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;流動比率&lt;/td&gt;
&lt;td&gt;1.04&lt;/td&gt;
&lt;td&gt;0.93&lt;/td&gt;
&lt;td&gt;↓ 偏低&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;判斷：&lt;/strong&gt; 全場科技崩盤中 +4.6% + call premium 4 倍放大 = 機構明確換倉。淨利率從 9.6% → 15.7%。AI 企業服務 + 量子計算雙題材。&lt;strong&gt;追蹤 $265-270 突破確認，攻守兼備。流動比率 0.93 需留意短期償債壓力。&lt;/strong&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  5. PLTR（Palantir）$116.43 [下游] MANGOS 生態 — 超賣但估值離譜
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;社群觀點：&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;@DeepValueBagger：「$PLTR now sits at $120.」&lt;/li&gt;
&lt;li&gt;@TheRonnieVShow：ZETA × PLTR 合作多次提及&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;新聞面：&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;「Why This Zeta + Palantir Deal is Bigger Than It Looks」（positive）— &lt;a href="https://www.fool.com/investing/2026/06/23/why-this-zeta-palantir-deal-is-bigger-than-it-look/?source=iedfolrf0000001" rel="noopener noreferrer"&gt;Motley Fool&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;「SpaceX vs Palantir: 1 May Offer You a Significantly Bigger Gain」（positive）— &lt;a href="https://www.fool.com/investing/2026/06/23/spacex-vs-palantir-stock-1-may-offer-you-a-signifi/?source=iedfolrf0000001" rel="noopener noreferrer"&gt;Motley Fool&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;基本面：&lt;/strong&gt;&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;指標&lt;/th&gt;
&lt;th&gt;FY2024&lt;/th&gt;
&lt;th&gt;FY2025&lt;/th&gt;
&lt;th&gt;趨勢&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;毛利率&lt;/td&gt;
&lt;td&gt;80.2%&lt;/td&gt;
&lt;td&gt;82.4%&lt;/td&gt;
&lt;td&gt;↑&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;營業利益率&lt;/td&gt;
&lt;td&gt;10.8%&lt;/td&gt;
&lt;td&gt;31.6%&lt;/td&gt;
&lt;td&gt;↑↑↑&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;淨利率&lt;/td&gt;
&lt;td&gt;16.1%&lt;/td&gt;
&lt;td&gt;36.3%&lt;/td&gt;
&lt;td&gt;↑↑↑&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;P/B&lt;/td&gt;
&lt;td&gt;34.0x&lt;/td&gt;
&lt;td&gt;57.0x&lt;/td&gt;
&lt;td&gt;極高&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;P/S&lt;/td&gt;
&lt;td&gt;59.4x&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;94.1x&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;極高&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Short Interest&lt;/td&gt;
&lt;td&gt;69.2M 股&lt;/td&gt;
&lt;td&gt;DTC 1.77&lt;/td&gt;
&lt;td&gt;中等&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;判斷：&lt;/strong&gt; 營業利益率 3 倍增（10.8% → 31.6%）證實 AI 平台規模效應，但 P/S 94x 是所有標的中最高。RSI 32.7 超賣。&lt;strong&gt;純技術面反彈操作，$110 附近短線進場目標 $125-130。非長期建倉點。&lt;/strong&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  6. TSM（台積電）$438.18 [上游] MANGOS 供應商 — 壟斷地位未變
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;社群觀點：&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;@aleabitoreddit：「Dip looks like a clear buying opportunity from $MU, $INTC, to $TSM. Massive drop off BS narratives.」&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;新聞面：&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;「3 Chip Giants Still Worth Buying Despite Massive Gains」（positive）— &lt;a href="https://www.fool.com/investing/2026/06/23/3-chip-giants-still-worth-buying-despite-massive/?source=iedfolrf0000001" rel="noopener noreferrer"&gt;Motley Fool&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;「Why AI Infrastructure Stocks Could Be the Biggest Winners」（positive）— &lt;a href="https://www.investing.com/analysis/why-ai-infrastructure-stocks-could-be-the-biggest-winners-of-the-next-tech-cycle-200681644" rel="noopener noreferrer"&gt;Investing.com&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;基本面：&lt;/strong&gt;&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;指標&lt;/th&gt;
&lt;th&gt;FY2024&lt;/th&gt;
&lt;th&gt;FY2025&lt;/th&gt;
&lt;th&gt;趨勢&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;毛利率&lt;/td&gt;
&lt;td&gt;56.1%&lt;/td&gt;
&lt;td&gt;59.9%&lt;/td&gt;
&lt;td&gt;↑&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;營業利益率&lt;/td&gt;
&lt;td&gt;45.7%&lt;/td&gt;
&lt;td&gt;50.8%&lt;/td&gt;
&lt;td&gt;↑&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;淨利率&lt;/td&gt;
&lt;td&gt;40.0%&lt;/td&gt;
&lt;td&gt;45.1%&lt;/td&gt;
&lt;td&gt;↑&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;P/S&lt;/td&gt;
&lt;td&gt;11.6x&lt;/td&gt;
&lt;td&gt;12.8x&lt;/td&gt;
&lt;td&gt;≈&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;流動比率&lt;/td&gt;
&lt;td&gt;2.36&lt;/td&gt;
&lt;td&gt;2.51&lt;/td&gt;
&lt;td&gt;↑&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Short Interest&lt;/td&gt;
&lt;td&gt;28.3M 股&lt;/td&gt;
&lt;td&gt;DTC 2.61&lt;/td&gt;
&lt;td&gt;中等&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;判斷：&lt;/strong&gt; 全面利潤率改善 + AI 晶片製造壟斷。今日 -6.3% 是 KOSPI 崩盤連鎖反應，與營運無關。&lt;strong&gt;等 MU 財報確認半導體方向後，$420-430 支撐區分批進場。中長期首選。&lt;/strong&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  7. PENG（Penguin Solutions）$67.20 [基礎設施] — NVIDIA 合作催化
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;社群觀點（3 帳號提及）：&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;@KawzInvests：「$PENG Penguin Solutions Becomes an NVIDIA AI Factory Specialized Partner」&lt;/li&gt;
&lt;li&gt;@Remzztrades：「$PENG x $NVDA news」&lt;/li&gt;
&lt;li&gt;@Mr_Derivatives：「$PENG hit $71.50's today off Nvidia news.」&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;判斷：&lt;/strong&gt; NVIDIA AI Factory 合作正面但市值小、流動性風險高。&lt;strong&gt;觀望，待合作營收貢獻明朗化。&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  投資建議摘要
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;優先序&lt;/th&gt;
&lt;th&gt;標的&lt;/th&gt;
&lt;th&gt;供應鏈&lt;/th&gt;
&lt;th&gt;操作&lt;/th&gt;
&lt;th&gt;進場點&lt;/th&gt;
&lt;th&gt;核心理由&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;★★★&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;MU&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;記憶體&lt;/td&gt;
&lt;td&gt;等 ER 後&lt;/td&gt;
&lt;td&gt;6/24 guidance 確認&lt;/td&gt;
&lt;td&gt;利潤率翻倍、7 帳號共識、明日財報定方向&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;★★★&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;ZETA&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;下游&lt;/td&gt;
&lt;td&gt;積極佈局&lt;/td&gt;
&lt;td&gt;$18 以下&lt;/td&gt;
&lt;td&gt;紅盤唯一 +6.3%、Palantir 催化、市值小&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;★★★&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;IBM&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;下游&lt;/td&gt;
&lt;td&gt;追蹤突破&lt;/td&gt;
&lt;td&gt;$265-270&lt;/td&gt;
&lt;td&gt;機構 call 異常 4x、+4.6% 逆勢、淨利率翻倍&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;★★&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;TSM&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;上游&lt;/td&gt;
&lt;td&gt;分批進場&lt;/td&gt;
&lt;td&gt;$420-430&lt;/td&gt;
&lt;td&gt;壟斷地位、利潤率全面↑、KOSPI 賣壓非基本面&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;★★&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;PLTR&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;下游&lt;/td&gt;
&lt;td&gt;短線反彈&lt;/td&gt;
&lt;td&gt;$110&lt;/td&gt;
&lt;td&gt;RSI 32.7 超賣、營業利益率 3x 但 P/S 94x&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;★&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;NBIS&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;基礎設施&lt;/td&gt;
&lt;td&gt;觀望回檔&lt;/td&gt;
&lt;td&gt;$250&lt;/td&gt;
&lt;td&gt;YTD +210%、RSI 64 偏高&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;★&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;PENG&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;基礎設施&lt;/td&gt;
&lt;td&gt;觀望&lt;/td&gt;
&lt;td&gt;待驗證&lt;/td&gt;
&lt;td&gt;NVIDIA 合作正面但流動性低&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h2&gt;
  
  
  關鍵時間軸
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;日期&lt;/th&gt;
&lt;th&gt;事件&lt;/th&gt;
&lt;th&gt;影響&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;6/24（明日）&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;MU 財報&lt;/td&gt;
&lt;td&gt;決定半導體板塊方向，社群視為「market defining ER」&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;6/26（週四）&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;新宏觀經濟數據&lt;/td&gt;
&lt;td&gt;驗證「3 次升息」敘事真偽（@aleabitoreddit 提及）&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;7 月&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;VIX 季節性下降&lt;/td&gt;
&lt;td&gt;@Mr_Derivatives：「take a peep at July… Prepare」&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;7/14&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;6 月 CPI 公佈&lt;/td&gt;
&lt;td&gt;CPI 4.2% 趨勢是否持續&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;8-10 月&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;@Mr_Derivatives 預期 SPX 7-10% 修正&lt;/td&gt;
&lt;td&gt;修正後買入 Santa Rally&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;10 月&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;交易員預期 Fed 可能升息&lt;/td&gt;
&lt;td&gt;升息落地前壓制估值&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h2&gt;
  
  
  附錄
&lt;/h2&gt;

&lt;h3&gt;
  
  
  A. 社群原文精選
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;@Remzztrades（19 則）：&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;「$IBM Calls are $3 from .75 and other calls at $1.50 from .50 while the entire market is tanking lolol insanity」— 2026-06-23T13:53&lt;/li&gt;
&lt;li&gt;「Everything is wishy washy till $MU. Idt earnings will be an issues it's gonna be a blowout.」— 2026-06-23T16:42&lt;/li&gt;
&lt;li&gt;「$TSLA big unwind possible if it doesn't hold here… 364 and 350 next」— 2026-06-23T18:47&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;@TheRonnieVShow（13 則）：&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;「ZETA + PALANTIR is bigger than people realize. This is not just martech anymore. This is Zeta moving toward business intelligence.」— 2026-06-23T18:03&lt;/li&gt;
&lt;li&gt;「Markets are blood red today, $ZETA just partnered with Palantir… Yet, you still have a chance to buy sub $20」— 2026-06-23T13:40&lt;/li&gt;
&lt;li&gt;「Say it with me: Breakout - Retest - Higher. $ZETA」— 2026-06-23T19:40&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;@Mr_Derivatives（18 則）：&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;「$VIX Seasonality was true to June. But take a peep at July… Prepare.」— 2026-06-23T15:47&lt;/li&gt;
&lt;li&gt;「I still believe a mini 7-10% correction will hit the $SPX. But after July. Aug-Oct, you buy buy buy for the Santa Rally.」— 2026-06-23T17:39&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;@TheProfInvestor（7 則）：&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;「S&amp;amp;P 500 below 21EMA. Nasdaq below 21EMA. Dollar with a base breakout. Mega caps in a mini correction. Bottom line: Dont try to be a hero.」— 2026-06-23T19:22&lt;/li&gt;
&lt;li&gt;「Fear and Greed at 29 after a 2.5% sell off on S&amp;amp;P 500.」— 2026-06-23T16:44&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;@aleabitoreddit（3 則）：&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;「Dip looks like a clear buying opportunity from $MU, $INTC, to $TSM. Massive drop off BS narratives like 3 rate hikes off no newly material macroeconomic data (which comes out Thursday).」— 2026-06-23T14:08&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;@michaelsikand（1 則）：&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;「Today is a recurring pattern. Institutions de-risking AI into a market defining ER from $MU. Leveraged Korean retail gets wiped.」— 2026-06-23T17:36&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;@zephyr_z9（8 則）：&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;「CXMT will generate nearly $55B in revenue this year. They will IPO at nearly $50B market cap. GM is easily over 75%. Will be the most explosive IPO of China ever.」— 2026-06-23T15:48&lt;/li&gt;
&lt;li&gt;「CXMT doubling revenue to $100B-$110B in 2027. CRAZY.」— 2026-06-23T16:30&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  B. 個股新聞列表
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;標的&lt;/th&gt;
&lt;th&gt;標題&lt;/th&gt;
&lt;th&gt;來源&lt;/th&gt;
&lt;th&gt;日期&lt;/th&gt;
&lt;th&gt;Sentiment&lt;/th&gt;
&lt;th&gt;URL&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;MU&lt;/td&gt;
&lt;td&gt;Micron Earnings Could Be the Grand Finale for AI and Memory Stocks&lt;/td&gt;
&lt;td&gt;Investing.com&lt;/td&gt;
&lt;td&gt;06/23&lt;/td&gt;
&lt;td&gt;positive&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.investing.com/analysis/micron-earnings-could-be-the-grand-finale-for-ai-and-memory-stocks-200682653" rel="noopener noreferrer"&gt;連結&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MU&lt;/td&gt;
&lt;td&gt;The Chip Sell-Off Is Not Just About AI: There's a Bigger Problem Under the Hood&lt;/td&gt;
&lt;td&gt;Investing.com&lt;/td&gt;
&lt;td&gt;06/23&lt;/td&gt;
&lt;td&gt;negative&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.investing.com/analysis/the-chip-selloff-is-not-just-about-ai-theres-a-bigger-problem-under-the-hood-200682649" rel="noopener noreferrer"&gt;連結&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MU&lt;/td&gt;
&lt;td&gt;Why Micron Stock Suddenly Crashed&lt;/td&gt;
&lt;td&gt;Motley Fool&lt;/td&gt;
&lt;td&gt;06/23&lt;/td&gt;
&lt;td&gt;negative&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.fool.com/investing/2026/06/23/why-micron-stock-suddenly-crashed/?source=iedfolrf0000001" rel="noopener noreferrer"&gt;連結&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MU&lt;/td&gt;
&lt;td&gt;Should I Invest in DRAM Right Now?&lt;/td&gt;
&lt;td&gt;Motley Fool&lt;/td&gt;
&lt;td&gt;06/23&lt;/td&gt;
&lt;td&gt;positive&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.fool.com/investing/2026/06/23/should-i-invest-in-dram-right-now/?source=iedfolrf0000001" rel="noopener noreferrer"&gt;連結&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ZETA&lt;/td&gt;
&lt;td&gt;Why This Zeta + Palantir Deal is Bigger Than It Looks&lt;/td&gt;
&lt;td&gt;Motley Fool&lt;/td&gt;
&lt;td&gt;06/23&lt;/td&gt;
&lt;td&gt;positive&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.fool.com/investing/2026/06/23/why-this-zeta-palantir-deal-is-bigger-than-it-look/?source=iedfolrf0000001" rel="noopener noreferrer"&gt;連結&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ZETA&lt;/td&gt;
&lt;td&gt;Should You Buy Zeta Global Stock on the Dip?&lt;/td&gt;
&lt;td&gt;Motley Fool&lt;/td&gt;
&lt;td&gt;06/13&lt;/td&gt;
&lt;td&gt;neutral&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.fool.com/investing/2026/06/13/should-you-buy-zeta-global-stock-on-the-dip/?source=iedfolrf0000001" rel="noopener noreferrer"&gt;連結&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;IBM&lt;/td&gt;
&lt;td&gt;Wall Street Tuesday: Dow Green, Nasdaq Bleeding&lt;/td&gt;
&lt;td&gt;Motley Fool&lt;/td&gt;
&lt;td&gt;06/23&lt;/td&gt;
&lt;td&gt;positive&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.fool.com/investing/2026/06/23/on-tuesday-dow-green-nasdaq-bleeds-spacex-wild/?source=iedfolrf0000001" rel="noopener noreferrer"&gt;連結&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;PLTR&lt;/td&gt;
&lt;td&gt;Why This Zeta + Palantir Deal is Bigger Than It Looks&lt;/td&gt;
&lt;td&gt;Motley Fool&lt;/td&gt;
&lt;td&gt;06/23&lt;/td&gt;
&lt;td&gt;positive&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.fool.com/investing/2026/06/23/why-this-zeta-palantir-deal-is-bigger-than-it-look/?source=iedfolrf0000001" rel="noopener noreferrer"&gt;連結&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;PLTR&lt;/td&gt;
&lt;td&gt;SpaceX vs Palantir: 1 May Offer Bigger Gain&lt;/td&gt;
&lt;td&gt;Motley Fool&lt;/td&gt;
&lt;td&gt;06/23&lt;/td&gt;
&lt;td&gt;positive&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.fool.com/investing/2026/06/23/spacex-vs-palantir-stock-1-may-offer-you-a-signifi/?source=iedfolrf0000001" rel="noopener noreferrer"&gt;連結&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;TSM&lt;/td&gt;
&lt;td&gt;3 Chip Giants Still Worth Buying Despite Massive Gains&lt;/td&gt;
&lt;td&gt;Motley Fool&lt;/td&gt;
&lt;td&gt;06/23&lt;/td&gt;
&lt;td&gt;positive&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.fool.com/investing/2026/06/23/3-chip-giants-still-worth-buying-despite-massive/?source=iedfolrf0000001" rel="noopener noreferrer"&gt;連結&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;TSM&lt;/td&gt;
&lt;td&gt;Why AI Infrastructure Stocks Could Be the Biggest Winners&lt;/td&gt;
&lt;td&gt;Investing.com&lt;/td&gt;
&lt;td&gt;06/22&lt;/td&gt;
&lt;td&gt;positive&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.investing.com/analysis/why-ai-infrastructure-stocks-could-be-the-biggest-winners-of-the-next-tech-cycle-200681644" rel="noopener noreferrer"&gt;連結&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;NBIS&lt;/td&gt;
&lt;td&gt;2 Hypergrowth AI Stocks Smart Investors Are Loading Up On&lt;/td&gt;
&lt;td&gt;Motley Fool&lt;/td&gt;
&lt;td&gt;06/23&lt;/td&gt;
&lt;td&gt;positive&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.fool.com/investing/2026/06/23/2-hypergrowth-artificial-intelligence-ai-stocks-sm/?source=iedfolrf0000001" rel="noopener noreferrer"&gt;連結&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;NBIS&lt;/td&gt;
&lt;td&gt;The Nasdaq-100 Is Getting 5 New Members&lt;/td&gt;
&lt;td&gt;Motley Fool&lt;/td&gt;
&lt;td&gt;06/19&lt;/td&gt;
&lt;td&gt;positive&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.fool.com/investing/2026/06/19/the-nasdaq-100-is-getting-5-new-members-heres-the-list/?source=iedfolrf0000001" rel="noopener noreferrer"&gt;連結&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;NBIS&lt;/td&gt;
&lt;td&gt;Nebius Is Up 210% This Year&lt;/td&gt;
&lt;td&gt;Motley Fool&lt;/td&gt;
&lt;td&gt;06/18&lt;/td&gt;
&lt;td&gt;positive&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.fool.com/investing/2026/06/18/nebius-is-up-210-this-year-heres-why-theres-still/?source=iedfolrf0000001" rel="noopener noreferrer"&gt;連結&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h3&gt;
  
  
  C. 國際新聞列表
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;面向&lt;/th&gt;
&lt;th&gt;標題&lt;/th&gt;
&lt;th&gt;來源&lt;/th&gt;
&lt;th&gt;影響方向&lt;/th&gt;
&lt;th&gt;URL&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;地緣政治&lt;/td&gt;
&lt;td&gt;Middle East war: Investors brace for lasting fallout from Iran conflict&lt;/td&gt;
&lt;td&gt;CNBC&lt;/td&gt;
&lt;td&gt;利空（能源成本）&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.cnbc.com/amp/2026/06/11/iran-war-us-trump-strikes-centcom-oil-investors.html" rel="noopener noreferrer"&gt;連結&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;地緣政治&lt;/td&gt;
&lt;td&gt;Resilience amid ruins: Why markets are hitting record highs despite Iran war&lt;/td&gt;
&lt;td&gt;Euronews&lt;/td&gt;
&lt;td&gt;中性&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.euronews.com/business/2026/05/06/resilience-amid-ruins-why-markets-are-hitting-record-highs-despite-iran-war-effects" rel="noopener noreferrer"&gt;連結&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;地緣政治&lt;/td&gt;
&lt;td&gt;War Darkens Global Economic Outlook&lt;/td&gt;
&lt;td&gt;IMF&lt;/td&gt;
&lt;td&gt;利空&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.imf.org/en/blogs/articles/2026/04/14/war-darkens-global-economic-outlook-and-reshapes-policy-priorities" rel="noopener noreferrer"&gt;連結&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;央行政策&lt;/td&gt;
&lt;td&gt;Fed Holds Rates; Dot Plot Flips to a Hike&lt;/td&gt;
&lt;td&gt;StockTitan&lt;/td&gt;
&lt;td&gt;利空（估值壓制）&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.stocktitan.net/articles/fed-rate-decision-june-17-2026" rel="noopener noreferrer"&gt;連結&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;央行政策&lt;/td&gt;
&lt;td&gt;Fed holds rates steady, signals higher rates ahead&lt;/td&gt;
&lt;td&gt;CNN&lt;/td&gt;
&lt;td&gt;利空&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.cnn.com/2026/06/17/business/live-news/federal-reserve-interest-rate-kevin-warsh" rel="noopener noreferrer"&gt;連結&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;央行政策&lt;/td&gt;
&lt;td&gt;Fed FOMC Official Statement&lt;/td&gt;
&lt;td&gt;Federal Reserve&lt;/td&gt;
&lt;td&gt;中性&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.federalreserve.gov/newsevents/pressreleases/monetary20260617a.htm" rel="noopener noreferrer"&gt;連結&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;宏觀經濟&lt;/td&gt;
&lt;td&gt;CPI Summary - May 2026 (4.2% YoY)&lt;/td&gt;
&lt;td&gt;BLS&lt;/td&gt;
&lt;td&gt;利空（通膨升溫）&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.bls.gov/news.release/cpi.nr0.htm" rel="noopener noreferrer"&gt;連結&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;能源&lt;/td&gt;
&lt;td&gt;Oil Market Report - June 2026&lt;/td&gt;
&lt;td&gt;IEA&lt;/td&gt;
&lt;td&gt;中性&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.iea.org/reports/oil-market-report-june-2026" rel="noopener noreferrer"&gt;連結&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;能源&lt;/td&gt;
&lt;td&gt;OPEC+ 增產 188K bpd&lt;/td&gt;
&lt;td&gt;CNBC&lt;/td&gt;
&lt;td&gt;利空（油價下行）&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.cnbc.com/2026/05/03/opec-announces-188000-barrels-per-day-output-increase-.html" rel="noopener noreferrer"&gt;連結&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;市場事件&lt;/td&gt;
&lt;td&gt;KOSPI Falls 8%, Triggers Circuit Breakers&lt;/td&gt;
&lt;td&gt;Yahoo Finance&lt;/td&gt;
&lt;td&gt;利空（半導體連鎖）&lt;/td&gt;
&lt;td&gt;&lt;a href="https://finance.yahoo.com/markets/world-indices/articles/kospi-falls-8-triggers-circuit-061212686.html" rel="noopener noreferrer"&gt;連結&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;市場事件&lt;/td&gt;
&lt;td&gt;Kospi crashes nearly 10% on massive tech sell-offs&lt;/td&gt;
&lt;td&gt;Korea Herald&lt;/td&gt;
&lt;td&gt;利空&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.koreaherald.com/article/10785553" rel="noopener noreferrer"&gt;連結&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;中國競爭&lt;/td&gt;
&lt;td&gt;Memory Chip Giant CXMT Heads for China's Biggest IPO&lt;/td&gt;
&lt;td&gt;Bloomberg&lt;/td&gt;
&lt;td&gt;利空（MU 競爭）&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.bloomberg.com/news/articles/2026-05-27/memory-chip-giant-cxmt-heads-for-china-s-biggest-ipo-since-2022" rel="noopener noreferrer"&gt;連結&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;中國競爭&lt;/td&gt;
&lt;td&gt;CXMT Plans $4.2B IPO on Star Market&lt;/td&gt;
&lt;td&gt;Yahoo Finance&lt;/td&gt;
&lt;td&gt;利空（MU 競爭）&lt;/td&gt;
&lt;td&gt;&lt;a href="https://finance.yahoo.com/news/chinas-dram-giant-cxmt-plans-093000035.html" rel="noopener noreferrer"&gt;連結&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h3&gt;
  
  
  D. 財務數據明細
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;標的&lt;/th&gt;
&lt;th&gt;期間&lt;/th&gt;
&lt;th&gt;毛利率&lt;/th&gt;
&lt;th&gt;營業利益率&lt;/th&gt;
&lt;th&gt;淨利率&lt;/th&gt;
&lt;th&gt;P/B&lt;/th&gt;
&lt;th&gt;P/S&lt;/th&gt;
&lt;th&gt;流動比率&lt;/th&gt;
&lt;th&gt;股利殖利率&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;MU&lt;/td&gt;
&lt;td&gt;FY2024&lt;/td&gt;
&lt;td&gt;22.4%&lt;/td&gt;
&lt;td&gt;5.2%&lt;/td&gt;
&lt;td&gt;3.1%&lt;/td&gt;
&lt;td&gt;2.34&lt;/td&gt;
&lt;td&gt;4.21&lt;/td&gt;
&lt;td&gt;2.64&lt;/td&gt;
&lt;td&gt;0.49%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MU&lt;/td&gt;
&lt;td&gt;FY2025&lt;/td&gt;
&lt;td&gt;39.8%&lt;/td&gt;
&lt;td&gt;26.4%&lt;/td&gt;
&lt;td&gt;22.8%&lt;/td&gt;
&lt;td&gt;2.51&lt;/td&gt;
&lt;td&gt;3.64&lt;/td&gt;
&lt;td&gt;2.52&lt;/td&gt;
&lt;td&gt;0.38%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ZETA&lt;/td&gt;
&lt;td&gt;FY2024&lt;/td&gt;
&lt;td&gt;54.7%&lt;/td&gt;
&lt;td&gt;-5.9%&lt;/td&gt;
&lt;td&gt;-6.9%&lt;/td&gt;
&lt;td&gt;4.94&lt;/td&gt;
&lt;td&gt;3.33&lt;/td&gt;
&lt;td&gt;3.09&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ZETA&lt;/td&gt;
&lt;td&gt;FY2025&lt;/td&gt;
&lt;td&gt;60.6%&lt;/td&gt;
&lt;td&gt;0.4%&lt;/td&gt;
&lt;td&gt;-2.4%&lt;/td&gt;
&lt;td&gt;5.63&lt;/td&gt;
&lt;td&gt;3.47&lt;/td&gt;
&lt;td&gt;1.60&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;IBM&lt;/td&gt;
&lt;td&gt;FY2024&lt;/td&gt;
&lt;td&gt;56.7%&lt;/td&gt;
&lt;td&gt;16.1%&lt;/td&gt;
&lt;td&gt;9.6%&lt;/td&gt;
&lt;td&gt;7.54&lt;/td&gt;
&lt;td&gt;3.28&lt;/td&gt;
&lt;td&gt;1.04&lt;/td&gt;
&lt;td&gt;2.98%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;IBM&lt;/td&gt;
&lt;td&gt;FY2025&lt;/td&gt;
&lt;td&gt;59.5%&lt;/td&gt;
&lt;td&gt;15.3%&lt;/td&gt;
&lt;td&gt;15.7%&lt;/td&gt;
&lt;td&gt;8.46&lt;/td&gt;
&lt;td&gt;4.09&lt;/td&gt;
&lt;td&gt;0.93&lt;/td&gt;
&lt;td&gt;2.27%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;PLTR&lt;/td&gt;
&lt;td&gt;FY2024&lt;/td&gt;
&lt;td&gt;80.2%&lt;/td&gt;
&lt;td&gt;10.8%&lt;/td&gt;
&lt;td&gt;16.1%&lt;/td&gt;
&lt;td&gt;34.0&lt;/td&gt;
&lt;td&gt;59.4&lt;/td&gt;
&lt;td&gt;5.96&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;PLTR&lt;/td&gt;
&lt;td&gt;FY2025&lt;/td&gt;
&lt;td&gt;82.4%&lt;/td&gt;
&lt;td&gt;31.6%&lt;/td&gt;
&lt;td&gt;36.3%&lt;/td&gt;
&lt;td&gt;57.0&lt;/td&gt;
&lt;td&gt;94.1&lt;/td&gt;
&lt;td&gt;7.11&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;TSM&lt;/td&gt;
&lt;td&gt;FY2024&lt;/td&gt;
&lt;td&gt;56.1%&lt;/td&gt;
&lt;td&gt;45.7%&lt;/td&gt;
&lt;td&gt;40.0%&lt;/td&gt;
&lt;td&gt;7.92&lt;/td&gt;
&lt;td&gt;11.6&lt;/td&gt;
&lt;td&gt;2.36&lt;/td&gt;
&lt;td&gt;1.08%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;TSM&lt;/td&gt;
&lt;td&gt;FY2025&lt;/td&gt;
&lt;td&gt;59.9%&lt;/td&gt;
&lt;td&gt;50.8%&lt;/td&gt;
&lt;td&gt;45.1%&lt;/td&gt;
&lt;td&gt;9.22&lt;/td&gt;
&lt;td&gt;12.8&lt;/td&gt;
&lt;td&gt;2.51&lt;/td&gt;
&lt;td&gt;0.96%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h3&gt;
  
  
  E. 技術指標明細
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;標的&lt;/th&gt;
&lt;th&gt;RSI(14)&lt;/th&gt;
&lt;th&gt;MACD&lt;/th&gt;
&lt;th&gt;Signal&lt;/th&gt;
&lt;th&gt;Histogram&lt;/th&gt;
&lt;th&gt;訊號&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;MU&lt;/td&gt;
&lt;td&gt;57.0*&lt;/td&gt;
&lt;td&gt;95.72&lt;/td&gt;
&lt;td&gt;94.27&lt;/td&gt;
&lt;td&gt;+1.46&lt;/td&gt;
&lt;td&gt;多方但動能收斂&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ZETA&lt;/td&gt;
&lt;td&gt;48.3&lt;/td&gt;
&lt;td&gt;-0.02&lt;/td&gt;
&lt;td&gt;0.42&lt;/td&gt;
&lt;td&gt;-0.43&lt;/td&gt;
&lt;td&gt;空方築底&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;NBIS&lt;/td&gt;
&lt;td&gt;64.4&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;td&gt;偏高&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;IBM&lt;/td&gt;
&lt;td&gt;50.3&lt;/td&gt;
&lt;td&gt;2.09&lt;/td&gt;
&lt;td&gt;6.72&lt;/td&gt;
&lt;td&gt;-4.63&lt;/td&gt;
&lt;td&gt;空方但 histogram 收窄 = 反轉中&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;PLTR&lt;/td&gt;
&lt;td&gt;32.7&lt;/td&gt;
&lt;td&gt;-4.57&lt;/td&gt;
&lt;td&gt;-2.56&lt;/td&gt;
&lt;td&gt;-2.01&lt;/td&gt;
&lt;td&gt;空方擴張，超賣&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;TSM&lt;/td&gt;
&lt;td&gt;53.3&lt;/td&gt;
&lt;td&gt;11.14&lt;/td&gt;
&lt;td&gt;9.97&lt;/td&gt;
&lt;td&gt;+1.17&lt;/td&gt;
&lt;td&gt;多方但收斂&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h3&gt;
  
  
  F. 使用工具
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/pardnchiu/Agenvoy" rel="noopener noreferrer"&gt;pardnchiu/Agenvoy&lt;/a&gt;

&lt;ul&gt;
&lt;li&gt;Claude Opus 4.6&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;投資特化 MCP（開發中）

&lt;ul&gt;
&lt;li&gt;Massive API&lt;/li&gt;
&lt;li&gt;FMP API&lt;/li&gt;
&lt;li&gt;X API&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;免責聲明：&lt;/strong&gt; 本報告基於 X/Twitter 社群觀點與公開市場資料生成，僅供參考，不構成投資建議。社群觀點可能存在偏見與利益衝突。投資有風險，請依個人風險承受能力判斷。&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>ai</category>
      <category>agenvoy</category>
      <category>agents</category>
    </item>
    <item>
      <title>Agenvoy, Hermes, Pi — An AI Agent Platform Comparison</title>
      <dc:creator>邱敬幃 Pardn Chiu</dc:creator>
      <pubDate>Mon, 22 Jun 2026 20:04:20 +0000</pubDate>
      <link>https://dev.to/pardnchiu/agenvoy-hermes-pi-an-ai-agent-platform-comparison-3p7p</link>
      <guid>https://dev.to/pardnchiu/agenvoy-hermes-pi-an-ai-agent-platform-comparison-3p7p</guid>
      <description>&lt;h2&gt;
  
  
  Conclusion: Three Projects, Three Different Lanes
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Project&lt;/th&gt;
&lt;th&gt;Closest Analogy&lt;/th&gt;
&lt;th&gt;Best For&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Agenvoy&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;A more complete, security-focused AI agent platform with deep built-in capabilities&lt;/td&gt;
&lt;td&gt;People who want a ready-to-use system that already does a lot out of the box&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Hermes&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;A broad-integration, feature-rich agent system geared toward large-scale deployment&lt;/td&gt;
&lt;td&gt;People who need to connect many models, platforms, and channels&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Pi&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;A lightweight, highly flexible AI framework that's easy to customize&lt;/td&gt;
&lt;td&gt;People who want to build their own workflows or embed AI into their products&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;In one sentence each:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Agenvoy&lt;/strong&gt; is more like a "complete, security-conscious, production-ready system"&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hermes&lt;/strong&gt; is more like a "large-scale, integration-heavy, continuously expandable system"&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pi&lt;/strong&gt; is more like a "lightweight, moldable framework built for customization"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The choice usually isn't about which one is "best" — it's about which direction fits your needs.&lt;/p&gt;




&lt;h2&gt;
  
  
  Agenvoy: High Completeness, Strong Security, Deeper Automation &amp;amp; Sharing
&lt;/h2&gt;

&lt;p&gt;Agenvoy's approach is to build core capabilities in from the start, so users don't have to assemble a bunch of pieces before they can actually put an AI assistant to work. It's not just about having more items on a feature checklist — it's about going deeper on automation and sharing than the other two.&lt;/p&gt;

&lt;h3&gt;
  
  
  Strengths
&lt;/h3&gt;

&lt;h4&gt;
  
  
  First, Agenvoy is the only one that can create new tools on the fly during execution.
&lt;/h4&gt;

&lt;p&gt;This isn't just "you can write scripts or skills." When the system discovers it's missing a capability, it can build a real, executable tool mid-workflow, then continue where it left off. This is a meaningful gap compared to harnesses that can only call pre-existing tools.&lt;/p&gt;

&lt;p&gt;Think of it this way: other systems say "I'll work with whatever tools I have"; Agenvoy says "&lt;strong&gt;if I'm missing a tool, I'll build it on the spot.&lt;/strong&gt;"&lt;/p&gt;

&lt;p&gt;For comparison: &lt;strong&gt;Hermes leans more toward adding skill descriptions or workflow capabilities; Pi doesn't have this functionality.&lt;/strong&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Second, only Agenvoy can share its tools with other AI systems in real time.
&lt;/h4&gt;

&lt;p&gt;This might be harder to grasp, but it's important. Agenvoy doesn't just build tools for itself — it can expose those tools for other AI frameworks to use.&lt;/p&gt;

&lt;p&gt;For example, you could create a tool through Claude Code, use it through Codex, fix it through Hermes — all running in Agenvoy's sandbox, all shared across harnesses in real time.&lt;/p&gt;

&lt;p&gt;The difference: &lt;strong&gt;Hermes can consume external tools, but it's not the same kind of tool provider; Pi doesn't have this mechanism at all.&lt;/strong&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Third, Agenvoy has the most complete default security isolation.
&lt;/h4&gt;

&lt;p&gt;Many AI systems start taking on risk the moment they execute commands, run scripts, or manipulate files. The difference isn't just "whether security is considered" — it's whether security was designed in from the beginning.&lt;/p&gt;

&lt;p&gt;Agenvoy "&lt;strong&gt;treats security as a core framework principle by default&lt;/strong&gt;"; the other two are more like "you can add isolation yourself if you need it."&lt;/p&gt;

&lt;p&gt;If you don't want to spend time researching low-level security configurations, Agenvoy is the system that has risk awareness baked in from the start.&lt;/p&gt;

&lt;h4&gt;
  
  
  Fourth, only Agenvoy has relatively complete built-in memory and semantic retrieval.
&lt;/h4&gt;

&lt;p&gt;This is different from simply saving chat history. Many people think AI "memory" means keeping past conversations around, but the real value is: when content accumulates, can the system retrieve important past information and understand how it relates to the current problem?&lt;/p&gt;

&lt;p&gt;Agenvoy doesn't just store text — it builds "context retrieval" into the system itself. For long-term use, cross-session workflows, and accumulated work content, this is a noticeable difference.&lt;/p&gt;

&lt;p&gt;It's not just "better memory" — &lt;strong&gt;among the three, it's the only one with built-in semantic retrieval as a default layer.&lt;/strong&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Fifth, it's relatively friendly to non-programmers.
&lt;/h4&gt;

&lt;p&gt;Although Agenvoy has plenty of advanced capabilities under the hood, its focus is on letting users customize their AI through natural language rather than requiring code changes at every step.&lt;/p&gt;

&lt;h3&gt;
  
  
  Weaknesses
&lt;/h3&gt;

&lt;h4&gt;
  
  
  First, it doesn't have the broadest coverage.
&lt;/h4&gt;

&lt;p&gt;If your priority is supporting the most models, the most platforms, and the most external services, Agenvoy isn't the most comprehensive of the three. That's an honest assessment.&lt;/p&gt;

&lt;h4&gt;
  
  
  Second, its ecosystem is smaller.
&lt;/h4&gt;

&lt;p&gt;Compared to projects backed by larger teams, Agenvoy typically has fewer resources, a smaller community, less documentation, and less external visibility. That doesn't mean it's worse, but it does mean it doesn't have the same depth of external support as larger projects.&lt;/p&gt;

&lt;h4&gt;
  
  
  Third, it may not have the edge in large-scale integration scenarios.
&lt;/h4&gt;

&lt;p&gt;If your needs involve many platforms, multiple channels, and large-scale deployment, Hermes has a stronger presence there. If you want to deeply embed the system into your own product, Pi may be more flexible.&lt;/p&gt;

&lt;h3&gt;
  
  
  Who is Agenvoy for?
&lt;/h3&gt;

&lt;p&gt;If what matters to you is:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Using a fairly complete system right away&lt;/li&gt;
&lt;li&gt;Reducing the hassle of manually assembling features&lt;/li&gt;
&lt;li&gt;Strong security emphasis&lt;/li&gt;
&lt;li&gt;Long-term context retention for your AI&lt;/li&gt;
&lt;li&gt;Customization without touching much code&lt;/li&gt;
&lt;li&gt;Ensuring the tools you invest in aren't locked to a single system&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Then Agenvoy is a great fit.&lt;/p&gt;




&lt;h2&gt;
  
  
  Hermes: Broadest Integration, More Mature Governance, Most Like an Enterprise System
&lt;/h2&gt;

&lt;p&gt;Hermes takes a very different approach from Agenvoy. It doesn't emphasize "install once and it's complete" — instead, it emphasizes "support many models, many platforms, many channels, and keep expanding."&lt;/p&gt;

&lt;p&gt;If you think of it as an enterprise product, Hermes is more like a large centralized control platform.&lt;/p&gt;

&lt;h3&gt;
  
  
  Strengths
&lt;/h3&gt;

&lt;h4&gt;
  
  
  First, its integration capabilities are strong.
&lt;/h4&gt;

&lt;p&gt;Hermes is well-suited for connecting various models, platforms, and external services. For people who need extensive integrations, this is a major advantage.&lt;/p&gt;

&lt;h4&gt;
  
  
  Second, its platform support is broad.
&lt;/h4&gt;

&lt;p&gt;If your AI needs to work across multiple environments — different messaging platforms, workflows, or services — Hermes has strong appeal.&lt;/p&gt;

&lt;h4&gt;
  
  
  Third, its self-evolution and governance are more mature.
&lt;/h4&gt;

&lt;p&gt;Hermes' strength isn't just feature count — it also places more emphasis on how the system maintains, patches, organizes, and evolves over time. For large projects, this matters a lot, because long-term management capability often outweighs any single new feature.&lt;/p&gt;

&lt;h4&gt;
  
  
  Fourth, there's a notable complementary relationship between Hermes and Agenvoy.
&lt;/h4&gt;

&lt;p&gt;Because Hermes is more like a large system that can plug into many capabilities, if another system provides useful tools, Hermes can bring them in directly. This is why the earlier point — that Agenvoy can supply tools to other systems — isn't an abstract advantage. It's genuinely meaningful for integration-oriented systems like Hermes.&lt;/p&gt;

&lt;h3&gt;
  
  
  Weaknesses
&lt;/h3&gt;

&lt;h4&gt;
  
  
  First, higher complexity.
&lt;/h4&gt;

&lt;p&gt;More features and broader integration usually mean a heavier, more complex system, with higher learning and maintenance costs.&lt;/p&gt;

&lt;h4&gt;
  
  
  Second, it may not be ideal for people who just want quick setup.
&lt;/h4&gt;

&lt;p&gt;If your goal is "install it and it works, without understanding much architecture," Hermes may not be the easiest starting point.&lt;/p&gt;

&lt;h4&gt;
  
  
  Third, security and compliance require more careful evaluation.
&lt;/h4&gt;

&lt;p&gt;When a system integrates many external capabilities, users need to assess risks, configuration approaches, and long-term sustainability more carefully on their own.&lt;/p&gt;

&lt;h3&gt;
  
  
  Who is Hermes for?
&lt;/h3&gt;

&lt;p&gt;If what matters to you is:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Connecting many models and external services&lt;/li&gt;
&lt;li&gt;Deploying across many platforms or channels&lt;/li&gt;
&lt;li&gt;Large-scale, multi-scenario agent deployment&lt;/li&gt;
&lt;li&gt;Willingness to accept higher complexity for greater integration capability&lt;/li&gt;
&lt;li&gt;Long-term system governance and evolution&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Then Hermes is a great fit.&lt;/p&gt;




&lt;h2&gt;
  
  
  Pi: Lightest, Most Flexible, Most Like a Developer's Skeleton
&lt;/h2&gt;

&lt;p&gt;Pi's style is different from both of the above. It doesn't try to pack in every feature upfront — instead, it prioritizes a clean, lightweight, easily modifiable core.&lt;/p&gt;

&lt;p&gt;Think of Pi as a highly customizable chassis. It might not come fully equipped from the start, but it gives you a lot of room to shape it however you want.&lt;/p&gt;

&lt;h3&gt;
  
  
  Strengths
&lt;/h3&gt;

&lt;h4&gt;
  
  
  First, high flexibility.
&lt;/h4&gt;

&lt;p&gt;Pi is great for people who want to define their own workflows and shape the system themselves. It doesn't lock you into predetermined approaches.&lt;/p&gt;

&lt;h4&gt;
  
  
  Second, it's well-suited for embedding into products.
&lt;/h4&gt;

&lt;p&gt;If you're not looking for a complete standalone tool, but rather something to integrate as part of your own product, Pi's lightweight design makes that easier.&lt;/p&gt;

&lt;h4&gt;
  
  
  Third, its model and provider breadth is strong.
&lt;/h4&gt;

&lt;p&gt;This is a genuinely notable strength of Pi. If you care about having many model choices and broad provider support, Pi has a clear advantage here. This isn't filler — it's a real strong point.&lt;/p&gt;

&lt;h3&gt;
  
  
  Weaknesses
&lt;/h3&gt;

&lt;h4&gt;
  
  
  First, it's not the most complete product of the three.
&lt;/h4&gt;

&lt;p&gt;Pi's strength is flexibility, not built-in completeness. If you expect "install it and everything is there," it may not match Agenvoy's readiness in that regard.&lt;/p&gt;

&lt;h4&gt;
  
  
  Second, it may not be the most friendly to general users.
&lt;/h4&gt;

&lt;p&gt;Because it's more of a framework, people who want something ready to use immediately will need to think more about how to modify, connect, and configure it compared to a product-type system.&lt;/p&gt;

&lt;h4&gt;
  
  
  Third, core capabilities need to be added yourself.
&lt;/h4&gt;

&lt;p&gt;Features like memory, self-growing tool sets, and security isolation — if these matter to you, you'll typically need to plan and build them out on your own.&lt;/p&gt;

&lt;h3&gt;
  
  
  Who is Pi for?
&lt;/h3&gt;

&lt;p&gt;If what matters to you is:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Controlling how your system grows&lt;/li&gt;
&lt;li&gt;Embedding it into your own product or service&lt;/li&gt;
&lt;li&gt;A lightweight core rather than a heavy product&lt;/li&gt;
&lt;li&gt;More room for customization and integration&lt;/li&gt;
&lt;li&gt;Greater freedom in provider selection&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Then Pi is a great fit.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Biggest Difference: They're in Different Lanes
&lt;/h2&gt;

&lt;p&gt;There's no "best overall" answer — it's more like three sets of trade-offs:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Agenvoy&lt;/strong&gt;: Prioritizes completeness, security, and built-in capabilities, with clear unique strengths in several core design areas&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hermes&lt;/strong&gt;: Prioritizes integration breadth, platform coverage, and long-term evolution and governance&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pi&lt;/strong&gt;: Prioritizes lightweight design, flexibility, moldability, and provider breadth&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But this absolutely isn't a case of "all three are roughly the same." Rather:&lt;br&gt;
&lt;strong&gt;They each excel in different areas, and while some differences are just directional preferences, others are capabilities that only one of the three actually delivers.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Agenvoy is a particularly clear example. It doesn't try to push every dimension to the extreme. Instead, it focuses on "building new tools mid-execution," "sharing tools with other AI systems," "default security isolation," and "built-in semantic retrieval memory." These capabilities, taken together, &lt;strong&gt;are unique to Agenvoy among the three.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Summary
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Choose Agenvoy if you want:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;A fairly complete AI agent system&lt;/li&gt;
&lt;li&gt;Strong security emphasis&lt;/li&gt;
&lt;li&gt;Memory and context continuity&lt;/li&gt;
&lt;li&gt;Minimal low-level assembly required&lt;/li&gt;
&lt;li&gt;Natural language customization for your AI&lt;/li&gt;
&lt;li&gt;Tools that can also serve other AI systems&lt;/li&gt;
&lt;li&gt;A system that can build missing tools on its own&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Choose Hermes if you want:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;The broadest integration capabilities&lt;/li&gt;
&lt;li&gt;Many model and platform options&lt;/li&gt;
&lt;li&gt;Multi-channel, large-scale deployment&lt;/li&gt;
&lt;li&gt;More mature long-term governance and evolution&lt;/li&gt;
&lt;li&gt;Willingness to accept higher complexity for greater scale&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Choose Pi if you want:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;A lightweight core&lt;/li&gt;
&lt;li&gt;High flexibility&lt;/li&gt;
&lt;li&gt;Easy embedding into your own product&lt;/li&gt;
&lt;li&gt;More room for customization&lt;/li&gt;
&lt;li&gt;Greater freedom in provider selection&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;Today, which lane will you choose?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/pardnchiu/agenvoy" rel="noopener noreferrer"&gt;pardnchiu/agenvoy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/NousResearch/hermes-agent" rel="noopener noreferrer"&gt;NousResearch/hermes-agent&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/earendil-works/pi" rel="noopener noreferrer"&gt;earendil-works/pi&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>ai</category>
      <category>agents</category>
    </item>
    <item>
      <title>Agenvoy、Hermes、Pi 是什麼？AI 代理平台比較</title>
      <dc:creator>邱敬幃 Pardn Chiu</dc:creator>
      <pubDate>Mon, 22 Jun 2026 19:58:40 +0000</pubDate>
      <link>https://dev.to/pardnchiu/agenvoy-hermes-pi-shi-shi-mo-ai-dai-li-ping-tai-bi-jiao-34op</link>
      <guid>https://dev.to/pardnchiu/agenvoy-hermes-pi-shi-shi-mo-ai-dai-li-ping-tai-bi-jiao-34op</guid>
      <description>&lt;h2&gt;
  
  
  結論：三者是走三種不同賽道
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;專案&lt;/th&gt;
&lt;th&gt;比較像什麼&lt;/th&gt;
&lt;th&gt;適合誰&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Agenvoy&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;比較完整、重視安全與內建能力的 AI 代理平台&lt;/td&gt;
&lt;td&gt;想少折騰、希望系統自己就有很多能力的人&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Hermes&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;整合面很廣、功能很多、偏大型部署的代理系統&lt;/td&gt;
&lt;td&gt;想接很多模型、很多平台、很多通道的人&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Pi&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;輕巧、彈性高、好改造的 AI 框架&lt;/td&gt;
&lt;td&gt;想自己客製、嵌進產品或流程的人&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;如果只用一句話來分：&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Agenvoy&lt;/strong&gt; 比較像「完整度高、比較保守安全的成品型系統」&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hermes&lt;/strong&gt; 比較像「大型、外接能力強、可持續擴充的系統」&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pi&lt;/strong&gt; 比較像「輕量、可塑性高、適合自己改裝的框架」&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;所以，選擇的關鍵通常不是哪個最強，而是你要的方向是什麼。&lt;/p&gt;




&lt;h2&gt;
  
  
  Agenvoy：完整度高，重視安全，把「自動與共享」做得更深
&lt;/h2&gt;

&lt;p&gt;Agenvoy 是把很多核心能力先做好，讓使用者不用先自己拼太多零件，就能把 AI 助手真正用起來。不是單純在功能表上多幾項，而是在自動與共享的賽道上，做得比另外兩家更完整。&lt;/p&gt;

&lt;h3&gt;
  
  
  優點
&lt;/h3&gt;

&lt;h4&gt;
  
  
  第一，Agenvoy 是唯一能在執行過程中直接補上新工具的。
&lt;/h4&gt;

&lt;p&gt;這不是一般的「可以寫腳本、SKILL」，而是當系統發現自己缺某個能力時，它可以在流程裡新增一個真正可執行的工具，補上之後再繼續做事。這點和一般只會呼叫既有工具的 Harness 開始有了差距。&lt;/p&gt;

&lt;p&gt;可以把它理解成：別的系統「我手上有這些工具就用這些」；Agenvoy「&lt;strong&gt;如果缺工具，我在過程中順便做工具出來&lt;/strong&gt;」。&lt;/p&gt;

&lt;p&gt;而在這個比較：&lt;strong&gt;Hermes 比較偏向新增 SKILL 說明或流程能力，Pi 則沒這方面功能。&lt;/strong&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  第二，只有 Agenvoy 能把自己的工具即時開放給別的 AI 系統使用。
&lt;/h4&gt;

&lt;p&gt;這點對可能比較難理解，但很重要。Agenvoy 不只是自己能建立工具，還能把工具分享給別的 AI 框架使用。&lt;/p&gt;

&lt;p&gt;例如，你可以透過 Claude Code 創建工具，透過 Codex 使用工具，透過 Hermes 修復工具，全部這一切都是跑在 Agenvoy 的沙盒中，並且是在 Harness 中即時共享的。&lt;/p&gt;

&lt;p&gt;這裡的差異在於：&lt;strong&gt;Hermes 驗證上比較像是能去用別人的工具，但不是同樣類型的工具提供者；Pi 則一樣沒有這套機制。&lt;/strong&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  第三，Agenvoy 的預設安全隔離最完整。
&lt;/h4&gt;

&lt;p&gt;很多 AI 系統一旦開始執行命令、跑腳本、操作檔案，風險就會上升。差別不只是「有沒有安全觀念」，而是安全是不是一開始就被設計進去。&lt;/p&gt;

&lt;p&gt;Agenvoy「&lt;strong&gt;預設就把安全性作為框架的核心準則&lt;/strong&gt;」；另外兩家則更像是「你有需要可以再自己加強隔離」。&lt;/p&gt;

&lt;p&gt;代表如果你不想自己研究很多底層安全設定，Agenvoy 比較像是一套一開始就替你把風險意識考慮進去的系統。&lt;/p&gt;

&lt;h4&gt;
  
  
  第四，只有 Agenvoy 內建了比較完整的記憶與語意檢索能力。
&lt;/h4&gt;

&lt;p&gt;這和單純保存聊天紀錄不同。很多人以為 AI 的「記憶」就是把之前對話留著，但真正有價值的是：當內容變多之後，系統能不能把過去的重要資訊找回來，並且理解它和現在問題的關係。&lt;/p&gt;

&lt;p&gt;Agenvoy 不只是把文字存起來，而是把「找回脈絡」這件事做進系統裡。對長期使用、跨多次對話、累積很多工作內容的人來說，這是很有感的差異。&lt;/p&gt;

&lt;p&gt;不只是「記憶比較完整」，而是&lt;strong&gt;在三者中，它是唯一把預設語意檢索這一層直接內建進去的。&lt;/strong&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  第五，對不懂程式的人也相對友善。
&lt;/h4&gt;

&lt;p&gt;雖然 Agenvoy 背後有不少進階能力，但它的主軸是希望使用者可以透過自然語言去調整 AI，而不是每一步都得自己改程式。&lt;/p&gt;

&lt;h3&gt;
  
  
  缺點
&lt;/h3&gt;

&lt;h4&gt;
  
  
  第一，廣度不是最大。
&lt;/h4&gt;

&lt;p&gt;如果你很在意支援多少模型、多少平台、多少外部服務，那 Agenvoy 並不是這三者裡最全面的。這點要老實承認。&lt;/p&gt;

&lt;h4&gt;
  
  
  第二，生態規模較小。
&lt;/h4&gt;

&lt;p&gt;和大型團隊主導的專案相比，Agenvoy 在資源、社群、文件量、外部討論度上，通常都會比較吃虧。雖然不代表它不好，但代表它不像大型專案那樣有厚實的外部支援。&lt;/p&gt;

&lt;h4&gt;
  
  
  第三，大型整合情境不一定最有優勢。
&lt;/h4&gt;

&lt;p&gt;如果你的需求是跨很多平台、多通道、大規模部署，那 Hermes 會更有存在感；如果你想把系統高度嵌入自己的產品，Pi 可能更靈活。&lt;/p&gt;

&lt;h3&gt;
  
  
  什麼人適合 Agenvoy？
&lt;/h3&gt;

&lt;p&gt;如果你在意的是：&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;想直接用一套比較完整的系統&lt;/li&gt;
&lt;li&gt;想降低自己手動拼接功能的麻煩&lt;/li&gt;
&lt;li&gt;很重視安全&lt;/li&gt;
&lt;li&gt;想讓 AI 長期記得上下文&lt;/li&gt;
&lt;li&gt;希望不用太碰程式碼也能客製化&lt;/li&gt;
&lt;li&gt;希望你投入的工具資產未來不只侷限在單一系統內&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;那 Agenvoy 會很適合你。&lt;/p&gt;




&lt;h2&gt;
  
  
  Hermes：整合最廣、治理更成熟，也最像大型系統
&lt;/h2&gt;

&lt;p&gt;Hermes 跟 Agenvoy 的路線很不一樣。它不是特別強調「單機裝好就完整」，而是更強調「支援很多模型、很多平台、很多通道，並且可以持續擴張」。&lt;/p&gt;

&lt;p&gt;如果把它比喻成企業產品，Hermes 會更像一個大型中控平台。&lt;/p&gt;

&lt;h3&gt;
  
  
  優點
&lt;/h3&gt;

&lt;h4&gt;
  
  
  第一，整合能力很強。
&lt;/h4&gt;

&lt;p&gt;Hermes 很適合拿來連接各種模型、各種平台、各種外部服務。對需要很多串接的人來說，這是一個很大的優勢。&lt;/p&gt;

&lt;h4&gt;
  
  
  第二，平台支援很廣。
&lt;/h4&gt;

&lt;p&gt;如果你的 AI 不只要在單一環境使用，而是希望能分布到不同訊息平台、工作流程或服務上，Hermes 的吸引力會很高。&lt;/p&gt;

&lt;h4&gt;
  
  
  第三，自我演化與治理做得更成熟。
&lt;/h4&gt;

&lt;p&gt;Hermes 的強項不只是功能多，而是它也比較重視系統怎麼持續維護、修補、整理、演進。這對大型專案來說很重要，因為長期運作時，管理能力往往比一時的新功能更關鍵。&lt;/p&gt;

&lt;h4&gt;
  
  
  第四，它和 Agenvoy 之間其實有一個值得注意的互補關係。
&lt;/h4&gt;

&lt;p&gt;因為 Hermes 比較像能接進很多能力的大型系統，所以如果另一套系統提供了好用的工具，Hermes 是可以直接把它納進來使用。這也是為什麼前面會說：Agenvoy 那條「能把工具供給別的系統」不是空泛優點，而是對 Hermes 這類整合型系統真的有意義。&lt;/p&gt;

&lt;h3&gt;
  
  
  缺點
&lt;/h3&gt;

&lt;h4&gt;
  
  
  第一，複雜度比較高。
&lt;/h4&gt;

&lt;p&gt;功能越多、整合越廣，通常也代表比較重、比較複雜，學習和維護成本都會上升。&lt;/p&gt;

&lt;h4&gt;
  
  
  第二，不一定適合只想快速上手的人。
&lt;/h4&gt;

&lt;p&gt;如果你的目標只是「裝起來就能用，而且不用理解太多架構」，Hermes 可能不是最輕鬆的起點。&lt;/p&gt;

&lt;h4&gt;
  
  
  第三，安全與合規面需要更仔細判斷。
&lt;/h4&gt;

&lt;p&gt;當系統整合很多外部能力時，實際使用時就更需要使用者自己評估風險、設定方式與長期可持續性。&lt;/p&gt;

&lt;h3&gt;
  
  
  什麼人適合 Hermes？
&lt;/h3&gt;

&lt;p&gt;如果你在意的是：&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;要接很多模型和外部服務&lt;/li&gt;
&lt;li&gt;要用在很多平台或通道&lt;/li&gt;
&lt;li&gt;想做大型、多場景的代理部署&lt;/li&gt;
&lt;li&gt;願意接受更高複雜度，換取更高整合能力&lt;/li&gt;
&lt;li&gt;在意系統長期治理與演化能力&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;那 Hermes 會很適合你。&lt;/p&gt;




&lt;h2&gt;
  
  
  Pi：最輕、最靈活，也最像給開發者的骨架
&lt;/h2&gt;

&lt;p&gt;Pi 的風格又跟前兩者不同。它不特別追求把所有功能都先塞滿，而是比較重視核心夠乾淨、夠輕、夠好改。&lt;/p&gt;

&lt;p&gt;可以把 Pi 想成一個很好改裝的底盤。它不一定一開始就幫你配好一切，但它留給你的調整空間很大。&lt;/p&gt;

&lt;h3&gt;
  
  
  優點
&lt;/h3&gt;

&lt;h4&gt;
  
  
  第一，彈性高。
&lt;/h4&gt;

&lt;p&gt;Pi 很適合那些想要自己定義流程、自己塑形系統的人。它不會把你綁在既定做法裡。&lt;/p&gt;

&lt;h4&gt;
  
  
  第二，適合嵌進產品。
&lt;/h4&gt;

&lt;p&gt;如果你不是想直接拿來當成一套完整工具，而是想把它當成自己產品的一部分，Pi 的輕量設計會比較方便。&lt;/p&gt;

&lt;h4&gt;
  
  
  第三，模型與 provider 的廣度很強。
&lt;/h4&gt;

&lt;p&gt;這是 Pi 很值得被肯定的一點。如果你很在意可選模型多不多、供應商夠不夠廣，Pi 在這方面確實有明顯優勢。這不是陪襯，而是它的真強項。&lt;/p&gt;

&lt;h3&gt;
  
  
  缺點
&lt;/h3&gt;

&lt;h4&gt;
  
  
  第一，不是三者中最完整的成品。
&lt;/h4&gt;

&lt;p&gt;Pi 的強項是彈性，不是內建一切。所以如果你期待「裝上去就什麼都有」，它可能不如 Agenvoy 那麼貼近這個需求。&lt;/p&gt;

&lt;h4&gt;
  
  
  第二，對一般使用者不一定最友善。
&lt;/h4&gt;

&lt;p&gt;因為它比較像框架，對想直接拿來用的人來說，會比成品型系統更需要思考怎麼改、怎麼接、怎麼配。&lt;/p&gt;

&lt;h4&gt;
  
  
  第三，核心能力要自己補。
&lt;/h4&gt;

&lt;p&gt;像是記憶、工具自我增長、安全隔離這類能力，如果你很在意，通常就得自己額外規劃。&lt;/p&gt;

&lt;h3&gt;
  
  
  什麼人適合 Pi？
&lt;/h3&gt;

&lt;p&gt;如果你在意的是：&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;想自己掌握系統未來怎麼長&lt;/li&gt;
&lt;li&gt;想嵌入自己的產品或服務&lt;/li&gt;
&lt;li&gt;想要輕量核心而不是重型成品&lt;/li&gt;
&lt;li&gt;願意自己做更多客製與整合&lt;/li&gt;
&lt;li&gt;很在意 provider 選擇自由&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;那 Pi 會很適合你。&lt;/p&gt;




&lt;h2&gt;
  
  
  三者最大的差別，是賽道不同
&lt;/h2&gt;

&lt;p&gt;沒有「全面最強」的答案，比較像三種取捨：&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Agenvoy&lt;/strong&gt;：重視完整度、安全、內建能力，而且在幾個核心設計上有明確的獨特性&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hermes&lt;/strong&gt;：重視整合面、平台廣度、長期演化與治理&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pi&lt;/strong&gt;：重視輕量、彈性、可塑性與 provider 廣度&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;但絕對不是「三家差不多」，而是：&lt;br&gt;
&lt;strong&gt;它們各自強的地方不同，其中有些差異只是取向不同，但有些差異是三者對照後確實只有其中一家做到。&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Agenvoy 的情況尤其如此。它不追求每一個做到極致，而是把重心放在「執行中補新工具」、「把工具提供給別的 AI 系統用」、「預設安全隔離」、「內建語意檢索記憶」這幾件事上，而這幾件事結合在一起&lt;strong&gt;在這三者裡只有它有&lt;/strong&gt;。&lt;/p&gt;




&lt;h2&gt;
  
  
  總結
&lt;/h2&gt;

&lt;h3&gt;
  
  
  選 Agenvoy，如果你要的是：
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;一套比較完整的 AI 代理系統&lt;/li&gt;
&lt;li&gt;比較重視安全&lt;/li&gt;
&lt;li&gt;有記憶與脈絡延續能力&lt;/li&gt;
&lt;li&gt;不想自己做太多底層拼裝&lt;/li&gt;
&lt;li&gt;希望能用自然語言客製自己的 AI&lt;/li&gt;
&lt;li&gt;希望工具能同時提供給別的 AI 系統使用&lt;/li&gt;
&lt;li&gt;在意系統能不能在缺能力時自己補工具&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  選 Hermes，如果你要的是：
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;最廣的整合能力&lt;/li&gt;
&lt;li&gt;很多模型與平台支援&lt;/li&gt;
&lt;li&gt;多通道、大型部署能力&lt;/li&gt;
&lt;li&gt;比較成熟的長期治理與演化&lt;/li&gt;
&lt;li&gt;願意接受較高複雜度換取更大規模能力&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  選 Pi，如果你要的是：
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;輕量核心&lt;/li&gt;
&lt;li&gt;高度彈性&lt;/li&gt;
&lt;li&gt;好嵌入自己的產品&lt;/li&gt;
&lt;li&gt;更大的客製化空間&lt;/li&gt;
&lt;li&gt;更大的 provider 選擇自由&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;今天，你決定選哪種？&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/pardnchiu/agenvoy" rel="noopener noreferrer"&gt;pardnchiu/agenvoy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/NousResearch/hermes-agent" rel="noopener noreferrer"&gt;NousResearch/hermes-agent&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/earendil-works/pi" rel="noopener noreferrer"&gt;earendil-works/pi&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>ai</category>
      <category>agents</category>
    </item>
    <item>
      <title>Agenvoy@v0.27.5</title>
      <dc:creator>邱敬幃 Pardn Chiu</dc:creator>
      <pubDate>Sat, 20 Jun 2026 12:29:28 +0000</pubDate>
      <link>https://dev.to/pardnchiu/agenvoyv0275-19kl</link>
      <guid>https://dev.to/pardnchiu/agenvoyv0275-19kl</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/pardnchiu/Agenvoy" rel="noopener noreferrer"&gt;Agenvoy&lt;/a&gt; - A personal agent that writes its own tools and repairs itself — Make AI actually work for you.&lt;/p&gt;




&lt;h2&gt;
  
  
  Summary
&lt;/h2&gt;

&lt;p&gt;Adds TUI markdown rendering for headings, bold, blockquotes, and box-drawn tables across both streaming and history display. Replaces static model registries with live provider API discovery and overhauls tool execution concurrency. Fixes action log recording to preserve original line breaks and blank lines from LLM output.&lt;/p&gt;

&lt;p&gt;翻譯&lt;/p&gt;

&lt;p&gt;TUI 新增 markdown 渲染（標題、粗體、引用區塊、box-drawing 表格），涵蓋串流與歷史顯示。以即時 provider API 探查取代靜態 model 註冊表，重構 tool 執行並行機制。修正 action log 錄製以保留 LLM 輸出的原始換行與空行。&lt;/p&gt;

&lt;h2&gt;
  
  
  Changes
&lt;/h2&gt;

&lt;h3&gt;
  
  
  FEAT
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Add TUI markdown rendering with heading, bold, italic, blockquote, and table support [648e01f]&lt;/li&gt;
&lt;li&gt;Add project instruction loading [bd8f0e4]&lt;/li&gt;
&lt;li&gt;Preview write_file and patch_file changes in TUI tool lines and confirm popups [89e57a4]&lt;/li&gt;
&lt;li&gt;Improve TUI popups with diff display, multi-select cron removal, and aligned session/cron selectors [aa52632]&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;翻譯&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;TUI 新增 markdown 渲染：標題、粗體、斜體、引用區塊、表格&lt;/li&gt;
&lt;li&gt;新增專案指令載入&lt;/li&gt;
&lt;li&gt;TUI tool line 與 confirm popup 新增 write_file / patch_file 變更預覽&lt;/li&gt;
&lt;li&gt;TUI popup 新增 diff 顯示、多選 cron 刪除、session/cron 選擇器對齊&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  FIX
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Preserve original line breaks and blank lines in action log recording [648e01f]&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;翻譯&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;修正 action log 錄製以保留原始換行與空行&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  UPDATE
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Default all script and API tools to concurrent execution, add RAG-first search rule, and humanize tool display names [37282e9]&lt;/li&gt;
&lt;li&gt;Improve TUI model, session, and navigation workflows [9f329e5]&lt;/li&gt;
&lt;li&gt;Refresh README and provider architecture documentation [3984d4c]&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;翻譯&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;所有 script/API tool 預設並行執行，新增 RAG-first 搜尋規則，人性化 tool 顯示名稱&lt;/li&gt;
&lt;li&gt;改善 TUI model 選擇、session 與導航工作流程&lt;/li&gt;
&lt;li&gt;更新 README 與 provider 架構文件&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  REFACTOR
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Replace static model configs with dynamic API fetch, add OpenRouter [e6c958a]&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;翻譯&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;以動態 API 取得取代靜態 model 設定，新增 OpenRouter&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>agenvoy</category>
      <category>go</category>
    </item>
    <item>
      <title>Agenvoy：讓你慣用的 Agent 自己做工具</title>
      <dc:creator>邱敬幃 Pardn Chiu</dc:creator>
      <pubDate>Thu, 18 Jun 2026 16:23:54 +0000</pubDate>
      <link>https://dev.to/pardnchiu/agenvoyrang-ni-guan-yong-de-agent-zi-ji-zuo-gong-ju-5774</link>
      <guid>https://dev.to/pardnchiu/agenvoyrang-ni-guan-yong-de-agent-zi-ji-zuo-gong-ju-5774</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/pardnchiu/Agenvoy" rel="noopener noreferrer"&gt;Agenvoy&lt;/a&gt; - A personal AI Agent that runs on your machine. Build tools, test it, and call it. &lt;/p&gt;




&lt;p&gt;很多人用 Agent 來幫忙寫程式、查資料、處理檔案。像是 Claude Code、Codex、Cursor，或甚至 Hermes 與 OpenClaw，這些工具都支援 MCP 的連接。&lt;/p&gt;

&lt;p&gt;把 MCP 想成「Agent 的百寶袋」。透過它，Agent 可以在必要時拿出合適的工具來做事，例如查天氣、讀檔案、呼叫網路 API 等。&lt;/p&gt;

&lt;p&gt;只是，大多數的百寶袋基本只提供固定的工具。提供百寶袋的人給什麼，Agent 就只能用什麼。如果遇到沒有合適的工具？Agent 只能跟你說：「做不到。」&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;重頭戲來了，Agenvoy 不一樣。&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;俗話說：「授人以魚，不如授之以漁。」&lt;/p&gt;

&lt;p&gt;所以我給的是建立工具的工具，與教你如何使用的使用說明書。🤣&lt;br&gt;讓你的 Agent 在需要的時候，就參考說明書自己把缺少的工具做出來。&lt;/p&gt;

&lt;p&gt;而且不限 Agent，只要你用的 Agent 支援 MCP，不管是 Claude Code、Codex 還是其他 Agent，接上 Agenvoy 後都能獲得「自建工具」的能力。&lt;/p&gt;




&lt;h2&gt;
  
  
  舉例
&lt;/h2&gt;

&lt;p&gt;今天你問 Agent：&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;給我當前 AAPL 的股價&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;正常來說，如果目前沒有股票查詢工具，好一點的 Agent 可能會透過 Search Web 爬好幾個網頁然後給答案，但多數一般的 Agent 會回覆「沒有對應的工具」。&lt;/p&gt;

&lt;p&gt;但如果今天有添加 Agenvoy MCP，你的 Agent 會走一條不同的路&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Q: 給我當前 AAPL 的股價
  ↓
搜尋現有工具 → 沒有匹配的
  ↓
從 Agenvoy MCP 取得「工具建造指南」
  ↓
照規格寫出一個查股價的工具
  ↓
在安全的沙箱裡測試直到通過
  ↓
測試通過 → 立刻用這個工具查到股價
            ↓
          回答 AAPL 的股價
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;這整個過程都在同一個對話中實現。而你只需要說你的需求，不需要有 Coding 能力，就等他問你問題與確認。&lt;br&gt;
&lt;em&gt;（ps. Codex 除外，Codex 需要直接叫他製作工具，因為不是走強制路線）&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;而且這件事有兩個很爽的點：&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;當這個流程完後，&lt;strong&gt;這個工具會被永久保存下來&lt;/strong&gt;。
下次你假如詢問「TSLA 多少？」，Agent 就會直接用現成的工具去查詢。&lt;/li&gt;
&lt;li&gt;在同樣主機上的其他 Agent 中，&lt;strong&gt;這個工具是即時共享的&lt;/strong&gt;，
你在 Claude Code 做好的工具，下一秒就可以在 Codex 上直接使用。&lt;/li&gt;
&lt;/ol&gt;


&lt;h2&gt;
  
  
  該如何立即使用？
&lt;/h2&gt;

&lt;p&gt;Agenvoy 走的是標準的 MCP 協定。任何支援 MCP 的 AI 工具，依據各 Agent 的介紹下去設定即可連上：&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nl"&gt;"mcpServers"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nl"&gt;"agenvoy"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nl"&gt;"command"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"agen"&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;當你成功連上之後，你慣用的 Agent 將會看到 Agenvoy 提供的全部工具，包含：&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;已經存在的工具（之前建立的，或從市場安裝的）&lt;/li&gt;
&lt;li&gt;建立新工具的能力（讀指南、寫工具、測試、修正）&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Agenvoy 沒有打算讓你放棄正在用的 Agent，而是讓你現有的 Agent 變得更強大。&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  工具怎麼做？
&lt;/h2&gt;

&lt;p&gt;Agent 的部分，Agenvoy 提供了一份完整的「工具建造指南」，告訴 Agent 每個工具該怎麼組成，工具主要包含兩個檔案：&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;tool.json    →  使用說明書（這個工具做什麼、需要什麼參數）
script.py    →  程式碼（支持 Py/Js）
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;讀完指南後後，Agent 會依照需求與格式寫出這兩個檔案，放到指定的資料夾（&lt;code&gt;~/.config/agenvoy/tools/script&lt;/code&gt;）。Agenvoy 會自動把它註冊成一個可用的工具。&lt;/p&gt;

&lt;p&gt;並且你只要備份好資料夾內的檔案，你甚至可以帶著到每一台有 Agenvoy 的裝置上直接使用同樣工具（或是你也可以上傳至 Agenvoy 提供的市集中放便其他人下載）&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;能自己做嗎？&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;當然可以，只要你有 Coding 能力，你只要依據同樣格式新增好檔案放在資料夾中，你的 Agent 就可以直接調用，以下直接提供兩個範例：&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/pardnchiu/Agenvoy/tree/master/doc/demo/fetch_weather" rel="noopener noreferrer"&gt;fetch_weather&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/pardnchiu/Agenvoy/tree/master/doc/demo/fetch_crypto_price" rel="noopener noreferrer"&gt;fetch_crypto_price&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  安全性
&lt;/h2&gt;

&lt;p&gt;自建的工具不會直接在你的電腦上裸奔。每個工具的執行都經過 OS 層級的沙箱隔離，敏感目錄包含 SSH 金鑰、雲端憑證、環境變數等都會被禁止取用。&lt;/p&gt;




&lt;h2&gt;
  
  
  總結
&lt;/h2&gt;

&lt;p&gt;Agenvoy &lt;code&gt;v0.27.*&lt;/code&gt; 開始，讓你慣用的 Agent 能在對話中自己建立、測試、保存新工具。&lt;/p&gt;

&lt;p&gt;而你，不需要換工具、不需要學新操作，只需要連接 Agenvoy 的 MCP。&lt;/p&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>agenvoy</category>
      <category>go</category>
    </item>
    <item>
      <title>Agenvoy@v0.27.2 - Enhance MCP server mode with tools and add model discovery flows</title>
      <dc:creator>邱敬幃 Pardn Chiu</dc:creator>
      <pubDate>Thu, 18 Jun 2026 15:27:47 +0000</pubDate>
      <link>https://dev.to/pardnchiu/agenvoyv0272-enhance-mcp-server-mode-with-tools-and-add-model-discovery-flows-2n1j</link>
      <guid>https://dev.to/pardnchiu/agenvoyv0272-enhance-mcp-server-mode-with-tools-and-add-model-discovery-flows-2n1j</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/pardnchiu/Agenvoy" rel="noopener noreferrer"&gt;Agenvoy&lt;/a&gt; - A personal agent that writes its own tools and repairs itself — Make AI actually work for you.&lt;/p&gt;




&lt;h2&gt;
  
  
  Summary
&lt;/h2&gt;

&lt;p&gt;Turns Agenvoy into a stdio MCP server and consolidates the TUI command surface into grouped menus with a new auto mode toggle. Provider model discovery now fetches live listings instead of relying on static registries.&lt;/p&gt;

&lt;p&gt;翻譯&lt;br&gt;
Agenvoy 新增 stdio MCP server，並整合 TUI 指令為群組選單與新增 auto mode 切換。Provider model 探索改為即時拉取，不再依賴靜態清單。&lt;/p&gt;

&lt;h2&gt;
  
  
  Changes
&lt;/h2&gt;

&lt;h3&gt;
  
  
  FEAT
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Add stdio MCP server mode and dynamic tool exposure&lt;/li&gt;
&lt;li&gt;Add embedded script tool guide to system prompt and remove old skill&lt;/li&gt;
&lt;li&gt;Expose MCP builtins and auto-refresh tool registry&lt;/li&gt;
&lt;li&gt;Add MCP install action for external agent configs&lt;/li&gt;
&lt;li&gt;Add MCP server docs, demo tools&lt;/li&gt;
&lt;li&gt;Add TUI auto mode toggle with shift-tab and bottom-bar indicator&lt;/li&gt;
&lt;li&gt;Group slash commands under &lt;code&gt;/model&lt;/code&gt;, &lt;code&gt;/feature&lt;/code&gt;, and &lt;code&gt;/dangerous&lt;/code&gt; menus&lt;/li&gt;
&lt;li&gt;Add NVIDIA NIM &lt;code&gt;/v1/models&lt;/code&gt; discovery and local model scan flow&lt;/li&gt;
&lt;li&gt;Refresh README layouts and demo messaging&lt;/li&gt;
&lt;li&gt;Refresh homepage messaging for tool-building and MCP positioning&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;翻譯&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;新增 stdio MCP server 模式與動態工具曝光&lt;/li&gt;
&lt;li&gt;將 script tool guide 嵌入 system prompt 並移除舊 skill&lt;/li&gt;
&lt;li&gt;曝光 MCP 內建工具並自動刷新 tool registry&lt;/li&gt;
&lt;li&gt;新增 MCP install 動作供外部 agent 設定&lt;/li&gt;
&lt;li&gt;新增 MCP server 文件與 demo 工具&lt;/li&gt;
&lt;li&gt;新增 TUI auto mode，shift-tab 切換並於底部狀態列顯示&lt;/li&gt;
&lt;li&gt;將斜線指令整合至 &lt;code&gt;/model&lt;/code&gt;、&lt;code&gt;/feature&lt;/code&gt;、&lt;code&gt;/dangerous&lt;/code&gt; 群組選單&lt;/li&gt;
&lt;li&gt;新增 NVIDIA NIM &lt;code&gt;/v1/models&lt;/code&gt; 探索與本地 model 掃描流程&lt;/li&gt;
&lt;li&gt;更新 README 排版與示範訊息&lt;/li&gt;
&lt;li&gt;更新首頁文案定位&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  FIX
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Stop MCP watcher on context cancellation and clean up docs&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;翻譯&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;修正 MCP watcher 於 context 取消時停止，並清理文件&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  UPDATE
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Refresh docs and preserve recent tool history in compact exec&lt;/li&gt;
&lt;li&gt;Refine cache policy wording and expand command whitelist&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;翻譯&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;更新文件並保留近期工具歷史於 compact 執行中&lt;/li&gt;
&lt;li&gt;調整快取策略文案並擴充指令白名單&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>agenvoy</category>
      <category>go</category>
    </item>
    <item>
      <title>Agenvoy@v0.26.9 - Enhance model management, routing, and sanitization features</title>
      <dc:creator>邱敬幃 Pardn Chiu</dc:creator>
      <pubDate>Thu, 11 Jun 2026 16:53:50 +0000</pubDate>
      <link>https://dev.to/pardnchiu/agenvoyv0269-enhance-model-management-routing-and-sanitization-features-55il</link>
      <guid>https://dev.to/pardnchiu/agenvoyv0269-enhance-model-management-routing-and-sanitization-features-55il</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/pardnchiu/Agenvoy" rel="noopener noreferrer"&gt;Agenvoy&lt;/a&gt; - A personal agent that writes its own tools and repairs itself — Make AI actually work for you.&lt;/p&gt;




&lt;h3&gt;
  
  
  Summary
&lt;/h3&gt;

&lt;p&gt;擴展 provider 生態系，加入 Grok OAuth 支援並引入 model 選擇的路由提示。強化 runtime 護欄，統一 cache 流程、tool call 去重與跨 runtime 輸入清理。&lt;/p&gt;

&lt;h3&gt;
  
  
  FEAT
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;支援 &lt;code&gt;with/model&lt;/code&gt; 路由提示以選擇 agent
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;model:gpt5 請分析台積電股票
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;新增 Grok OAuth provider 並整合 model 新增流程&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  FIX
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;修正外部 tool 映射（ext_* / script_* / api_* / mcp__*）與 Telegram HTML 清理&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  UPDATE
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;新增 Claude Fable 5 model 並重構 agent selector，加入 DeepSeek、Grok&lt;/li&gt;
&lt;li&gt;新增 tool call cache 與待處理任務歷史管理（移除 &lt;code&gt;tool_calls&lt;/code&gt;，新增 &lt;code&gt;history&lt;/code&gt; 存放 &lt;code&gt;pending&lt;/code&gt; 完成結果替代）&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  REFACTOR
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;統一跨 runtime 的 cache 流程與截斷處理（移除 search_web / search_google_news / fetch_page 個別快取，改以統一 cache 邏輯）&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>agenvoy</category>
      <category>go</category>
    </item>
    <item>
      <title>Agenvoy - 不懂 AI 也能輕鬆開發自己的 Agent</title>
      <dc:creator>邱敬幃 Pardn Chiu</dc:creator>
      <pubDate>Sun, 07 Jun 2026 15:22:32 +0000</pubDate>
      <link>https://dev.to/pardnchiu/bu-dong-ai-ye-neng-qing-song-kai-fa-zi-ji-de-agent-36ip</link>
      <guid>https://dev.to/pardnchiu/bu-dong-ai-ye-neng-qing-song-kai-fa-zi-ji-de-agent-36ip</guid>
      <description>&lt;p&gt;過去，打造一個專屬自己的 AI Agent 是工程師的特權，要懂模型、會寫 prompt、搞 API、架伺服器，對於一般人來說學習曲線不低&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;現在，你不需要懂 AI、不需要懂開發，只需要知道你想要什麼&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Agenvoy 把這些「麻煩」的部分全部打包了。&lt;/strong&gt;你要做的只有一件事：&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;說出你想要的，剩下交給 Agenvoy 協助你生成&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h3&gt;
  
  
  Agenvoy 提供了一個完整的核心框架
&lt;/h3&gt;

&lt;p&gt;一行安裝：提供一鍵安裝部署的指令，部署到使用只需 30 秒&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;自動選模型&lt;/strong&gt;：Claude 寫程式、Gemini 看影片、GPT 做研究，Agenvoy 會自動分配最合適任務的模型&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;自動產工具&lt;/strong&gt;：當你說「幫我會查匯率」，Agenvoy 會自己找 API、寫成工具給後續使用&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;能記住可查詢&lt;/strong&gt;：三層記憶架構，提供語意搜尋，丟文件給 Agenvoy 建你專屬知識資料庫&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;用人話排程&lt;/strong&gt;：「每天早上 8 點把科技新聞推到我 Telegram」，Agenvoy 就能自己搞定&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;用人話教它&lt;/strong&gt;：把流程用自然語言寫成 Skill，Agenvoy 就照著做&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;直接在 Telegram / Discord 用&lt;/strong&gt;：封裝好的 Chat Bot，原生按鈕、選單、彈窗，點一下就好&lt;/li&gt;
&lt;/ol&gt;




&lt;h3&gt;
  
  
  而且，它是「你的」
&lt;/h3&gt;

&lt;p&gt;跑在你自己的電腦上，不需曝光主機。並且執行指令隔離在沙箱層、並且敏感操作會先問你、外加密鑰從不進檔案系統。&lt;strong&gt;強大，且預設安全的個人 Agent&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  換腦不換身，一款真正屬於你的個人 Agent
&lt;/h3&gt;

&lt;p&gt;Agenvoy 最獨特的地方：&lt;strong&gt;一款陪著你一起長大的 Agent，只給你框架與核心功能，剩下的都是隨著使用自己長出來的&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;長在上面的工具、技能、記憶、脈絡，全是你自己用出來、一點一滴累積的。最終的 Agent 之所以屬於你個人，不是因為框架是什麼，而是因為它是你親手培養出來的&lt;/p&gt;

&lt;p&gt;至於模型模型的定位，在這套框架上只是插上去的&lt;strong&gt;大腦&lt;/strong&gt;。就算今天最強的是 Claude，明天也可能變成 OpenAI，後天又可能變成一個跑在你電腦裡的開源模型&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Agenvoy 的大腦可以隨時換，但你替他打造身體與內核始終在那&lt;/strong&gt;&lt;br&gt;
就算換了模型，你累積的工具、記憶、技能、排程，一個都不會少&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  這，是這個時代個人 Agent 該有的樣子
&lt;/h3&gt;

&lt;p&gt;計算機時代是&lt;strong&gt;計算能力&lt;/strong&gt;的下放，他把原本需要專家們的手算能力，變成每個人彈指間就能 10 位數的加減乘除的計算機&lt;/p&gt;

&lt;p&gt;Agent 時代下，這件事變成&lt;strong&gt;自然語言的自動化與生成能力&lt;/strong&gt;。Agenvoy 在做的就是把「打造一個專屬 Agent」從工程師的特權，變成你也能做的日常&lt;/p&gt;

&lt;p&gt;而你的個人 Agent 只會&lt;strong&gt;越用越強&lt;/strong&gt;，工具、SKILL的積累、記住你的使用習慣，持續成長的知識庫。&lt;strong&gt;這是一款專屬於你個人的「養成」遊戲&lt;/strong&gt;，用越久 Agent 越懂你&lt;/p&gt;




&lt;p&gt;今天，立即，開始你自己的個人 Agent 養成計劃&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/pardnchiu/Agenvoy" rel="noopener noreferrer"&gt;Agenvoy&lt;/a&gt; - Make AI actually work for you — your personal AI assistant.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>agenvoy</category>
      <category>go</category>
    </item>
    <item>
      <title>Agenvoy - Pub/Sub 事件攔截與分發</title>
      <dc:creator>邱敬幃 Pardn Chiu</dc:creator>
      <pubDate>Thu, 04 Jun 2026 18:12:27 +0000</pubDate>
      <link>https://dev.to/pardnchiu/agenvoy-pubsub-shi-jian-lan-jie-yu-fen-fa-dbj</link>
      <guid>https://dev.to/pardnchiu/agenvoy-pubsub-shi-jian-lan-jie-yu-fen-fa-dbj</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/pardnchiu/Agenvoy" rel="noopener noreferrer"&gt;Agenvoy&lt;/a&gt; - Make AI actually work for you — your personal AI assistant.&lt;/p&gt;




&lt;p&gt;同一個 session 可能同時被多個目標觀察，Web 界面（尚未釋出）、TUI 介面、Telegram / Discord，又或是被其他 agent 視窗呼叫&lt;/p&gt;

&lt;p&gt;都需要看到同一個 session 的即時狀態，包括 agent  執行過程&lt;br&gt;
第一版是讓各視窗啟動時輪詢狀態，搭配全局日誌檔讓外部工具 tail。但這兩種方式在長期使用下會遇到輪詢有延遲，啟動太多監聽器&lt;/p&gt;

&lt;p&gt;&lt;code&gt;v0.25.6&lt;/code&gt; 起設計了讓所有事件統一的 Pub/Sub，並且用的方式是截取發送的方式，最低影響原先的執行流程&lt;br&gt;
讓視窗只需訂閱自己感興趣的 channel，就能即時接收最新動態，不只是 agent 回應，而是完整的 session 生命週期狀態&lt;/p&gt;


&lt;h2&gt;
  
  
  Agent 執行
&lt;/h2&gt;

&lt;p&gt;agent 執行時產生的每一個事件，包含用戶輸入、工具呼叫結果、思考片段、最終回應都會透過攔截器截取並廣播，agent 不需要負責處理訂閱者的動作&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;agent 事件 → channel
        ↓
Pub(sessionID, event)   ← 廣播
        ↓
原始 events channel     ← 原有 handler
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h2&gt;
  
  
  Daemon 日誌
&lt;/h2&gt;

&lt;p&gt;新增 &lt;code&gt;daemonSlogHandler&lt;/code&gt; 攔截所有 &lt;code&gt;slog&lt;/code&gt; 呼叫，在寫入 &lt;code&gt;stderr&lt;/code&gt; 的同時，向全部 channel 廣播（但不包含 Telegram / Discord 訊息），所有系統事件，包含連線建立、工具超時、記憶體壓縮、錯誤警告，只要有開啟 TUI 都能即時追蹤&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight go"&gt;&lt;code&gt;&lt;span class="n"&gt;slog&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;Info&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s"&gt;"xxx"&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
        &lt;span class="err"&gt;↓&lt;/span&gt;
&lt;span class="n"&gt;daemonSlogHandler&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;Handle&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt;
        &lt;span class="err"&gt;├──&lt;/span&gt; &lt;span class="n"&gt;寫入&lt;/span&gt; &lt;span class="n"&gt;stderr&lt;/span&gt;
        &lt;span class="err"&gt;└──&lt;/span&gt; &lt;span class="n"&gt;Pub&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s"&gt;"daemon"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;EventDaemonLog&lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="o"&gt;...&lt;/span&gt;&lt;span class="p"&gt;})&lt;/span&gt;   &lt;span class="err"&gt;←&lt;/span&gt; &lt;span class="n"&gt;廣播&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>ai</category>
      <category>agents</category>
      <category>agenvoy</category>
      <category>go</category>
    </item>
    <item>
      <title>Agenvoy - 工具 ask_user 異步設計</title>
      <dc:creator>邱敬幃 Pardn Chiu</dc:creator>
      <pubDate>Wed, 03 Jun 2026 18:16:35 +0000</pubDate>
      <link>https://dev.to/pardnchiu/agenvoy-gong-ju-askuser-yi-bu-she-ji-3mj2</link>
      <guid>https://dev.to/pardnchiu/agenvoy-gong-ju-askuser-yi-bu-she-ji-3mj2</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/pardnchiu/Agenvoy" rel="noopener noreferrer"&gt;Agenvoy&lt;/a&gt; - Make AI actually work for you — your personal AI assistant.&lt;/p&gt;




&lt;p&gt;&lt;code&gt;v0.25.13&lt;/code&gt;（前）Agent 問用戶一個問題是阻塞的設計，等用戶輸入答案，然後才繼續&lt;br&gt;
為了解決大量積累的可能性，我添加了 10 分鐘的超時，雖然大多數情況下沒問題，但也讓場景被限縮在用戶必須緊盯訊息，否則有機會需要重跑&lt;br&gt;
這使用情境下，除了 &lt;code&gt;always-allow&lt;/code&gt; 以外，根本無法達成長久自主運行的 Agent 這目標，因為始終需要有人盯盤&lt;br&gt;
受到 Claude 網頁版的啟發，他在 ask 的問題完是直接問題搭配回覆一起傳送給 Agent 去跑下一輪執行&lt;br&gt;
所以我在原先的 Pending 設計上添加了目標、已執行、下一步的完整紀錄，在 &lt;code&gt;ask_user&lt;/code&gt; 前先行紀錄，並結束當前執行回圈，等到用戶回覆後才重新觸發流程&lt;br&gt;
這樣的設計，可以真正釋放用戶的關注，不需要擔心忘記回覆是否會需要全部重來，讓 Agent 的可用性更近一步&lt;/p&gt;




&lt;h2&gt;
  
  
  異步的好處？
&lt;/h2&gt;

&lt;p&gt;Agent 執行一個工具：幾百毫秒&lt;br&gt;
等用戶回答一個問題：可能立即，也可能好幾小時後&lt;br&gt;
這個改動的核心是：把原本存在記憶體裡的狀態，釋放處存至磁碟上&lt;br&gt;
記憶體裡的狀態隨生命週期存在。磁碟上的狀態永遠在那裡，直到被明確刪除&lt;br&gt;
所以當前的生命週期在 ask_user 前就會直接被中斷，就算用戶一天後才回答也沒有問題，因為回答後才讀取完整狀態紀錄，重新啟動任務&lt;/p&gt;




&lt;h2&gt;
  
  
  ask_user 前的狀態紀錄
&lt;/h2&gt;

&lt;p&gt;中斷執行前 Agent 必須回答三個問題：目標是什麼、完成了什麼、接下來要做什麼，這樣設計有兩個目的：&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Resume 時提供 Agent 完整上下文繼續執行（包含已經查找的資料等）&lt;/li&gt;
&lt;li&gt;讓 Agent 在 ask_user 之前重新整理當前狀態，對齊需求與目標&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Resume 流程恢復
&lt;/h2&gt;

&lt;p&gt;等用戶回答後，會先讀取狀態紀錄和用戶的答案組合成一條完整的 context，作為新的輸入交給 Agent&lt;br&gt;
不依賴對話歷史，而是完全藉由狀態紀錄的內容，告知 Agent 之前完成的步驟，用戶回答了什麼問題，請繼續下一步&lt;/p&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>agenvoy</category>
      <category>go</category>
    </item>
    <item>
      <title>Agenvoy - 記憶系統最後一片拼圖</title>
      <dc:creator>邱敬幃 Pardn Chiu</dc:creator>
      <pubDate>Mon, 01 Jun 2026 18:50:36 +0000</pubDate>
      <link>https://dev.to/pardnchiu/agenvoy-ji-yi-xi-tong-zui-hou-pian-pin-tu-if7</link>
      <guid>https://dev.to/pardnchiu/agenvoy-ji-yi-xi-tong-zui-hou-pian-pin-tu-if7</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;v0.25.10 / v0.25.11&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;記憶系統最後一片拼圖到位，三層架構正式完整。&lt;br&gt;
隨著長期使用持續進化的記憶系統。&lt;/p&gt;




&lt;h2&gt;
  
  
  上下文記憶
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Layer 1 — 對話紀錄
&lt;/h3&gt;

&lt;p&gt;使用近 16（可自訂）條對話為 LLM context，搭配自動摘要（summary.json），確保當前對話的完整語境。&lt;/p&gt;

&lt;h3&gt;
  
  
  Layer 2 — 語意搜尋（ToriiDB）
&lt;/h3&gt;

&lt;p&gt;向量資料庫覆蓋近 5MB 對話紀錄，並提供向量搜尋工具，能直接透過語意搜尋最相關的結果。&lt;/p&gt;

&lt;h3&gt;
  
  
  Layer 3 — 關鍵字全文搜尋（SQLite）
&lt;/h3&gt;

&lt;p&gt;持久化保存完整歷史紀錄，搭配 FTS5 全文索引確保任何一個字都能在毫秒內找到。&lt;br&gt;
三層各司其職，邊界清晰：熱資料進 context，溫資料走向量，冷資料交 FTS。&lt;/p&gt;




&lt;h2&gt;
  
  
  錯誤記憶 — 跨 Session 的經驗累積（ToriiDB）
&lt;/h2&gt;

&lt;p&gt;工具失敗後 Agent 會優先嘗試處理，並在解決問題後主動診斷後結構化存入四個欄位：&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;症狀 — 工具實際回傳了什麼、在哪個步驟卡住&lt;/li&gt;
&lt;li&gt;根因 — 確認後的失敗原因（參數錯誤、權限不足、timeout、無結果…）&lt;/li&gt;
&lt;li&gt;方法 — 做了什麼能解決（改用英文關鍵字重試、改呼叫其他工具、調整參數…）&lt;/li&gt;
&lt;li&gt;結果 — &lt;code&gt;resolved&lt;/code&gt;、&lt;code&gt;failed&lt;/code&gt;、&lt;code&gt;abandoned&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;下次遇到相同情境，先搜錯誤記憶，直接依據解決方法處理。&lt;br&gt;
記憶保留 90 天，並且被搜尋到的紀錄會自動延長。&lt;/p&gt;




&lt;h2&gt;
  
  
  RAG — 外部知識檢索（KuraDB）
&lt;/h2&gt;

&lt;p&gt;自製本地文件索引，將你的筆記、文件、程式碼建成獨立資料庫。並提供工具方便 Agent 檢索：&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;rag_search_semantic&lt;/code&gt; 走 OpenAI embedding 語意搜尋&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;rag_search_keyword&lt;/code&gt; 走 gse 分詞精確比對，支援中文斷詞&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;啟用 RAG 時，系統強制執行 RAG-first：任何資訊查詢，Agent 優先搜知識庫，網路則是補充，不是第一選擇。&lt;br&gt;
當 KuraDB 離線時，會自動移除相關工具，避免工具不存在的錯誤。&lt;/p&gt;




&lt;p&gt;&lt;a href="https://github.com/pardnchiu/Agenvoy" rel="noopener noreferrer"&gt;Agenvoy&lt;/a&gt; - Make AI actually work for you — your personal AI assistant.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>agenvoy</category>
      <category>go</category>
    </item>
  </channel>
</rss>
