From de99c175475d5739b4d11cfff2f672aca8b2f734 Mon Sep 17 00:00:00 2001 From: reibs Date: Tue, 10 Dec 2024 15:26:34 -0800 Subject: [PATCH] add providers --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0176a6ad..db2f6fbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "agentops" -version = "0.3.20rc12" +version = "0.3.20rc13" authors = [ { name="Alex Reibman", email="areibman@gmail.com" }, { name="Shawn Qiu", email="siyangqiu@gmail.com" }, @@ -118,4 +118,4 @@ exclude = [ ] [tool.setuptools] -packages = ["agentops", "agentops.llms", "agentops.llms.providers"] +packages = ["agentops", "agentops.llms", "agentops.llms.providers", "agentops.partners"]