diff --git a/julia-agent/julia-ai/src/agent.py b/julia-agent/julia-ai/src/agent.py index 11ae0b4..01d7885 100644 --- a/julia-agent/julia-ai/src/agent.py +++ b/julia-agent/julia-ai/src/agent.py @@ -467,8 +467,9 @@ async def entrypoint(ctx: JobContext): ), ) - # Generate initial greeting - simple and direct - await session.say("Hi! I'm Julia, your AI care assistant. How can I help you today?") + # No greeting - user expects to speak immediately after pressing the call button + # (like any messaging app: press mic → start talking) + # Julia will respond only after the user speaks first if __name__ == "__main__":