<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Agent on Micha Kops&#39; Tech Notes</title>
    <link>https://www.hascode.com/tags/agent/</link>
    <description>Recent content in Agent on Micha Kops&#39; Tech Notes</description>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>Copyright © 2010 - 2025 Micha Kops. #e9d956c0c0154a221ad83c925346a8fa0e72f866</copyright>
    <lastBuildDate>Thu, 02 Jul 2026 00:00:00 +0200</lastBuildDate>
    <atom:link href="https://www.hascode.com/tags/agent/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Orchestrator Agent with Parallel Sub-Agents in Kiro CLI</title>
      <link>https://www.hascode.com/orchestrator-agent-with-parallel-sub-agents-in-kiro-cli/</link>
      <pubDate>Thu, 02 Jul 2026 00:00:00 +0200</pubDate>
      <guid>https://www.hascode.com/orchestrator-agent-with-parallel-sub-agents-in-kiro-cli/</guid>
      <description>&lt;div id=&#34;preamble&#34;&gt;
&lt;div class=&#34;sectionbody&#34;&gt;
&lt;div class=&#34;imageblock&#34;&gt;
&lt;div class=&#34;content&#34;&gt;
&lt;img src=&#34;kiro-cli-orchestration-cover.png&#34; alt=&#34;kiro cli orchestration cover&#34;/&gt;
&lt;/div&gt;
&lt;div class=&#34;title&#34;&gt;Figure 1. kiro orchestrator agents&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&#34;sect1&#34;&gt;
&lt;h2 id=&#34;_overview&#34;&gt;Overview&lt;/h2&gt;
&lt;div class=&#34;sectionbody&#34;&gt;
&lt;div class=&#34;paragraph&#34;&gt;
&lt;p&gt;Kiro CLI allows us to configure an orchestrator agent that executes specialized sub-agents in parallel.
Each sub-agent has its own tools, permissions, and MCP servers – the parent’s trust settings are &lt;strong&gt;not&lt;/strong&gt; inherited.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&#34;sect1&#34;&gt;
&lt;h2 id=&#34;_architecture&#34;&gt;Architecture&lt;/h2&gt;
&lt;div class=&#34;sectionbody&#34;&gt;
&lt;div class=&#34;imageblock&#34;&gt;
&lt;div class=&#34;content&#34;&gt;
&lt;img src=&#34;kiro-orchestrator-agents.svg&#34; alt=&#34;kiro orchestrator agents&#34;/&gt;
&lt;/div&gt;
&lt;div class=&#34;title&#34;&gt;Figure 2. Agents flow&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&#34;sect1&#34;&gt;
&lt;h2 id=&#34;_step_1_define_specialized_agents&#34;&gt;Step 1: Define Specialized Agents&lt;/h2&gt;
&lt;div class=&#34;sectionbody&#34;&gt;
&lt;div class=&#34;paragraph&#34;&gt;
&lt;p&gt;We give each sub-agent its own JSON configuration under &lt;code&gt;.kiro/agents/&lt;/code&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&#34;listingblock&#34;&gt;
&lt;div class=&#34;title&#34;&gt;&lt;code&gt;.kiro/agents/code-agent.json&lt;/code&gt;&lt;/div&gt;
&lt;div class=&#34;content&#34;&gt;
&lt;pre class=&#34;highlight&#34;&gt;&lt;code class=&#34;language-json&#34; data-lang=&#34;json&#34;&gt;{
  &amp;#34;name&amp;#34;: &amp;#34;code-agent&amp;#34;,
  &amp;#34;description&amp;#34;: &amp;#34;Implements features and writes code&amp;#34;,
  &amp;#34;prompt&amp;#34;: &amp;#34;You are an experienced Kotlin/Java developer. Write clean, tested code.&amp;#34;,
  &amp;#34;tools&amp;#34;: [&amp;#34;read&amp;#34;, &amp;#34;write&amp;#34;, &amp;#34;shell&amp;#34;, &amp;#34;code&amp;#34;, &amp;#34;grep&amp;#34;],
  &amp;#34;allowedTools&amp;#34;: [&amp;#34;read&amp;#34;, &amp;#34;code&amp;#34;, &amp;#34;grep&amp;#34;],
  &amp;#34;toolsSettings&amp;#34;: {
    &amp;#34;write&amp;#34;: {
      &amp;#34;allowedPaths&amp;#34;: [&amp;#34;./src/**&amp;#34;, &amp;#34;./tests/**&amp;#34;],
      &amp;#34;deniedPaths&amp;#34;: [&amp;#34;./.env&amp;#34;, &amp;#34;./secrets/**&amp;#34;]
    },
    &amp;#34;shell&amp;#34;: {
      &amp;#34;allowedCommands&amp;#34;: [&amp;#34;mvn test&amp;#34;, &amp;#34;mvn compile&amp;#34;],
      &amp;#34;autoAllowReadonly&amp;#34;: true
    }
  }
}&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;</description>
    </item>
  </channel>
</rss>
