Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
i.2Wiki
Agentic AI Atlas · Agent-Adapter ↔ Babysitter Integration
docs/adapters-babysitter-integrationsa5c.ai
Search the atlas/
Wiki · section map

Trail and section pages

I.In this sectionpp. 1 - 1
Effect Resolution Pipeline ChangesExternal Agent TasksOverview — Agent-Adapter Babysitter IntegrationPlugin Mode — Babysitter SDK Running Inside Host AgentsProcess Authoring UpdatesSDK-Level Agent-Adapter Discovery
I.
Wiki article

docs/adapters-babysitter-integrations

Reading · 1 min

Agent-Adapter ↔ Babysitter Integration guide

Design documents for integrating adapters capabilities into the babysitter SDK, enabling processes to discover available agents/models and dispatch work to external harnesses.

Page nodewiki/docs/adapters-babysitter-integrations/README.mdSection pages · 8Documents · 0

Pages in this section

Start with the section hub, then move sideways into adjacent pages when you need more detail.

Effect Resolution Pipeline Changes

Page

When a process dispatches an agent task with external: true, the effect resolution pipeline must route through adapters instead of the internal agent-core session. Most of the infrastructure already exists in agent-platform's adapterBridge.

wiki/docs/adapters-babysitter-integrations/effect-resolution.md

External Agent Tasks

Page

Extend the agent task kind with responderType routing metadata so tasks-adapter can route work to an internal responder, human, external agent, tracker, or automatic choice. This supersedes the older 603 external: true proposal.

wiki/docs/adapters-babysitter-integrations/external-agent-tasks.md

Overview — Agent-Adapter Babysitter Integration

Page

Allow babysitter processes to discover what agents and models are available in the environment and dispatch work to them. When adapters is installed, processes gain access to external agents (claude-code, codex, gemini-cli, copilot, etc.) as first-class task targets alongside the internal genty-core session.

wiki/docs/adapters-babysitter-integrations/overview.md

Plugin Mode — Babysitter SDK Running Inside Host Agents

Page

When babysitter runs as a plugin inside another agent (claude-code, codex, gemini-cli, copilot), the SDK operates in "plugin mode" — effects are delegated to the host agent, capabilities are discovered via environment variables, and the hook lifecycle is driven by hooks-adapter.

wiki/docs/adapters-babysitter-integrations/plugin-mode.md

Process Authoring Updates

Page

Update process creation prompts, templates, and validation to expose external agent capabilities when adapters is detected. The LLM authoring the process should know what agents are available and how to use them.

wiki/docs/adapters-babysitter-integrations/process-authoring.md

SDK-Level Agent-Adapter Discovery

Page

Add an optional discovery layer to the SDK that detects adapters availability and queries installed agents, supported models, and capabilities. This data feeds into process creation context.

wiki/docs/adapters-babysitter-integrations/sdk-discovery.md

Tasks-Adapter as Unified Task Routing Hub

Page

Instead of the SDK talking to adapters directly, tasks-adapter becomes the single routing layer for all task dispatch — human responders, adapters adapters, and external issue trackers. The SDK only needs to know about tasks-adapter.

wiki/docs/adapters-babysitter-integrations/tasks-adapter-routing.md

Test Strategy — Agent-Adapter Babysitter Integration

Page

Runtime effect-routing tests are part of the tasks-adapter follow-up work. The SDK

wiki/docs/adapters-babysitter-integrations/testing.md

Agent-Adapter ↔ Babysitter Integration

Design documents for integrating adapters capabilities into the babysitter SDK, enabling processes to discover available agents/models and dispatch work to external harnesses.

Documents

Architecture

1. **overview.md** — Architecture overview and capability summary 2. **tasks-adapter-routing.md** — **Core design:** tasks-adapter as unified routing hub for all task types (human, agent, tracker, internal) — covers both standalone and plugin modes

Standalone Mode (genty, agent-platform CLI)

3. **sdk-discovery.md** — SDK-level adapters discovery (harnesses, models, capabilities) 4. **external-agent-tasks.md** — New agent task kind with external flag for adapters dispatch 5. **effect-resolution.md** — Effect resolution pipeline changes (SDK → tasks-adapter → adapters) 6. **process-authoring.md** — Process creation instruction updates (prompts, templates, validation)

Plugin Mode (babysitter running inside claude-code, codex, gemini-cli, etc.)

7. **plugin-mode.md** — Plugin integration gaps: cross-agent dispatch from within host agents, host tool discovery, effect cancellation, subprocess support

Shared

8. **testing.md** — Test strategy across all layers and both modes

Trail

Wiki
Babysitter Docs

Agent-Adapter ↔ Babysitter Integration

In this section

Effect Resolution Pipeline Changes
External Agent Tasks
Overview — Agent-Adapter Babysitter Integration
Plugin Mode — Babysitter SDK Running Inside Host Agents
Process Authoring Updates
SDK-Level Agent-Adapter Discovery
Tasks-Adapter as Unified Task Routing Hub
Test Strategy — Agent-Adapter Babysitter Integration

Page record

Open node ledger

wiki/docs/adapters-babysitter-integrations/README.md

Documents

No documented graph nodes on this page.