mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-05 05:16:03 +00:00
1.2 KiB
1.2 KiB
EBA Adapter Migration Records
This directory records adapter-level migration details for the Event-Based Agents architecture. Each adapter document should be kept close to the implementation and must answer four questions:
- What changed in the adapter structure.
- Which configuration fields are required.
- Which events and APIs are supported.
- What has been verified end to end.
Adapter Documents
General acceptance checklist: EBA Adapter Acceptance Checklist
| Adapter | Status | Document |
|---|---|---|
| Telegram | Migrated and live-tested | Telegram |
| Discord | Migrated and live-tested | Discord |
| OneBot v11 / aiocqhttp | Migrated; Matcha-tested where supported | OneBot v11 / aiocqhttp |
Documentation Checklist
When migrating a new adapter, add one document here with:
- Configuration table matching the adapter manifest.
- Supported event list.
- Supported common API list.
- Supported
call_platform_apiaction list. - Known unsupported APIs and the reason.
- Live test notes, including platform, channel type, destructive operations, and residual risks.