@agentdevjs/qqbot-feature
v0.1.1
Published
QQ Bot feature for AgentDev - enables QQ bot integration
Readme
@agentdevjs/qqbot-feature
QQ Bot feature for AgentDev - enables QQ bot integration.
Installation
npm install @agentdevjs/qqbot-featureUsage
import { BasicAgent } from 'agentdev';
import { QQBotFeature } from '@agentdevjs/qqbot-feature';
const qqbotFeature = new QQBotFeature({ appId, clientSecret });
const agent = new BasicAgent({ llm }).use(qqbotFeature);
await agent.withViewer('QQBot', 2026, false);
await qqbotFeature.startGateway(agent);License
MIT
