diff --git a/.pi/agents/blog_post.chain.md b/.pi/agents/blog_post.chain.md new file mode 100644 index 0000000..b67af04 --- /dev/null +++ b/.pi/agents/blog_post.chain.md @@ -0,0 +1,20 @@ +--- +name: blog_post +description: Chain that creates a blog post about 'my chain is awesome' and processes it with ICP +--- + + +## blog + task: > + Write a complete blog post about 'my chain is awesome'. + Make it enthusiastic and engaging, highlighting why this chain is awesome. + Include a clear structure with introduction, body, and conclusion. + + output: blog_post + +## icp + task: > + Process the blog content about 'my chain is awesome'. + The blog content is provided from the previous step: {{blog_post}}. + Analyze the content and provide insights on why this chain is awesome. + Return a summary of key insights.