This commit is contained in:
vegu-ai-tools
2026-03-28 12:53:54 +02:00
parent 90fef49ed7
commit d9e9762958
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ import structlog
from talemate.emit import emit
from .schema import Beat, Plan, PlanStatus
from .schema import Beat, Plan
log = structlog.get_logger("talemate.agents.director.plan.util")

View File

@@ -4,7 +4,7 @@ import structlog
from openai import AsyncOpenAI
from talemate.ux.schema import Action
from talemate.agents.base import AgentAction, AgentActionConfig, AgentDetail
from .schema import Voice, VoiceLibrary, Chunk, GenerationContext, INFO_CHUNK_SIZE
from .schema import VoiceLibrary, Chunk, GenerationContext, INFO_CHUNK_SIZE
log = structlog.get_logger("talemate.agents.tts.openai_compatible")