feat: 添加关于Agent与操作系统类比的新博客文章
添加两篇博客文章,探讨Agent系统与操作系统的概念类比。主要新增文件包括: - 博客/AI与大模型/学习Agent,越学越像在重新理解操作系统.md:简洁版文章 - temp-agent-os-v2.md:详细扩展版文章,深入对比进程/线程与Sub-Agent、系统调用与Tool Use、虚拟内存与Context Window、文件系统与RAG等概念 同时更新Obsidian插件视图,使设置按钮打开站点配置模态框而非空操作。
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import i18next from "i18next";
|
||||
import { ItemView, Notice, WorkspaceLeaf, TFile } from "obsidian";
|
||||
import type HaloPlugin from "../main";
|
||||
import { HaloSitesModal } from "../sites-modal";
|
||||
|
||||
export const SYNC_STATUS_VIEW_TYPE = "halo-sync-status";
|
||||
|
||||
@@ -371,7 +372,7 @@ export class SyncStatusView extends ItemView {
|
||||
});
|
||||
settingsBtn.style.cssText = "border: none; background: transparent; cursor: pointer; font-size: 16px; padding: 4px;";
|
||||
settingsBtn.addEventListener("click", () => {
|
||||
(this.app as unknown as { settings: unknown }).settings;
|
||||
new HaloSitesModal(this.plugin).open();
|
||||
});
|
||||
|
||||
const historyBtn = actions.createEl("button", {
|
||||
|
||||
Reference in New Issue
Block a user