Skip to content

gozq/AxureLLMWiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Axure LLM Wiki MVP

功能

  • AxureCloud 页面发现、逐页采集(HTML/DOM/按钮/字段/链接/表格/备注)
  • 保存 raw 证据层(json/html/png)
  • 可选视觉分析开关(MVP 预留)
  • LLM 编译 Wiki markdown
  • 扫描任务与页面索引入库(SQLite)
  • Web 管理界面(设置/任务/页面/Wiki查看)
  • 查询 API:POST /api/search
  • CLI:init scan serve

安装

python -m venv .venv && source .venv/bin/activate
pip install -e .
playwright install chromium

使用

axwiki init
axwiki serve
# 打开 http://127.0.0.1:8000/settings 配置 Axure URL 和模型
# 到 /tasks 点击 Run Scan 或命令行:
axwiki scan

目录

  • Raw: project-kb/raw/axure/{version}
  • Wiki: project-kb/wiki/pages/...

说明

  • 若 LLM key 为空,则生成占位 Wiki。
  • 单页失败不会中断整次扫描,错误在任务 error_log。
  • API Key 不写入日志。

About

Generate evidence-backed, AI-readable Markdown wikis from Axure Cloud prototypes for AI-native product and coding workflows.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors