From eb0ddb821942e372db4e4d2fd60c2883a96a22ce Mon Sep 17 00:00:00 2001 From: Braelyn Boynton Date: Tue, 10 Sep 2024 22:32:36 -0700 Subject: [PATCH] rename conflicting package names --- README.md | 2 +- examples/{anthropic => anthropic-sdk}/anthropic_example.ipynb | 0 examples/{cohere => cohere-sdk}/cohere_example.ipynb | 0 examples/{litellm => litellm-sdk}/litellm_example.ipynb | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename examples/{anthropic => anthropic-sdk}/anthropic_example.ipynb (100%) rename examples/{cohere => cohere-sdk}/cohere_example.ipynb (100%) rename examples/{litellm => litellm-sdk}/litellm_example.ipynb (100%) diff --git a/README.md b/README.md index 80554d1f..5968a54d 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,7 @@ agentops.end_session('Success') Track agents built with the Anthropic Python SDK (>=0.32.0). -- [AgentOps integration example](./examples/anthropic/anthropic_example.ipynb) +- [AgentOps integration example](examples/anthropic-sdk/anthropic_example.ipynb) - [Official Anthropic documentation](https://docs.anthropic.com/en/docs/welcome)
diff --git a/examples/anthropic/anthropic_example.ipynb b/examples/anthropic-sdk/anthropic_example.ipynb similarity index 100% rename from examples/anthropic/anthropic_example.ipynb rename to examples/anthropic-sdk/anthropic_example.ipynb diff --git a/examples/cohere/cohere_example.ipynb b/examples/cohere-sdk/cohere_example.ipynb similarity index 100% rename from examples/cohere/cohere_example.ipynb rename to examples/cohere-sdk/cohere_example.ipynb diff --git a/examples/litellm/litellm_example.ipynb b/examples/litellm-sdk/litellm_example.ipynb similarity index 100% rename from examples/litellm/litellm_example.ipynb rename to examples/litellm-sdk/litellm_example.ipynb