feat(consultation): let the jyotish agent drive skills and tools
This commit is contained in:
@@ -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\)/);
|
||||
|
||||
Reference in New Issue
Block a user