Christophe Bourgoin
feat: Initial deployment of Scientific Content Generation Agent
a8a231d
"""Entry point for Agent Engine deployment.
This module provides the root_agent instance required by the ADK deployment system.
"""
from .agents import create_content_generation_pipeline
# Create the root agent for deployment
root_agent = create_content_generation_pipeline()