<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Autonomous (headless) on core-agent</title><link>https://go-steer.github.io/core-agent/docs/cli/autonomous/</link><description>Recent content in Autonomous (headless) on core-agent</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://go-steer.github.io/core-agent/docs/cli/autonomous/index.xml" rel="self" type="application/rss+xml"/><item><title>Autonomous quickstart</title><link>https://go-steer.github.io/core-agent/docs/cli/autonomous/quickstart/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://go-steer.github.io/core-agent/docs/cli/autonomous/quickstart/</guid><description>&lt;p&gt;15 minutes from &lt;code&gt;core-agent&lt;/code&gt; installed → a working unattended agent that watches a real thing and reports back.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Prefer to have an agent walk you through this?&lt;/strong&gt; The &lt;a href="https://go-steer.github.io/core-agent/docs/skills-library/autonomous-setup/"&gt;&lt;code&gt;autonomous-setup&lt;/code&gt; skill&lt;/a&gt; covers the same material in workflow form, including the multi-agent decomposition path. Install once, then say &amp;ldquo;set up an autonomous monitor for me&amp;rdquo; and the agent walks the 9-step runbook with you.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="what-autonomous-means-here"&gt;What &amp;ldquo;autonomous&amp;rdquo; means here&lt;/h2&gt;
&lt;p&gt;The interactive TUI assumes an operator at the keyboard reacting to model output. Autonomous mode flips that: you describe a goal up front, hand the agent a set of tools and a budget, then walk away. The agent works until it decides it&amp;rsquo;s done, hits a budget cap, or you cancel it. The session log is the audit trail.&lt;/p&gt;</description></item><item><title>GKE multi-agent scenario</title><link>https://go-steer.github.io/core-agent/docs/cli/autonomous/gke-team-scenario/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://go-steer.github.io/core-agent/docs/cli/autonomous/gke-team-scenario/</guid><description>&lt;p&gt;A worked multi-agent example for running unattended &lt;code&gt;core-agent&lt;/code&gt; agents against a GKE fleet. Three coordinating agents — &lt;code&gt;platform&lt;/code&gt;, &lt;code&gt;operator&lt;/code&gt;, &lt;code&gt;devteam&lt;/code&gt; — each with their own role, MCP servers, skills, and budget envelope. The scenario at the end shows them interacting around a real production-style workflow: a rollout that breaches an SLO and gets investigated and remediated through the team&amp;rsquo;s normal escalation path.&lt;/p&gt;
&lt;p&gt;The team shape mirrors &lt;a href="https://github.com/gke-labs/kube-agents"&gt;gke-labs/kube-agents&lt;/a&gt;. The MCP wiring, skills, and scenario are concrete to &lt;code&gt;core-agent&lt;/code&gt;&amp;rsquo;s capabilities — you can adapt them to your fleet.&lt;/p&gt;</description></item><item><title>Autonomous runs</title><link>https://go-steer.github.io/core-agent/docs/cli/autonomous/operations/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://go-steer.github.io/core-agent/docs/cli/autonomous/operations/</guid><description>&lt;p&gt;&lt;code&gt;agent.RunAutonomous&lt;/code&gt; is the multi-turn driver for unattended workers — batch jobs, CI tasks, scheduled scripts, anything that needs to keep working after a single &lt;code&gt;agent.Run&lt;/code&gt; turn would have ended. It loops &lt;code&gt;agent.Run&lt;/code&gt; against a goal, enforces run-level budgets, and stops when the model signals &amp;ldquo;done&amp;rdquo; via an internal lifecycle tool.&lt;/p&gt;
&lt;p&gt;Two senses of &amp;ldquo;autonomous&amp;rdquo; matter here:&lt;/p&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Sense&lt;/th&gt;
 &lt;th&gt;Driver&lt;/th&gt;
 &lt;th&gt;When to reach for it&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;Within one turn&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;agent.Run&lt;/code&gt; already loops the model through tool-call cycles until a final response&lt;/td&gt;
 &lt;td&gt;Single self-contained tasks: &amp;ldquo;find every TODO in the repo and write a list&amp;rdquo;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;Across turns&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;agent.RunAutonomous&lt;/code&gt; loops &lt;code&gt;agent.Run&lt;/code&gt; against a goal&lt;/td&gt;
 &lt;td&gt;Long-running work the model decomposes into multiple turns&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;This page covers across-turn autonomy. For the within-turn case, see &lt;a href="https://go-steer.github.io/core-agent/docs/library/api/#streaming-events-to-a-chat-like-ui"&gt;Library API → Streaming events&lt;/a&gt;.&lt;/p&gt;</description></item></channel></rss>