Merge pull request #20 from sortedcord/remotes/origin/feat/config

MAJOR: Removed old scenario builder and moved scenario loader into pa…
This commit is contained in:
2026-07-09 13:10:24 +05:30
committed by GitHub
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();