npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@customize-agent/server

v4.0.30

Published

Customize Agent Web 管理控制台

Readme

Customize Agent Web 控制台

Customize Agent Web 控制台用于管理本地知识库、提示词、角色配置、文档规范包、工作流模板、生成文档和生成资源。它面向最终用户,帮助用户用自己的资料生成可校验、可追溯、可导出的业务文档。

主要页面

  • 总览:查看系统运行状态、知识库和模型配置概况。
  • 文件管理:上传和管理我的文件,查看知识库索引状态。
  • 知识库搜索:检索已经入库的资料。
  • 提示词管理:创建提示词,或复制内置示例后修改。
  • 角色配置:配置文件角色、提示词角色和项目角色配置。
  • 文档规范包:配置事实字段、章节规则和可执行门禁规则。
  • 工作流模板库:选择或创建文档生成模板。
  • 生成资源:查看和管理生成过程中产生的图片、附件等资源。
  • 上下文工程:查看长期和短期上下文。
  • 系统日志:查看运行日志和问题线索。
  • 设置:管理语言、主题、服务状态和本地数据说明。

推荐流程

  1. 配置可用模型。
  2. 上传我的资料并等待索引完成。
  3. 创建或复制提示词。
  4. 创建文件角色和提示词角色。
  5. 创建项目角色配置。
  6. 创建文档规范包,配置门禁规则。
  7. 选择工作流模板并生成文档。
  8. 根据校验结果修正资料或配置。
  9. 导出正式文档。

内置示例

控制台会提供内置示例,帮助用户理解功能。内置示例不会和用户数据混在一起,默认页面会优先展示用户自己的内容。内置示例不能直接覆盖,编辑时会复制成用户自己的版本。

本地数据

用户数据默认保存在本机,包含知识库索引、提示词、角色配置、规范包、生成记录、生成资源和日志。用户可以根据项目维护不同资料和生成结果。

常见问题

为什么上传完成后还显示索引中?

上传完成表示文件已被接收并解析,知识库向量索引会继续在后台写入。请在文件管理页面查看进度和失败原因。

为什么内置示例不能删除?

内置示例用于参考和学习。为了避免误删,系统会保护内置示例。需要使用时请复制为自己的版本。

自定义门禁类型和系统门禁类型有什么区别?

两者都会参与校验。系统门禁类型由系统预置;自定义门禁类型由用户定义名称、校验对象和校验方式,保存后可以在规范包中复用。