From 12909bf60bbf21a02fa98792d85ec47c8830e61f Mon Sep 17 00:00:00 2001 From: Kye Gomez Date: Thu, 11 Jul 2024 10:56:31 -0700 Subject: [PATCH] [CLEANUP] --- multi_modal_example.py | 0 playground/structs/agent_registry.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 multi_modal_example.py diff --git a/multi_modal_example.py b/multi_modal_example.py new file mode 100644 index 000000000..e69de29bb diff --git a/playground/structs/agent_registry.py b/playground/structs/agent_registry.py index 8a798fd95..cf8b6c993 100644 --- a/playground/structs/agent_registry.py +++ b/playground/structs/agent_registry.py @@ -85,4 +85,4 @@ registry.get("Product Development Specialist") # Get all the agents -registry.list_agents() \ No newline at end of file +registry.list_agents()