
    .h                         d Z dedefdZdS )a2  # System context
You are part of a multi-agent system called the Agents SDK, designed to make agent coordination and execution easy. Agents uses two primary abstraction: **Agents** and **Handoffs**. An agent encompasses instructions and tools and can hand off a conversation to another agent when appropriate. Handoffs are achieved by calling a handoff function, generally named `transfer_to_<agent_name>`. Transfers between agents are handled seamlessly in the background; do not mention or draw attention to these transfers in your conversation with the user.
promptreturnc                     t            d|  S )zR
    Add recommended instructions to the prompt for agents that use handoffs.
    z

)RECOMMENDED_PROMPT_PREFIX)r   s    ]/var/www/FlaskApp/flask-venv/lib/python3.11/site-packages/agents/extensions/handoff_prompt.py prompt_with_handoff_instructionsr      s     (55V555    N)r   strr    r   r   <module>r      s<   a 6S 6S 6 6 6 6 6 6r   