Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions aixplain/factories/team_agent_factory/inspector_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down
1 change: 1 addition & 0 deletions aixplain/modules/team_agent/inspector.py
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
2 changes: 2 additions & 0 deletions tests/functional/team_agent/inspector_functional_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""
Functional tests for team agents with inspectors.

WARNING: This feature is currently in private beta.
"""

from dotenv import load_dotenv
Expand Down