ZihaoVistonWang/Stata-AI-Skill

ZihaoVistonWang★ 1Rust最后同步: 2026-08-15

在 GitHub 打开

Stata AI Skill Native Service: Native localhost HTTP service that lets AI agents run Stata without VS Code, Node.js, or Python on the user side.

README 摘要

Stata AI Skill Native Service 🐳 DeepSeek Hermes is now compatible See the dsh-plugin directory for details. Native localhost HTTP service that lets AI agents run Stata without VS Code, Node.js, or Python on the user side. This project is extracted from ZihaoVistonWang/stata-all-in-one and keeps the AI Skill HTTP workflow while removing the VS Code runtime requirement. The distributed artifact is a single native executable: - macOS: stata-ai-skill (Mach-O executable) - Windows: stata-ai-skill.exe (PE executable) macOS support is Apple Silicon only. Intel Mac is not supported. For agent use and skills.sh publishing, package the executable next to the skill definition: Agents should resolve the executable from skills/stata-ai-skill/bin/ / first. Use macos-arm64 for Apple Silicon Macs, windows for Windows x64, and windows-arm64 for Windows ARM64. Intel Mac is not supported; agents should detect x86 64 macOS and report that the skill is not compatible. skills/stata-ai-skill/bin/macos/ remains a legacy Apple Silicon fallback. Cargo's target/release/ directory is only a development build output, not the runtime contract. To build and refresh the packaged binary for the current platform, …

在 GitHub 查看完整 README →
Agent/智能体agentagent-skilldsh-pluginskillskills-shstata

分类