Live System Inventory

Agents with real boundaries, not vague hype.

This page is the public operating map for the agent lanes I am building. It separates what is live now, what is already runnable, and what is still planned. The goal is simple: show actual systems architecture, not inflated claims.

Primary surface: Anchor Desk Relay surface: Relay Desk Operator access: private briefings + local tools Current state: actively iterating

What recruiters should see

  • Narrow agent scopes instead of one giant vague bot
  • Explicit guardrails, allowlists, and fail-closed behavior
  • Observable runtime checks before trust is assumed
  • Evidence of iteration from local scripts to controlled automation

Current live path

The current build runs from one main control surface with a separate review relay for bounded checks. The rule stays the same: prove the contract locally first, then promote only the stable parts.

Execution Topology

Anchor Desk
  |
  +-- global manager
  |     |
  |     +-- RouterAgent -> queue + dispatch
  |     +-- GuardianAgent -> policy + maintenance
  |     +-- DebuggerAgent -> bounded verification
  |
  +-- Operator briefing surface
  +-- Internal forge -> primary git remote
  +-- Governed credentials
  |
  +-- review relay
                      |
                      +-- supervised lane
                            +-- bounded health checks
                            +-- bounded worker lanes

Public Mirror Of The Control Tower

I run a private governed operations stack that tracks queues, handoffs, approvals, and safety state. This page is the public-safe mirror of that system: real structure, real operating rules, and enough detail to show the work without mapping the private setup.

  • Inventory and policy are visible because system design should be legible
  • Operational controls stay private because production safety matters
  • Runtime data is intentionally redacted where it would expose private infrastructure

What is mirrored

Agent roles, execution boundaries, promotion rules, and the way the work is structured from intake to verification.

What is redacted

Private node names, internal addresses, credentials, exact access paths, and implementation detail that would create unnecessary exposure.

Why it matters

It shows real agent-system work in progress: observable, governed automation with visible safety mechanisms and an operating model that can scale.

Current Agent Lanes

Signal Desk

Live

The private operator briefing surface. It handles free-text intake, explicit quick actions, and status updates without becoming the execution engine itself.

  • Plain-language requests can become tracked intake tickets
  • Pushes updates back when state changes matter
  • Acts as the operator surface, not the execution engine itself

Router + Guardrails

Live

The pair that decides what may run, when it may run, and when the system should stop instead of improvising.

  • Router manages queue admission and bounded dispatch
  • Guardian enforces maintenance mode and preflight checks
  • Together they form the deterministic operating backbone

Briefing Desk

Live

Private operator messaging surface. It is the human interface layer, not a catch-all execution lane.

  • Receives commands and sends private updates
  • Restricted to allowlisted chats
  • Best for remote visibility and controlled triggers

Platform Preflight

Runnable

Runs the daily platform preflight: tools, credentials, APIs, local services, and relay reachability.

  • Checks key CLIs, auth, and secrets before normal work
  • Verifies internal forge and operator-briefing health
  • Confirms the relay path is behaving

Relay Lane

Runnable

Controlled remote lane for the always-on relay. Today it performs allowlisted health checks only.

  • No arbitrary shell by default
  • Bounded access path only
  • Reports CPU, RAM, uptime, and thermal data

DebuggerAgent

Runnable

Focused verification lane for fast local checks. It exists to shorten feedback loops and keep failures explicit.

  • Runs `pytest` and `ruff` in a bounded window
  • Summarizes pass/fail instead of hiding behind noise
  • Feeds the same guardrail mindset as the other lanes

LinkedIn Engine

Runnable

A bounded content engine for evidence-anchored drafting, deterministic review gates, and operator approval before anything is promoted.

  • Generates multiple draft variants under explicit constraints
  • Uses evidence and gate checks before approval
  • Built as a supervised worker, not an unsandboxed autoposter

TrackerAgent

Live

The record-keeping lane for job opportunities, statuses, notes, and operational context.

  • Local-first CLI around a SQLite tracker
  • Designed for deterministic writes and compact auditability
  • Acts as the durable system-of-record layer

Triage, Scanner, Tailor, Intake

Planned

These lanes are defined because the ownership is clear, but they are intentionally not overclaimed as finished products.

  • Triage: normalize and claim intake before execution
  • Scanner: discovery and queueing
  • Tailor: role-specific artifact generation
  • Intake: turn rough ideas into structured next actions

System Design Signals

Guardrails

Small allowlists, bounded commands, and explicit human approval for higher-risk actions.

Observability

Startup checks, remote health probes, service checks, visible failure states, and a private control tower before trust is assumed.

Promotion Model

Build locally, prove the workflow, then move reliable pieces to scheduled or remote execution.

Model And Cost Posture

Commercial reasoning lane

A paid baseline reasoning subscription is kept available, with short premium bursts only when a higher-capacity sprint is worth the spend.

Free and promotional coverage

Secondary model families are kept in free-tier or promotional lanes where practical, so comparison and redundancy stay available without unnecessary fixed cost.

Local-first fallback

Local open-weight models remain part of the stack so private workflows and no-API experiments do not depend entirely on hosted services.

How this page should be read

This is not meant to imply a giant autonomous platform already runs unattended. It is meant to show how I structure automation work: define boundaries, separate responsibilities, keep the safety model legible, and add control surfaces gradually.

If you want the build sequence, go to the Build guide. If you want the system map, browse the Architecture pages. This page sits in the middle: it is the operational inventory.

This page is a living inventory. It should stay honest: live means live, runnable means implemented but not always-on, and planned means the contract exists but the lane is not promoted yet.