UNPKG

@defikitdotnet/x-ai-combat

Version:

XCombatAI - Social Media Engagement Template for the Agent Framework

10 lines 600 B
import { SearchMode } from "@defikitdotnet/agent-twitter-client"; import { ClientBase, TwitterConfig } from "@defikitdotnet/client-twitter"; import { IAgentRuntime } from "@defikitdotnet/core"; export declare class TwitterService { client: ClientBase; constructor(runtime: IAgentRuntime, twitterConfig: TwitterConfig); searchTweets(query: string, count: number, mode: SearchMode): Promise<AsyncGenerator<import("@defikitdotnet/agent-twitter-client").Tweet, void, any>>; replyToTweet(tweetId: string, content: string): Promise<Response>; } //# sourceMappingURL=twitter-service.d.ts.map