Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
i.3Wiki
Agentic AI Atlas · Agent Mux Tutorials
docs/agent-mux/tutorialsa5c.ai
Search the atlas/
Wiki · section map

Trail and section pages

I.In this sectionpp. 1 - 1
Cost trackingDocker Invocation ModeGetting StartedHooksKubernetes Invocation ModeMock Harness
I.
Wiki article

docs/agent-mux/tutorials

Reading · 1 min

Agent Mux Tutorials guide

Use these guides when you want to accomplish a concrete @a5c-ai/agent-mux task and do not need the full normative reference first.

Page nodewiki/docs/agent-mux/tutorials/README.mdSection pages · 10Documents · 0

Pages in this section

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

Cost tracking

Page

agent-mux emits a cost event whenever an adapter reports usage. You can

wiki/docs/agent-mux/tutorials/cost-tracking.md

Docker Invocation Mode

Page

RunOptions.invocationMode = { kind: 'docker', ... } runs the agent inside a Docker container. The adapter builds the CLI args as usual; the invocation mode wraps them with docker run.

wiki/docs/agent-mux/tutorials/docker-mode.md

Getting Started

Page

This walkthrough installs @a5c-ai/agent-mux, verifies your environment, and runs your first agent.

wiki/docs/agent-mux/tutorials/getting-started.md

Hooks

Page

Hooks let you observe and intercept agent activity at well-defined points without modifying the adapter.

wiki/docs/agent-mux/tutorials/hooks.md

Kubernetes Invocation Mode

Page

RunOptions.invocationMode = { kind: 'k8s', ... } runs the agent inside a Kubernetes pod, exec'ing into a container you control.

wiki/docs/agent-mux/tutorials/k8s-mode.md

Mock Harness

Page

The mock harness replaces the real CLI spawn with a scripted event stream. Use it for tests, CI, and demos where real credentials or network access are undesirable.

wiki/docs/agent-mux/tutorials/mock-harness.md

Multi-Agent Dispatch

Page

agent-mux lets you fan out a prompt to multiple adapters and merge the result stream. This is useful for voting, consensus, or comparison.

wiki/docs/agent-mux/tutorials/multi-agent.md

Plugins (MCP)

Page

agent-mux normalizes plugin management across adapters that support the Model Context Protocol. Under the hood it writes to each agent's MCP config file.

wiki/docs/agent-mux/tutorials/plugins.md

Remote bootstrap

Page

The agent-mux-remote adapter lets you drive a coding agent that runs on a

wiki/docs/agent-mux/tutorials/remote-bootstrap.md

Sessions

Page

Agent-mux persists every run as a session: a JSONL file written by the

wiki/docs/agent-mux/tutorials/sessions.md

Agent Mux Tutorials

Use these guides when you want to accomplish a concrete @a5c-ai/agent-mux task and do not need the full normative reference first.

Audience

  • Package users learning the common workflows
  • Integrators validating sessions, hooks, plugins, or remote execution modes
  • Contributors writing examples that must stay clearly non-normative

Usage Rule

Tutorials explain workflows. They do not override the canonical contract in Agent Mux Reference.

Suggested Path

1. Getting Started 2. Sessions 3. Hooks 4. Plugins 5. Pick an environment-specific guide such as Docker, Kubernetes, mock harness, or remote bootstrap.

Trail

Wiki
Babysitter Docs
agent-mux docs

Agent Mux Tutorials

In this section

Cost tracking
Docker Invocation Mode
Getting Started
Hooks
Kubernetes Invocation Mode
Mock Harness
Multi-Agent Dispatch
Plugins (MCP)

Page record

Open node ledger

wiki/docs/agent-mux/tutorials/README.md

Documents

No documented graph nodes on this page.