langchain-ai/social-media-agent
A LangGraph-based agent that extracts content from URLs and generates Twitter/LinkedIn posts using LLMs with human approval workflows.

The repository contains an autonomous agent built on LangGraph that sources URLs, extracts content, and generates platform-appropriate posts for Twitter and LinkedIn. It uses a human-in-the-loop architecture where users authenticate with social platforms, review AI-generated drafts, and accept or reject suggestions before publishing. The system integrates with Anthropic’s Claude API for LLM capabilities and supports customization through prompt templates and post style configurations.