Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
i.3Wiki
Agentic AI Atlas · Summary
docs/user-guide/summarya5c.ai
Search the atlas/
Wiki · linked records

Article and nearby pages

I.Current articlepp. 1 - 1
Architecture & How It Fits TogetherFeaturesGetting Started with BabysitterNavigation ConfigurationUser Guide ReferenceTutorials
I.
Wiki article

docs/user-guide/summary

Reading · 4 min

Summary reference

This is the GitBook-style table of contents for the Babysitter User Guide. It is kept in sync with the Docusaurus sidebar in navigation.md(./navigation.md) and the entry points on the landing page(./index.md).

Page nodewiki/docs/user-guide/SUMMARY.mdNearby pages · 6Documents · 0

Continue reading

Nearby pages in the same section.

Architecture & How It Fits TogetherFeaturesGetting Started with BabysitterNavigation ConfigurationUser Guide ReferenceTutorials

Summary

This is the GitBook-style table of contents for the Babysitter User Guide. It is kept in sync with the Docusaurus sidebar in navigation.md and the entry points on the landing page.

---

Home

  • Welcome

---

Getting Started

  • Overview
  • Installation
  • Quickstart
  • First Run
  • Migration: Prod to v6
  • Upgrade to v6

---

Tutorials

  • Tutorials Overview
  • Build a REST API (Beginner)
  • Custom Process (Intermediate)
  • Multi-Phase Workflows (Advanced)

---

Ecosystem

  • Ecosystem Overview
  • babysitter-sdk (core engine)
  • adapters (the family)
  • atlas (catalog & knowledge graph)
  • genty (agent runtime)
  • observer-dashboard
  • kradle (K8s Git forge — MVP)
  • kip-sdk (memory substrate — spec only)

---

Architecture

  • Architecture & How It Fits Together

---

Features

  • Features Overview
  • Architecture Overview
  • **Two-Loops Architecture** (the core model)
  • **Adapters** (run on any harness)
  • **Process Library** (current library snapshot)
  • Process Definitions
  • **Quality Convergence**
  • **Best Practices Guide**
  • Breakpoints
  • Hooks
  • Journal System
  • Run Resumption
  • Parallel Execution

---

Harnesses

  • Install Matrix
  • Claude Code
  • Codex

---

Reference

  • Reference Overview
  • Adapter Types (all 20)
  • Slash Commands
  • CLI Reference
  • Adapters CLI
  • Configuration
  • Security
  • Error Catalog
  • Glossary
  • FAQ
  • Troubleshooting

---

Sitemap

Code
docs/user-guide/
|
+-- index.md                              # Landing page
+-- SUMMARY.md                            # Table of contents (this file)
+-- navigation.md                         # Docusaurus navigation configuration
+-- architecture.md                       # Vision + Mermaid diagram + runtime flow
|
+-- ecosystem/                            # Monorepo components
|   +-- overview.md                       # Whole monorepo + how to choose
|   +-- babysitter-sdk.md                 # Core event-sourced engine (GA)
|   +-- adapters.md                       # The adapters family (GA)
|   +-- atlas.md                          # Catalog / knowledge graph (GA)
|   +-- genty.md                          # Unified agent runtime (GA)
|   +-- observer-dashboard.md             # Real-time SSE dashboard (GA)
|   +-- kradle.md                         # K8s-native Git forge (MVP)
|   +-- kip-sdk.md                        # Memory substrate (spec only)
|
+-- getting-started/                      # Getting Started Section
|   +-- README.md                         # Overview
|   +-- installation.md                   # Installation guide
|   +-- quickstart.md                     # Quick configuration
|   +-- first-run.md                      # First workflow execution
|   +-- migration.md                      # Prod (0.0.x) to v6 migration guide
|   +-- upgrade-to-v6.md                   # Uninstall prod + reinstall v6 runbook
|
+-- tutorials/                            # Step-by-Step Tutorials
|   +-- index.md                          # Tutorials overview
|   +-- beginner-rest-api.md              # Build REST API (beginner)
|   +-- intermediate-custom-process.md    # Custom process (intermediate)
|   +-- advanced-multi-phase.md           # Multi-phase workflows (advanced)
|
+-- features/                             # Core Features
|   +-- index.md                          # Features overview
|   +-- architecture-overview.md          # How the v6 subsystems fit together
|   +-- two-loops-architecture.md         # Symbolic + agentic hybrid model
|   +-- adapters.md                        # Run Babysitter on any harness (v6)
|   +-- process-library.md                # SDK-managed built-in library and current counts
|   +-- process-definitions.md            # Workflow templates
|   +-- quality-convergence.md            # Iterative quality improvement
|   +-- best-practices.md                 # Comprehensive best practices guide
|   +-- breakpoints.md                    # Human-in-the-loop approval
|   +-- hooks.md                          # Extensible lifecycle events
|   +-- journal-system.md                 # Event sourcing and audit
|   +-- run-resumption.md                 # Continue interrupted work
|   +-- parallel-execution.md             # Concurrent task execution
|
+-- harnesses/                            # Supported AI coding harnesses
|   +-- install-matrix.md                 # All supported harnesses + install + hook models
|   +-- claude-code.md                    # Claude Code (fully supported)
|   +-- codex.md                          # Codex (fully supported)
|
+-- reference/                            # Technical Reference
    +-- index.md                          # Reference overview
    +-- adapter-types.md                  # All 20 adapter package types enumerated
    +-- slash-commands.md                 # In-session /babysitter:* command surface
    +-- cli-reference.md                  # Command-line interface
    +-- adapters-cli.md                   # Host-side `adapters` CLI reference (v6)
    +-- configuration.md                  # Config options
    +-- security.md                       # Security model and hardening
    +-- error-catalog.md                  # Error codes and solutions
    +-- glossary.md                       # Terminology
    +-- faq.md                            # Frequently asked questions
    +-- troubleshooting.md                # Problem resolution

---

Document Statistics

SectionPagesStatus
Getting Started5Complete
Ecosystem8Complete
Architecture1Complete
Tutorials4Complete
Features13Complete
Harnesses3Complete
Reference11Complete
Navigation2Complete
Home1Complete
**Total****48****Active**

---

Quick Reference Links

By Experience Level

**Beginner**

  • Installation
  • First Run
  • REST API Tutorial
  • Glossary

**Intermediate**

  • Breakpoints
  • Quality Convergence
  • Custom Process Tutorial

**Advanced**

  • Process Definitions
  • Journal System
  • Multi-Phase Tutorial

---

By Task

**Setup and Installation**

  • Installation
  • Quickstart
  • Configuration

**Daily Use**

  • CLI Reference
  • Breakpoints
  • Run Resumption

**Problem Solving**

  • Troubleshooting
  • Error Catalog
  • FAQ

**Learning**

  • REST API Tutorial
  • Custom Process Tutorial
  • Multi-Phase Tutorial

---

Related Resources

  • GitHub Repository
  • Releases and Changelog
  • Issue Tracker
  • Discussions

---

*Last updated: 2026-06-23*

Trail

Wiki
Babysitter Docs
Babysitter User Guide

Summary

Continue reading

Architecture & How It Fits Together
Features
Getting Started with Babysitter
Navigation Configuration
User Guide Reference
Tutorials

Page record

Open node ledger

wiki/docs/user-guide/SUMMARY.md

Documents

No documented graph nodes on this page.