Simon Willison released datasette-agent 0.1a4, leveraging the new makeJumpSections() JS plugin hook in Datasette 1.0a30. Users can now press "/" from any page to open the "Jump to" menu and instantly access a "Start a new agent chat" input box. This update streamlines database interactions, allowing users to trigger agent-led data analysis seamlessly.
Simon Willison 發布了 datasette-agent-charts 0.1a1 測試版。此更新為長條圖與鬆餅圖引入了更豐富的漸層與分類色彩方案,並新增了互動式工具提示。此外,系統現在會在查詢欄位名稱前先檢查 execute-sql 權限,並修正了 waffleY 圖表未正確描述給 AI 代理的 Bug。
Hugging Face 發表全新 JavaScript 函式庫「Agents.js」(@huggingface/agents),旨在讓 Web 與 Node.js 開發者能輕鬆為大型語言模型(LLM)配置工具。透過此庫,開發者可以使用 JS/TS 建立具備推理與執行能力的 AI Agent,使其能自動選擇並調用 Hugging Face 上的各種模型(如圖像生成、翻譯、語音合成等)來完成複雜任務。