-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
Description
Info about the agentkit
This agentkit is a blog writing automation tool that can be triggered externally (e.g., via webhook or scheduled task) to generate and publish blog posts.
How should it work (step-by-step instructions):
- An external trigger (webhook or scheduler) signals the agentkit to start a new blog post.
- The agent fetches topic, keywords, or instructions from the trigger payload.
- The agent drafts a blog post using AI, ensuring SEO optimization and coherence.
- The draft is reviewed (optionally by a human or another agent) before publishing.
- The post is published to a CMS or static blog platform via API.
- Logs and status of published posts are maintained.
Reference contribution guide & sample agentkit:
- Refer to CONTRIBUTING.md and sample agentkits (
/examples/sample-agentkit) for guidance on coding standards, structure, and submission. - Document the triggering mechanism, review workflow, and publishing logic in your implementation.
- Submit your agentkit in an organized directory as required by the repo.