whatevertogo 0a2a35929e feat: add session and system capabilities for plugin management and event handling
- Implemented SessionCapabilityMixin with methods to manage session-level plugin states and handlers.
- Added SystemCapabilityMixin to handle system-level functionalities including file management, event handling, and dynamic command registration.
- Introduced methods for enabling/disabling plugins, filtering handlers, and managing LLM and TTS service states.
- Registered various system capabilities for data directory access, HTML rendering, and event streaming.
2026-03-19 07:35:01 +08:00
2026-03-14 21:09:48 +08:00
2025-11-11 00:23:48 +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
Description
No description provided
Readme AGPL-3.0 141 MiB
Languages
Python 61.2%
Vue 19.5%
JavaScript 13.6%
TypeScript 4.8%
HTML 0.3%
Other 0.6%