Documentation
README
myagents-anydoc — 本地文档转 Markdown
这是 MyAgents 随 App 发布的全离线文档转换能力。底层任务由 Desktop App 持有;CLI 退出、当前会话结束或切换 Runtime 都不会转移任务 owner。
使用顺序
- 先运行
myagents anydoc --help选择命令。 - 调用前读取 exact leaf help,例如
myagents anydoc convert --help;参数和格式支持以当前安装版本的 help 为准,不凭记忆补参数。 - 需要机器读取结果时加
--json。不要为这个命令组添加--dry-run。
核心命令
myagents anydoc convert --file <input> [--output <directory>] [--password <password>] [--wait] [--json]
myagents anydoc status <job-id> [--json]
myagents anydoc wait <job-id> [--json]
myagents anydoc cancel <job-id> [--json]
myagents anydoc list [--limit <1..100>] [--json]
convert 每次只接收一个本地文件。--output 始终是输出根目录,不是 document.md 的文件地址;省略时使用当前 Workspace 的默认转换目录。没有可确认 Workspace 时,按错误提示显式传目录。
This is the opening of the README. Read the full README on GitHub.