Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
iiRecord
Agentic AI Atlas · Summary
page:docs-user-guide-summarya5c.ai
Search record views/
Record · tabs

Available views

II.Record viewspp. 1 - 1
overviewarticlejsongraph
II.
Page JSON

page:docs-user-guide-summary

Structured · live

Summary json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · wiki/docs/user-guide/summary.mdCluster · wiki
Record JSON
{
  "id": "page:docs-user-guide-summary",
  "_kind": "Page",
  "_file": "wiki/docs/user-guide/summary.md",
  "_cluster": "wiki",
  "attributes": {
    "nodeKind": "Page",
    "sourcePath": "docs/user-guide/SUMMARY.md",
    "sourceKind": "repo-docs",
    "title": "Summary",
    "displayName": "Summary",
    "slug": "docs/user-guide/summary",
    "articlePath": "wiki/docs/user-guide/SUMMARY.md",
    "article": "\n# Summary\n\nThis 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).\n\n---\n\n## Home\n\n* [Welcome](./index.md)\n\n---\n\n## Getting Started\n\n* [Overview](./getting-started/README.md)\n* [Installation](./getting-started/installation.md)\n* [Quickstart](./getting-started/quickstart.md)\n* [First Run](./getting-started/first-run.md)\n* [Migration: Prod to v6](./getting-started/migration.md)\n* [Upgrade to v6](./getting-started/upgrade-to-v6.md)\n\n---\n\n## Tutorials\n\n* [Tutorials Overview](./tutorials/index.md)\n* [Build a REST API (Beginner)](./tutorials/beginner-rest-api.md)\n* [Custom Process (Intermediate)](./tutorials/intermediate-custom-process.md)\n* [Multi-Phase Workflows (Advanced)](./tutorials/advanced-multi-phase.md)\n\n---\n\n## Ecosystem\n\n* [Ecosystem Overview](./ecosystem/overview.md)\n* [babysitter-sdk (core engine)](./ecosystem/babysitter-sdk.md)\n* [adapters (the family)](./ecosystem/adapters.md)\n* [atlas (catalog & knowledge graph)](./ecosystem/atlas.md)\n* [genty (agent runtime)](./ecosystem/genty.md)\n* [observer-dashboard](./ecosystem/observer-dashboard.md)\n* [kradle (K8s Git forge — MVP)](./ecosystem/kradle.md)\n* [kip-sdk (memory substrate — spec only)](./ecosystem/kip-sdk.md)\n\n---\n\n## Architecture\n\n* [Architecture & How It Fits Together](./architecture.md)\n\n---\n\n## Features\n\n* [Features Overview](./features/index.md)\n* [Architecture Overview](./features/architecture-overview.md)\n* [**Two-Loops Architecture** (the core model)](./features/two-loops-architecture.md)\n* [**Adapters** (run on any harness)](./features/adapters.md)\n* [**Process Library** (current library snapshot)](./features/process-library.md)\n* [Process Definitions](./features/process-definitions.md)\n* [**Quality Convergence**](./features/quality-convergence.md)\n* [**Best Practices Guide**](./features/best-practices.md)\n* [Breakpoints](./features/breakpoints.md)\n* [Hooks](./features/hooks.md)\n* [Journal System](./features/journal-system.md)\n* [Run Resumption](./features/run-resumption.md)\n* [Parallel Execution](./features/parallel-execution.md)\n\n---\n\n## Harnesses\n\n* [Install Matrix](./harnesses/install-matrix.md)\n* [Claude Code](./harnesses/claude-code.md)\n* [Codex](./harnesses/codex.md)\n\n---\n\n## Reference\n\n* [Reference Overview](./reference/index.md)\n* [Adapter Types (all 20)](./reference/adapter-types.md)\n* [Slash Commands](./reference/slash-commands.md)\n* [CLI Reference](./reference/cli-reference.md)\n* [Adapters CLI](./reference/adapters-cli.md)\n* [Configuration](./reference/configuration.md)\n* [Security](./reference/security.md)\n* [Error Catalog](./reference/error-catalog.md)\n* [Glossary](./reference/glossary.md)\n* [FAQ](./reference/faq.md)\n* [Troubleshooting](./reference/troubleshooting.md)\n\n---\n\n## Sitemap\n\n```\ndocs/user-guide/\n|\n+-- index.md                              # Landing page\n+-- SUMMARY.md                            # Table of contents (this file)\n+-- navigation.md                         # Docusaurus navigation configuration\n+-- architecture.md                       # Vision + Mermaid diagram + runtime flow\n|\n+-- ecosystem/                            # Monorepo components\n|   +-- overview.md                       # Whole monorepo + how to choose\n|   +-- babysitter-sdk.md                 # Core event-sourced engine (GA)\n|   +-- adapters.md                       # The adapters family (GA)\n|   +-- atlas.md                          # Catalog / knowledge graph (GA)\n|   +-- genty.md                          # Unified agent runtime (GA)\n|   +-- observer-dashboard.md             # Real-time SSE dashboard (GA)\n|   +-- kradle.md                         # K8s-native Git forge (MVP)\n|   +-- kip-sdk.md                        # Memory substrate (spec only)\n|\n+-- getting-started/                      # Getting Started Section\n|   +-- README.md                         # Overview\n|   +-- installation.md                   # Installation guide\n|   +-- quickstart.md                     # Quick configuration\n|   +-- first-run.md                      # First workflow execution\n|   +-- migration.md                      # Prod (0.0.x) to v6 migration guide\n|   +-- upgrade-to-v6.md                   # Uninstall prod + reinstall v6 runbook\n|\n+-- tutorials/                            # Step-by-Step Tutorials\n|   +-- index.md                          # Tutorials overview\n|   +-- beginner-rest-api.md              # Build REST API (beginner)\n|   +-- intermediate-custom-process.md    # Custom process (intermediate)\n|   +-- advanced-multi-phase.md           # Multi-phase workflows (advanced)\n|\n+-- features/                             # Core Features\n|   +-- index.md                          # Features overview\n|   +-- architecture-overview.md          # How the v6 subsystems fit together\n|   +-- two-loops-architecture.md         # Symbolic + agentic hybrid model\n|   +-- adapters.md                        # Run Babysitter on any harness (v6)\n|   +-- process-library.md                # SDK-managed built-in library and current counts\n|   +-- process-definitions.md            # Workflow templates\n|   +-- quality-convergence.md            # Iterative quality improvement\n|   +-- best-practices.md                 # Comprehensive best practices guide\n|   +-- breakpoints.md                    # Human-in-the-loop approval\n|   +-- hooks.md                          # Extensible lifecycle events\n|   +-- journal-system.md                 # Event sourcing and audit\n|   +-- run-resumption.md                 # Continue interrupted work\n|   +-- parallel-execution.md             # Concurrent task execution\n|\n+-- harnesses/                            # Supported AI coding harnesses\n|   +-- install-matrix.md                 # All supported harnesses + install + hook models\n|   +-- claude-code.md                    # Claude Code (fully supported)\n|   +-- codex.md                          # Codex (fully supported)\n|\n+-- reference/                            # Technical Reference\n    +-- index.md                          # Reference overview\n    +-- adapter-types.md                  # All 20 adapter package types enumerated\n    +-- slash-commands.md                 # In-session /babysitter:* command surface\n    +-- cli-reference.md                  # Command-line interface\n    +-- adapters-cli.md                   # Host-side `adapters` CLI reference (v6)\n    +-- configuration.md                  # Config options\n    +-- security.md                       # Security model and hardening\n    +-- error-catalog.md                  # Error codes and solutions\n    +-- glossary.md                       # Terminology\n    +-- faq.md                            # Frequently asked questions\n    +-- troubleshooting.md                # Problem resolution\n```\n\n---\n\n## Document Statistics\n\n| Section | Pages | Status |\n|---------|-------|--------|\n| Getting Started | 5 | Complete |\n| Ecosystem | 8 | Complete |\n| Architecture | 1 | Complete |\n| Tutorials | 4 | Complete |\n| Features | 13 | Complete |\n| Harnesses | 3 | Complete |\n| Reference | 11 | Complete |\n| Navigation | 2 | Complete |\n| Home | 1 | Complete |\n| **Total** | **48** | **Active** |\n\n---\n\n## Quick Reference Links\n\n### By Experience Level\n\n**Beginner**\n- [Installation](./getting-started/installation.md)\n- [First Run](./getting-started/first-run.md)\n- [REST API Tutorial](./tutorials/beginner-rest-api.md)\n- [Glossary](./reference/glossary.md)\n\n**Intermediate**\n- [Breakpoints](./features/breakpoints.md)\n- [Quality Convergence](./features/quality-convergence.md)\n- [Custom Process Tutorial](./tutorials/intermediate-custom-process.md)\n\n**Advanced**\n- [Process Definitions](./features/process-definitions.md)\n- [Journal System](./features/journal-system.md)\n- [Multi-Phase Tutorial](./tutorials/advanced-multi-phase.md)\n\n---\n\n### By Task\n\n**Setup and Installation**\n- [Installation](./getting-started/installation.md)\n- [Quickstart](./getting-started/quickstart.md)\n- [Configuration](./reference/configuration.md)\n\n**Daily Use**\n- [CLI Reference](./reference/cli-reference.md)\n- [Breakpoints](./features/breakpoints.md)\n- [Run Resumption](./features/run-resumption.md)\n\n**Problem Solving**\n- [Troubleshooting](./reference/troubleshooting.md)\n- [Error Catalog](./reference/error-catalog.md)\n- [FAQ](./reference/faq.md)\n\n**Learning**\n- [REST API Tutorial](./tutorials/beginner-rest-api.md)\n- [Custom Process Tutorial](./tutorials/intermediate-custom-process.md)\n- [Multi-Phase Tutorial](./tutorials/advanced-multi-phase.md)\n\n---\n\n## Related Resources\n\n- [GitHub Repository](https://github.com/a5c-ai/babysitter)\n- [Releases and Changelog](https://github.com/a5c-ai/babysitter/releases)\n- [Issue Tracker](https://github.com/a5c-ai/babysitter/issues)\n- [Discussions](https://github.com/a5c-ai/babysitter/discussions)\n\n---\n\n*Last updated: 2026-06-23*\n",
    "documents": []
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "page:docs-user-guide",
      "to": "page:docs-user-guide-summary",
      "kind": "contains_page"
    }
  ]
}

Shortcuts

Back to overview
Open graph tab