feat(architect): Add modifier field to intent decoder, refine prompt

This commit is contained in:
2026-07-11 12:43:45 +05:30
parent 27c8bb1cb8
commit c8091ed47c
13 changed files with 91 additions and 38 deletions

View File

@@ -36,6 +36,7 @@ describe("Omnia Integration Tests (Tier 2)", () => {
selfDescription: "You whisper to Bob to cover you.",
actorId: "alice",
targetIds: ["bob"],
modifiers: [],
},
{
type: "action",
@@ -44,6 +45,7 @@ describe("Omnia Integration Tests (Tier 2)", () => {
selfDescription: "You creep to the door and pull the handle.",
actorId: "alice",
targetIds: [],
modifiers: [],
},
],
};
@@ -113,6 +115,7 @@ describe("Omnia Integration Tests (Tier 2)", () => {
selfDescription: "You attempt to pick the lock with a hairpin.",
actorId: "alice",
targetIds: [],
modifiers: [],
};
const intent2 = {
@@ -122,6 +125,7 @@ describe("Omnia Integration Tests (Tier 2)", () => {
selfDescription: "You mutter to yourself.",
actorId: "alice",
targetIds: [],
modifiers: [],
};
// LLM validation / time delta mock responses: