the-echo / echo /agents /__init__.py
frankyy03's picture
Deploy The Echo (MockLLM path): Gradio app + echo package
897d5bd verified
raw
history blame contribute delete
174 Bytes
"""The three specialized agents."""
from .base import Agent
from .curator import Curator
from .screenwriter import Screenwriter
from .verifier import Verifier, VerdictResult