From 908ed8c60f61780aa96c83df43ed555b288a3229 Mon Sep 17 00:00:00 2001 From: Victor Dibia Date: Fri, 15 Nov 2024 11:40:03 -0800 Subject: [PATCH] Add agentchat to uv workspace (#4223) Add agentchat to uv workspace --- python/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/python/pyproject.toml b/python/pyproject.toml index 6bc826cd448..83535c6f540 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -25,6 +25,7 @@ dev-dependencies = [ [tool.uv.sources] autogen-core = { workspace = true } autogen-ext = { workspace = true } +autogen-agentchat = { workspace = true } [tool.ruff] line-length = 120