feat(consultation): let the jyotish agent drive skills and tools

This commit is contained in:
Jesse_Chen
2026-08-11 16:22:02 +08:00
parent 6d7a9a97be
commit 46cdc3bbf4
24 changed files with 1336 additions and 306 deletions
@@ -22,7 +22,7 @@ test("timing questions use a legal report theme and preserve a timing route hint
test("consultation workflow allows a cold engine run to finish", async () => {
const source = await import("node:fs/promises").then(({ readFile }) =>
readFile(new URL("../src/mastra/index.ts", import.meta.url), "utf8")
readFile(new URL("../src/mastra/consultation-workflow.ts", import.meta.url), "utf8")
);
assert.match(source, /AbortSignal\.timeout\(90_000\)/);