From 891f840f693ee27e8003747d3e07c294547b1e94 Mon Sep 17 00:00:00 2001 From: Swapna Lekkala Date: Mon, 20 Oct 2025 14:31:15 -0700 Subject: [PATCH] Add copyright header to examples/interactive_agent_cli.py - Added Meta Platforms copyright header to example file --- examples/interactive_agent_cli.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/interactive_agent_cli.py b/examples/interactive_agent_cli.py index c79d9efe..4ede1611 100755 --- a/examples/interactive_agent_cli.py +++ b/examples/interactive_agent_cli.py @@ -1,4 +1,10 @@ #!/usr/bin/env python3 +# Copyright (c) Meta Platforms, Inc. and affiliates. +# All rights reserved. +# +# This source code is licensed under the terms described in the LICENSE file in +# the root directory of this source tree. + """Interactive CLI for exploring agent turn/step events with server-side tools. Usage: