From a80fdd473f1af8ba0769a568e7c98e9e9cc6b536 Mon Sep 17 00:00:00 2001 From: eavanvalkenburg Date: Tue, 18 Nov 2025 17:00:01 +0100 Subject: [PATCH 1/2] fix all to include the latest and made that single source of truth --- python/packages/core/pyproject.toml | 2 ++ python/pyproject.toml | 13 +----------- python/uv.lock | 32 +++++++---------------------- 3 files changed, 10 insertions(+), 37 deletions(-) diff --git a/python/packages/core/pyproject.toml b/python/packages/core/pyproject.toml index 8f19719c59..1f6d66c501 100644 --- a/python/packages/core/pyproject.toml +++ b/python/packages/core/pyproject.toml @@ -45,6 +45,8 @@ all = [ "agent-framework-ag-ui", "agent-framework-anthropic", "agent-framework-azure-ai", + "agent-framework-azurefunctions", + "agent-framework-chatkit", "agent-framework-copilotstudio", "agent-framework-devui", "agent-framework-mem0", diff --git a/python/pyproject.toml b/python/pyproject.toml index 92a7d525ed..bb81227d29 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -23,19 +23,8 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "agent-framework-core", - "agent-framework-a2a", - "agent-framework-ag-ui", - "agent-framework-anthropic", - "agent-framework-azure-ai", - "agent-framework-azurefunctions", - "agent-framework-chatkit", - "agent-framework-copilotstudio", - "agent-framework-devui", + "agent-framework-core[all]", "agent-framework-lab", - "agent-framework-mem0", - "agent-framework-purview", - "agent-framework-redis", ] [dependency-groups] diff --git a/python/uv.lock b/python/uv.lock index f0657d5f68..bab810671a 100644 --- a/python/uv.lock +++ b/python/uv.lock @@ -85,19 +85,8 @@ name = "agent-framework" version = "1.0.0b251114" source = { virtual = "." } dependencies = [ - { name = "agent-framework-a2a", marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" }, - { name = "agent-framework-ag-ui", marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" }, - { name = "agent-framework-anthropic", marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" }, - { name = "agent-framework-azure-ai", marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" }, - { name = "agent-framework-azurefunctions", marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" }, - { name = "agent-framework-chatkit", marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" }, - { name = "agent-framework-copilotstudio", marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" }, - { name = "agent-framework-core", marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" }, - { name = "agent-framework-devui", marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" }, + { name = "agent-framework-core", extra = ["all"], marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" }, { name = "agent-framework-lab", marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" }, - { name = "agent-framework-mem0", marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" }, - { name = "agent-framework-purview", marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" }, - { name = "agent-framework-redis", marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" }, ] [package.dev-dependencies] @@ -130,19 +119,8 @@ docs = [ [package.metadata] requires-dist = [ - { name = "agent-framework-a2a", editable = "packages/a2a" }, - { name = "agent-framework-ag-ui", editable = "packages/ag-ui" }, - { name = "agent-framework-anthropic", editable = "packages/anthropic" }, - { name = "agent-framework-azure-ai", editable = "packages/azure-ai" }, - { name = "agent-framework-azurefunctions", editable = "packages/azurefunctions" }, - { name = "agent-framework-chatkit", editable = "packages/chatkit" }, - { name = "agent-framework-copilotstudio", editable = "packages/copilotstudio" }, - { name = "agent-framework-core", editable = "packages/core" }, - { name = "agent-framework-devui", editable = "packages/devui" }, + { name = "agent-framework-core", extras = ["all"], editable = "packages/core" }, { name = "agent-framework-lab", editable = "packages/lab" }, - { name = "agent-framework-mem0", editable = "packages/mem0" }, - { name = "agent-framework-purview", editable = "packages/purview" }, - { name = "agent-framework-redis", editable = "packages/redis" }, ] [package.metadata.requires-dev] @@ -190,7 +168,7 @@ requires-dist = [ [[package]] name = "agent-framework-ag-ui" -version = "1.0.0b251114" +version = "1.0.0b251117" source = { editable = "packages/ag-ui" } dependencies = [ { name = "ag-ui-protocol", marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" }, @@ -323,6 +301,8 @@ all = [ { name = "agent-framework-ag-ui", marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" }, { name = "agent-framework-anthropic", marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" }, { name = "agent-framework-azure-ai", marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" }, + { name = "agent-framework-azurefunctions", marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" }, + { name = "agent-framework-chatkit", marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" }, { name = "agent-framework-copilotstudio", marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" }, { name = "agent-framework-devui", marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" }, { name = "agent-framework-mem0", marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" }, @@ -336,6 +316,8 @@ requires-dist = [ { name = "agent-framework-ag-ui", marker = "extra == 'all'", editable = "packages/ag-ui" }, { name = "agent-framework-anthropic", marker = "extra == 'all'", editable = "packages/anthropic" }, { name = "agent-framework-azure-ai", marker = "extra == 'all'", editable = "packages/azure-ai" }, + { name = "agent-framework-azurefunctions", marker = "extra == 'all'", editable = "packages/azurefunctions" }, + { name = "agent-framework-chatkit", marker = "extra == 'all'", editable = "packages/chatkit" }, { name = "agent-framework-copilotstudio", marker = "extra == 'all'", editable = "packages/copilotstudio" }, { name = "agent-framework-devui", marker = "extra == 'all'", editable = "packages/devui" }, { name = "agent-framework-mem0", marker = "extra == 'all'", editable = "packages/mem0" }, From 39c7475b02da0cd390d8637f159ab406a74e5ac4 Mon Sep 17 00:00:00 2001 From: eavanvalkenburg Date: Tue, 18 Nov 2025 17:02:31 +0100 Subject: [PATCH 2/2] add lab --- python/packages/core/pyproject.toml | 1 + python/pyproject.toml | 1 - python/uv.lock | 8 +++----- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/python/packages/core/pyproject.toml b/python/packages/core/pyproject.toml index 1f6d66c501..b17d51a149 100644 --- a/python/packages/core/pyproject.toml +++ b/python/packages/core/pyproject.toml @@ -49,6 +49,7 @@ all = [ "agent-framework-chatkit", "agent-framework-copilotstudio", "agent-framework-devui", + "agent-framework-lab", "agent-framework-mem0", "agent-framework-purview", "agent-framework-redis", diff --git a/python/pyproject.toml b/python/pyproject.toml index bb81227d29..cb9c97849d 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -24,7 +24,6 @@ classifiers = [ ] dependencies = [ "agent-framework-core[all]", - "agent-framework-lab", ] [dependency-groups] diff --git a/python/uv.lock b/python/uv.lock index bab810671a..dff49e9bd9 100644 --- a/python/uv.lock +++ b/python/uv.lock @@ -86,7 +86,6 @@ version = "1.0.0b251114" source = { virtual = "." } dependencies = [ { name = "agent-framework-core", extra = ["all"], marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" }, - { name = "agent-framework-lab", marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" }, ] [package.dev-dependencies] @@ -118,10 +117,7 @@ docs = [ ] [package.metadata] -requires-dist = [ - { name = "agent-framework-core", extras = ["all"], editable = "packages/core" }, - { name = "agent-framework-lab", editable = "packages/lab" }, -] +requires-dist = [{ name = "agent-framework-core", extras = ["all"], editable = "packages/core" }] [package.metadata.requires-dev] dev = [ @@ -305,6 +301,7 @@ all = [ { name = "agent-framework-chatkit", marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" }, { name = "agent-framework-copilotstudio", marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" }, { name = "agent-framework-devui", marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" }, + { name = "agent-framework-lab", marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" }, { name = "agent-framework-mem0", marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" }, { name = "agent-framework-purview", marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" }, { name = "agent-framework-redis", marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" }, @@ -320,6 +317,7 @@ requires-dist = [ { name = "agent-framework-chatkit", marker = "extra == 'all'", editable = "packages/chatkit" }, { name = "agent-framework-copilotstudio", marker = "extra == 'all'", editable = "packages/copilotstudio" }, { name = "agent-framework-devui", marker = "extra == 'all'", editable = "packages/devui" }, + { name = "agent-framework-lab", marker = "extra == 'all'", editable = "packages/lab" }, { name = "agent-framework-mem0", marker = "extra == 'all'", editable = "packages/mem0" }, { name = "agent-framework-purview", marker = "extra == 'all'", editable = "packages/purview" }, { name = "agent-framework-redis", marker = "extra == 'all'", editable = "packages/redis" },