test: isolate heartbeat workspace

This commit is contained in:
Johnny 2026-01-28 11:12:52 +08:00
parent 23c2e0005b
commit d224d671bd

View File

@ -391,12 +391,14 @@ describe("runHeartbeatOnce", () => {
const cfg: MoltbotConfig = {
agents: {
defaults: {
workspace: tmpDir,
heartbeat: { every: "30m", prompt: "Default prompt" },
},
list: [
{ id: "main", default: true },
{
id: "ops",
workspace: tmpDir,
heartbeat: { every: "5m", target: "whatsapp", prompt: "Ops check" },
},
],