Function: ingestSeed()
ingestSeed(
seedText,options):Promise<KnowledgeBundle>
Defined in: apps/paracosm/src/engine/compiler/seed-ingestion.ts:215
Ingest a seed document and produce a KnowledgeBundle for a scenario.
Parameters
seedText
string
The raw text content of the seed document
options
Ingestion options (LLM function, web search toggle)
Returns
Promise<KnowledgeBundle>
A KnowledgeBundle ready to merge into a ScenarioPackage