Skip to content

Instantly share code, notes, and snippets.

View 0xPBIT's full-sized avatar
🇺🇲

pbit 0xPBIT

🇺🇲
View GitHub Profile
@0xPBIT
0xPBIT / plugin-x-post.ts
Created February 16, 2025 00:19
Thinking With Maiar Plugins
import {
PluginBase,
AgentContext,
PluginResult,
Runtime,
UserInputContext
} from "@maiar-ai/core";
import { createLogger } from "@maiar-ai/core";
import { xPostTemplate } from "./template";