From 9909eb1a28f0e3158c1dc9f1ff0f85ea4478649c Mon Sep 17 00:00:00 2001 From: Yunsu Kim Date: Thu, 21 Aug 2025 10:30:31 +0200 Subject: [PATCH 1/3] Mark inspector as private beta --- aixplain/modules/team_agent/inspector.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aixplain/modules/team_agent/inspector.py b/aixplain/modules/team_agent/inspector.py index f2ea74dc..7e8024a0 100644 --- a/aixplain/modules/team_agent/inspector.py +++ b/aixplain/modules/team_agent/inspector.py @@ -1,4 +1,5 @@ """Pre-defined agent for inspecting the data flow within a team agent. +WARNING: This feature is currently in private beta. Example usage: From b94092e9c9a41b4d8ef8dbf336f00ae2177ac190 Mon Sep 17 00:00:00 2001 From: Yunsu Kim Date: Thu, 21 Aug 2025 10:31:16 +0200 Subject: [PATCH 2/3] Update inspector_factory.py --- aixplain/factories/team_agent_factory/inspector_factory.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aixplain/factories/team_agent_factory/inspector_factory.py b/aixplain/factories/team_agent_factory/inspector_factory.py index 65b44dd5..32879e5f 100644 --- a/aixplain/factories/team_agent_factory/inspector_factory.py +++ b/aixplain/factories/team_agent_factory/inspector_factory.py @@ -4,6 +4,8 @@ and monitor team agent operations. Inspectors can be created from existing models or using automatic configurations. +WARNING: This feature is currently in private beta. + Example: Create an inspector from a model with adaptive policy:: From d413ce9ca513d19e45670f54621d71fa35855a19 Mon Sep 17 00:00:00 2001 From: Yunsu Kim Date: Thu, 21 Aug 2025 10:31:56 +0200 Subject: [PATCH 3/3] Update inspector_functional_test.py --- tests/functional/team_agent/inspector_functional_test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/functional/team_agent/inspector_functional_test.py b/tests/functional/team_agent/inspector_functional_test.py index 97eecd8c..9f7ef4d1 100644 --- a/tests/functional/team_agent/inspector_functional_test.py +++ b/tests/functional/team_agent/inspector_functional_test.py @@ -1,5 +1,7 @@ """ Functional tests for team agents with inspectors. + +WARNING: This feature is currently in private beta. """ from dotenv import load_dotenv