mirror of
https://github.com/sortedcord/omnia.git
synced 2026-07-22 03:52:48 +05:30
refactor(llm, memory): Use generic types prompt builder and prompt component for actor,intent and handoff
This commit is contained in:
@@ -13,7 +13,8 @@ import {
|
||||
LedgerEntry,
|
||||
LedgerRepository,
|
||||
} from "@omnia/memory";
|
||||
import { hydrate, PromptComponent } from "@omnia/voice";
|
||||
import { hydrate } from "@omnia/voice";
|
||||
import { PromptComponent } from "@omnia/llm";
|
||||
|
||||
/**
|
||||
* Zod schema for the structured response expected from the actor LLM.
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
import { Entity, WorldState } from "@omnia/core";
|
||||
import { ILLMProvider } from "@omnia/llm";
|
||||
import { ILLMProvider, PromptComponent } from "@omnia/llm";
|
||||
import { BufferEntry, BufferRepository, LedgerRepository } from "@omnia/memory";
|
||||
import { Intent, IntentDecoder, IntentSequence } from "@omnia/intent";
|
||||
import { PromptComponent } from "@omnia/voice";
|
||||
import {
|
||||
ActorPromptBuilder,
|
||||
ActorResponseSchema,
|
||||
|
||||
Reference in New Issue
Block a user