#multiple concurrent sessions with agents

1 messages · Page 1 of 1 (latest)

frigid urchin
#

Can OpenClaw host multiple agents that share runner code but have separate identities/workspaces? (I.e., filings-1 and filings-2 both invoke the same runner at agent-runtime/filings/scripts/run-sec-filing.py, but they're separate OpenClaw agents with separate workspace dirs.)
How is an agent registered with OpenClaw? Is it openclaw agents create <slug>? Does it have a config file? We need to know what's involved in spinning up filings-2 from scratch.
Does the gateway distinguish between agent slugs cleanly? I.e., dispatching to filings-1 vs filings-2 doesn't cross-talk?
Workspace bootstrapping. Does OpenClaw create the workspace dir on agents create, or does our setup-agent-workspaces.ps1 do it? We'd want one source of truth.