HiveWriter Crew
Purpose: generate, edit and publish content. The crew runs a workflow that calls
ContentAgent
, EditorAgent
and PublisherAgent
in sequence.
Inputs include the desired topic, target platform and any reference documents.
Outputs are polished posts ready for publishing. Invoke via the dashboard or send
requests to /api/hivewriter/run
.
Manifest
agents:
- content_agent.yaml
- editor_agent.yaml
- publisher_agent.yaml
- enhanced_editor_agent.yaml
- repurposer_agent.yaml
- headline_agent.yaml
- image_suggestion_agent.yaml
- scheduler_agent.yaml
- social_responder_agent.yaml
- script_agent.yaml
Agents
- ContentAgent – generates the initial draft using RAG context.
- EditorAgent – edits a draft to match the desired tone and style.
- PublisherAgent – publishes the final post to the selected platform.
- EnhancedEditorAgent – injects knowledge base facts during editing.
- RepurposerAgent – adapts content for other platforms.
- HeadlineAgent – produces headline variants for A/B tests.
- ImageSuggestionAgent – recommends Unsplash images.
- SchedulerAgent – posts scheduled content at the right time.
- SocialResponderAgent – drafts replies to social comments.
- ScriptAgent – generates short video or podcast scripts.
Example workflow:
- User provides topic and platform.
- ContentAgent drafts text.
- EditorAgent polishes the text.
- PublisherAgent posts it to LinkedIn or Twitter.