@idealeap/gwt
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published
IdeaLeap Logo

GWT

Develop time

基于GWT理论构建的 LLM Agent 智能系统框架,不基于LangchainJs!

🎨 技术栈

  • Openai
  • Jest
  • Typescript
  • Vitepress
  • Eslint
  • Prettier
  • MarkdownLint
  • Github Actions
  • Vercel Ncc
  • Milvus

Misc

发包时由于使用 ES module,Node.js 内置的 filename 与dirname 就变得不可用了,需要使用 url 模块的 fileURLToPath 方法将 import.meta.url 转换为文件路径,然后再使用 path 模块的 dirname 方法获取文件所在目录的路径。

import { fileURLToPath } from "url";
import path from "path";
const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);

📄 作者

(C) 2023 Marlene, Idealeap

Package Sidebar

Install

npm i @idealeap/gwt

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

103 kB

Total Files

89

Last publish

Collaborators

  • marlenej