From 9c9c68266969776419befdfa18eb9c09220a797c Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 3 Jul 2025 18:53:22 +0530 Subject: [PATCH] folder structure --- agents/__init__.py | 1 + congigs/__init__.py | 1 + playground/__init__.py | 1 + tools/__init__.py | 1 + workflows/__init__.py | 1 + 5 files changed, 5 insertions(+) create mode 100644 agents/__init__.py create mode 100644 congigs/__init__.py create mode 100644 playground/__init__.py create mode 100644 tools/__init__.py create mode 100644 workflows/__init__.py diff --git a/agents/__init__.py b/agents/__init__.py new file mode 100644 index 0000000..7c23adf --- /dev/null +++ b/agents/__init__.py @@ -0,0 +1 @@ +print("agents") \ No newline at end of file diff --git a/congigs/__init__.py b/congigs/__init__.py new file mode 100644 index 0000000..7c23adf --- /dev/null +++ b/congigs/__init__.py @@ -0,0 +1 @@ +print("agents") \ No newline at end of file diff --git a/playground/__init__.py b/playground/__init__.py new file mode 100644 index 0000000..7c23adf --- /dev/null +++ b/playground/__init__.py @@ -0,0 +1 @@ +print("agents") \ No newline at end of file diff --git a/tools/__init__.py b/tools/__init__.py new file mode 100644 index 0000000..7c23adf --- /dev/null +++ b/tools/__init__.py @@ -0,0 +1 @@ +print("agents") \ No newline at end of file diff --git a/workflows/__init__.py b/workflows/__init__.py new file mode 100644 index 0000000..7c23adf --- /dev/null +++ b/workflows/__init__.py @@ -0,0 +1 @@ +print("agents") \ No newline at end of file