MAJOR: Removed old scenario builder and moved scenario loader into packages/scenario

This commit is contained in:
2026-07-09 13:09:05 +05:30
parent 907c3b8ed7
commit be076d81e5
34 changed files with 35 additions and 3943 deletions

View File

@@ -13,7 +13,7 @@ import {
buildBufferEntryForIntent,
} from "@omnia/actor";
import { GeminiProvider } from "@omnia/llm";
import { ScenarioLoader } from "@omnia/scenario-core";
import { ScenarioLoader } from "@omnia/scenario";
// Load environment variables
dotenv.config();