Skip to content

Commit 10ccdff

Browse files
authored
Add copyright and licensing comments
Added copyright notice and licensing information.
1 parent bb8f186 commit 10ccdff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/interactive_agent_cli.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
#!/usr/bin/env python3
2+
# Copyright (c) Meta Platforms, Inc. and affiliates.
3+
# All rights reserved.
4+
#
5+
# This source code is licensed under the terms described in the LICENSE file in
6+
# the root directory of this source tree.
27
"""Interactive CLI for exploring agent turn/step events with server-side tools.
38
49
Usage:

0 commit comments

Comments
 (0)