Discover and explore top open-source AI tools and projects—updated daily.
LocoreMindAI social media agent automating real browsers
New!
Top 60.5% on SourcePulse
AI-powered social media agent for autonomous operation via real browser automation. It targets users needing sophisticated, human-like interaction, combining LLM-driven decisions with direct browser control via Chrome CDP. The benefit is performing complex tasks like posting, replying, and engaging authentically within actual browser sessions, bypassing bot detection.
How It Works
The system uses an LLM-driven agentic loop interacting with live web pages via agent-browser CLI and Chrome DevTools Protocol (CDP). This ensures operations occur within a real browser instance, using actual login cookies and session fingerprints to evade detection. Key features include a Platform Skill System injecting operation playbooks (e.g., 32+ for X.com) for composite tasks, and a Workflow Engine for deterministic, LLM-free automation pipelines. An Operation Log provides persistent, deduplicated memory of actions. It supports multiple LLM providers via an OpenAI-compatible shim.
Quick Start & Requirements
agent-browser (Latest), Git.cd locoagent, bun install..env file for LLM provider details (API keys, base URL, model) and SKIP_PERMISSIONS=1 for headless mode.bun start (interactive), bun start -p "..." (single query, headless), bun start --model ....bun run setup-chrome, agent-browser connect 9222).docs/workflow-development-guide.md.Highlighted Details
Maintenance & Community
The README does not specify notable contributors, sponsorships, or community channels (e.g., Discord, Slack).
Licensing & Compatibility
MIT License, generally permitting commercial use and modification.
Limitations & Caveats
Setup involves Chrome CDP management and .env configuration. Reliance on real browser automation makes it susceptible to platform UI changes. The Bun runtime dependency may be a consideration.
1 week ago
Inactive