From af6b7ca04224c38a4ba0325f26b1734c3e79a8b0 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Mon, 23 Sep 2024 14:18:14 -0700 Subject: [PATCH] Add missing init files --- llama_stack/providers/adapters/agents/__init__.py | 5 +++++ llama_stack/providers/adapters/safety/__init__.py | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 llama_stack/providers/adapters/agents/__init__.py create mode 100644 llama_stack/providers/adapters/safety/__init__.py diff --git a/llama_stack/providers/adapters/agents/__init__.py b/llama_stack/providers/adapters/agents/__init__.py new file mode 100644 index 000000000..756f351d8 --- /dev/null +++ b/llama_stack/providers/adapters/agents/__init__.py @@ -0,0 +1,5 @@ +# 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. diff --git a/llama_stack/providers/adapters/safety/__init__.py b/llama_stack/providers/adapters/safety/__init__.py new file mode 100644 index 000000000..756f351d8 --- /dev/null +++ b/llama_stack/providers/adapters/safety/__init__.py @@ -0,0 +1,5 @@ +# 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.