From 808dcbfb8ffd736983105ba24258a30298b5d914 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 2 May 2026 13:29:35 +0000 Subject: [PATCH] m --- .pi/agents/blog_post.chain.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .pi/agents/blog_post.chain.md 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.