Files
AstrBot/astrbot-sdk
LIghtJUNction a3fbfd3540 feat: SDK integration and various improvements
- Refactor core modules for better SDK integration
- Improve skill manager with better caching and loading
- Update dashboard routes for plugin and tools management
- Fix and enhance computer skill synchronization
- Various bug fixes and test improvements
2026-03-22 23:38:27 +08:00
..
2026-03-22 22:44:05 +08:00
2026-03-22 22:44:05 +08:00
2026-03-22 22:44:05 +08:00
2026-03-22 22:44:05 +08:00
2026-03-22 22:44:05 +08:00
2026-03-22 22:44:05 +08:00
2026-03-22 22:44:05 +08:00

AstrBot SDK

AstrBot 插件开发 SDK提供 v4 runtime、worker protocol 和插件工具链。

安装

pip install astrbot-sdk

开发安装

# 克隆仓库后
pip install -e .

# 或使用 uv
uv sync

目录结构

astrbot-sdk/
├── src/
│   └── astrbot_sdk/      # SDK 主包
├── pyproject.toml
└── README.md