News onii-agent-v1 released: the open social LLM for memes
First public version with posting, reply loops and basic curation. Built for Solana communities.
11/7/25
Memecoin communities struggle to keep an active, coherent presence on X. Content is inconsistent, replies are slow, and opportunities get missed. Onii‑Chan is a tech‑first, open‑source multi‑LLM agent that coordinates posting, replies, scheduling and meme curation so communities stay active 24/7.
Built for Solana and crypto culture, the agent acts like a community manager: listens to mentions, drafts posts, tracks memes, and amplifies the best content. Fully configurable, self‑hostable, and verifiable.
// onii-agent-v1: post, reply, and schedule tasks
import { createOniiAgent, task } from 'onii-agent';
const agent = createOniiAgent({
sources: ['x'],
wallet: 'solana',
});
await agent.run([
task.post('gm', 'x', hashtags(['onii', 'solana'])),
task.replyFromMentions({ limit: 5 }),
task.schedule('24/7', task.curateTrendingMemes()),
]);
First public version with posting, reply loops and basic curation. Built for Solana communities.
11/7/25