feat: 白龙马数字意识框架 v2.2.0 - 3D意识空间、多技能协同、自我进化系统

This commit is contained in:
xiaoyuanda666-ship-it
2026-06-07 19:43:22 +08:00
commit bf73366e81
234 changed files with 219763 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
// 联网工具web_search / fetch_url / browser_read。
// 实现按职责拆分到 ./web/ 子模块,此处仅作 barrel 再导出,保持对外接口不变。
// web/util.js —— 共享底层HTTP 头、HTML 处理、长文落盘)
// web/browser.js —— 共享 Chromium 单例
// web/search.js —— web_search 多引擎
// web/browser-read.js —— browser_read真实浏览器渲染
// web/fetch.js —— fetch_urlJina / 直连 / 浏览器兜底)
export { execWebSearch } from './web/search.js'
export { execFetchUrl } from './web/fetch.js'
export { execBrowserRead } from './web/browser-read.js'