Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
i.4Wiki
Agentic AI Atlas · genty — the unified agent runtime
docs/user-guide/ecosystem/gentya5c.ai
Search the atlas/
Wiki · linked records

Article and nearby pages

I.Current articlepp. 1 - 1
adapters — a family, not one thingatlas — the catalog & knowledge graphbabysitter-sdk — the core enginekip-sdk — memory substrate (SPEC / DESIGN ONLY)kradle — Kubernetes-native Git forge (MVP)observer-dashboard — real-time run observability
I.
Wiki article

docs/user-guide/ecosystem/genty

Reading · 3 min

genty — the unified agent runtime reference

Docs(../index.md) › Ecosystem(./overview.md) › genty

Page nodewiki/docs/user-guide/ecosystem/genty.mdNearby pages · 7Documents · 0

Continue reading

Nearby pages in the same section.

adapters — a family, not one thingatlas — the catalog & knowledge graphbabysitter-sdk — the core enginekip-sdk — memory substrate (SPEC / DESIGN ONLY)kradle — Kubernetes-native Git forge (MVP)observer-dashboard — real-time run observabilityBabysitter Ecosystem Overview

Docs › Ecosystem › genty

genty — the unified agent runtime

**Packages:** @a5c-ai/genty + @a5c-ai/genty-core / @a5c-ai/genty-runtime / @a5c-ai/genty-platform · **CLI:** genty · **Version:** 6.0.0 · **Maturity:** GA (actively consolidating)

**Genty is the unified agent product that composes every layer of the Babysitter agent stack into a single distributable binary, genty. It is how you run processes headlessly, serve MCP, run the internal harness, and drive the daemon/TUI.**

**Naming:** genty is the renamed tula stack. Older material (the April 2026 v6-announcement.md) calls the orchestration CLI agent-platform / babysitter-harness — that naming is **stale**. The README and package metadata are authoritative: use **genty** and @a5c-ai/genty-platform.

---

On this page

  • What it is
  • The layered architecture
  • The command surface
  • genty as a harness
  • Surfaces
  • Examples
  • Next steps

---

What it is

Genty composes the agent stack into one binary. The @a5c-ai/genty package (the cli/ package) re-exports all layers and owns the single genty binary. Install the runtime layer when you need headless orchestration, the internal harness, daemon utilities, MCP serving, or the TUI:

bash
npm install -g @a5c-ai/genty-platform

---

The layered architecture

LayerPackageResponsibility
**L4**@a5c-ai/genty-core"Genty core runtime and tool surface": the agent loop, subagent, context-management strategies, agentic tools (code/exec/fs/web/browser/delegation), synthesis interfaces, and the deferred/extension tool registries.
**L5**@a5c-ai/genty-runtimeDaemon, session, cost, observability, telemetry.
**L6**@a5c-ai/genty-platform"Agent Platform layer — harness integration, governance, interaction, storage" (subpaths ./anycli ./api ./cost ./daemon ./governance ./harness ./interaction …).
**CLI**@a5c-ai/gentyRe-exports all layers; owns the genty binary.

---

The command surface

Verified from packages/genty/cli/src/cli/dispatch.ts, the genty binary dispatches:

call, yolo, plan, forever, resume, resume-run, create-run, retrospect, cleanup, assimilate, doctor, contrib, observe, tui, start-server, rpc, discover, list, invoke, print, session-history, session-export, anycli, user-install, project-install, help, version.

In an in-session context the same surface is exposed as the babysitter command set (for example /babysitter:call, /babysitter:plan, /babysitter:resume). See Slash Commands.

---

genty as a harness

The README surfaces genty both as the runtime CLI and as a "harness" (genty call --harness internal …). One thing to be precise about:

The codecs package does **not** list a standalone genty codec. The internal/headless engine is the SDK's built-in **Pi** engine surfaced through genty call --harness internal. So the "genty harness" in everyday usage is the **genty CLI running on the internal Pi engine** — not a separate codec.

This is the harness to reach for in CI/CD and headless automation when you want orchestration without a third-party coding harness.

---

Surfaces

Genty ships UI surfaces under packages/genty/{ui,webui,tui,desktop-app,mobile-*,tv-*,watch-*,web-app}, reflecting the v6 ambition of running processes on every surface. The TUI is available via genty tui.

---

Examples

bash
# Run a process headlessly on the internal (Pi) engine — good for CI
genty call --harness internal "implement the change described in the issue"

# Plan a run without executing it
genty plan "refactor the auth module"

# Serve MCP for a client like Claude Desktop
genty start-server

# Watch a live run
genty observe

# Resume an interrupted run from its journal
genty resume

Subcommand flags are governed by the repository CLI allowlist; run genty <command> --help for the version-matched flag surface.

---

Next steps

  • **See where it sits:** Architecture & How It Fits Together
  • **The internal harness in context:** Adapters overview
  • **Commands:** Slash Commands and CLI Reference
  • **Ecosystem map:** Ecosystem Overview

Trail

Wiki
Babysitter Docs
Babysitter User Guide

Ecosystem

genty — the unified agent runtime

Continue reading

adapters — a family, not one thing
atlas — the catalog & knowledge graph
babysitter-sdk — the core engine
kip-sdk — memory substrate (SPEC / DESIGN ONLY)
kradle — Kubernetes-native Git forge (MVP)
observer-dashboard — real-time run observability
Babysitter Ecosystem Overview

Page record

Open node ledger

wiki/docs/user-guide/ecosystem/genty.md

Documents

No documented graph nodes on this page.