cookbook/03_teams/TEST_LOG.md
Status: FAIL
Description: Validation issue: style
Result: Style: code_before_first_section_banner | Run: completed
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/01_quickstart/02_respond_directly_router_team.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/01_quickstart/03_delegate_to_all_members.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/01_quickstart/04_respond_directly_with_history.py.
Result: Executed successfully.
Status: FAIL
Description: Validation issue: runtime
Result: Run: Traceback (most recent call last): File "/Users/ab/conductor/workspaces/agno/tallinn/cookbook/03_teams/01_quickstart/05_team_history.py", line 33, in <module> multi_lingual_q_and_a_team = Team( ^^^^^ TypeError: Team.init() got an unexpected keyword argument 'pass_user_input_to_members'
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/01_quickstart/06_history_of_members.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/01_quickstart/07_share_member_interactions.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/01_quickstart/08_concurrent_member_agents.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/01_quickstart/09_caching.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/01_quickstart/broadcast_mode.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/01_quickstart/nested_teams.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/01_quickstart/task_mode.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/10_context_compression/tool_call_compression.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/10_context_compression/tool_call_compression_with_manager.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/09_context_management/additional_context.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/09_context_management/custom_system_message.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/09_context_management/few_shot_learning.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/09_context_management/filter_tool_calls_from_history.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/09_context_management/introduction.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/09_context_management/location_context.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/17_dependencies/dependencies_in_context.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/17_dependencies/dependencies_in_tools.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/17_dependencies/dependencies_to_members.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/15_distributed_rag/01_distributed_rag_pgvector.py.
Result: Executed successfully.
Status: FAIL
Description: Validation issue: runtime
Result: Run: Traceback (most recent call last): File "/Users/ab/conductor/workspaces/agno/tallinn/libs/agno/agno/vectordb/lancedb/lance_db.py", line 168, in init import tantivy # noqa: F401 ^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'tantivy'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/ab/conductor/workspaces/agno/tallinn/cookbook/03_teams/15_distributed_rag/02_distributed_rag_lancedb.py", line 30, in <module>
vector_db=LanceDb(
^^^^^^^^
File "/Users/ab/conductor/workspaces/agno/tallinn/libs/agno/agno/vectordb/lancedb/lance_db.py", line 170, in init
raise ImportError(
ImportError: Please install tantivy-py pip install tantivy to use the full text search feature.
Status: FAIL
Description: Validation issue: runtime
Result: Run: Traceback (most recent call last): File "/Users/ab/conductor/workspaces/agno/tallinn/libs/agno/agno/vectordb/lancedb/lance_db.py", line 168, in init import tantivy # noqa: F401 ^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'tantivy'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/ab/conductor/workspaces/agno/tallinn/cookbook/03_teams/15_distributed_rag/03_distributed_rag_with_reranking.py", line 23, in <module>
vector_db=LanceDb(
^^^^^^^^
File "/Users/ab/conductor/workspaces/agno/tallinn/libs/agno/agno/vectordb/lancedb/lance_db.py", line 170, in init
raise ImportError(
ImportError: Please install tantivy-py pip install tantivy to use the full text search feature.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/18_guardrails/openai_moderation.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/18_guardrails/pii_detection.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/18_guardrails/prompt_injection.py.
Result: Executed successfully.
Status: FAIL
Description: Validation issue: style
Result: Style: code_before_first_section_banner | Run: completed
Status: FAIL
Description: Validation issue: style
Result: Style: code_before_first_section_banner | Run: completed
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/13_hooks/stream_hook.py.
Result: Executed successfully.
Status: FAIL
Description: Validation issue: style
Result: Style: missing_docstring_underline | Run: completed
Status: FAIL
Description: Validation issue: style
Result: Style: missing_docstring_underline | Run: completed
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/20_human_in_the_loop/confirmation_required.py.
Result: Executed successfully.
Status: FAIL
Description: Validation issue: style
Result: Style: missing_docstring_underline | Run: completed
Status: FAIL
Description: Validation issue: style
Result: Style: missing_docstring_underline | Run: completed
Status: FAIL
Description: Validation issue: style
Result: Style: missing_docstring_underline | Run: completed
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/20_human_in_the_loop/external_tool_execution.py.
Result: Executed successfully.
Status: FAIL
Description: Validation issue: style
Result: Style: missing_docstring_underline | Run: completed
Status: FAIL
Description: Validation issue: style
Result: Style: missing_docstring_underline | Run: completed
Status: FAIL
Description: Validation issue: style
Result: Style: missing_docstring_underline | Run: completed
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/20_human_in_the_loop/user_input_required.py.
Result: Executed successfully.
Status: FAIL
Description: Validation issue: style
Result: Style: missing_docstring_underline | Run: completed
Status: FAIL
Description: Validation issue: runtime
Result: Run: Traceback (most recent call last): File "/Users/ab/conductor/workspaces/agno/tallinn/libs/agno/agno/vectordb/lancedb/lance_db.py", line 168, in init import tantivy # noqa: F401 ^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'tantivy'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/ab/conductor/workspaces/agno/tallinn/cookbook/03_teams/05_knowledge/01_team_with_knowledge.py", line 26, in <module>
vector_db=LanceDb(
^^^^^^^^
File "/Users/ab/conductor/workspaces/agno/tallinn/libs/agno/agno/vectordb/lancedb/lance_db.py", line 170, in init
raise ImportError(
ImportError: Please install tantivy-py pip install tantivy to use the full text search feature.
Status: FAIL
Description: Validation issue: style
Result: Style: code_before_first_section_banner | Run: completed
Status: FAIL
Description: Validation issue: style
Result: Style: code_before_first_section_banner | Run: completed
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/05_knowledge/04_team_with_custom_retriever.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/05_knowledge/05_team_update_knowledge.py.
Result: Executed successfully.
Status: FAIL
Description: Validation issue: style
Result: Style: code_before_first_section_banner | Run: completed
Status: FAIL
Description: Validation issue: style
Result: Style: code_before_first_section_banner | Run: completed
Status: FAIL
Description: Validation issue: style
Result: Style: code_before_first_section_banner | Run: completed
Status: FAIL
Description: Validation issue: style
Result: Style: code_before_first_section_banner | Run: completed
Status: FAIL
Description: Validation issue: style
Result: Style: code_before_first_section_banner | Run: completed
Status: FAIL
Description: Validation issue: style
Result: Style: code_before_first_section_banner | Run: completed
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/06_memory/01_team_with_memory_manager.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/06_memory/02_team_with_agentic_memory.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/06_memory/03_memories_in_context.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/06_memory/learning_machine.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/22_metrics/01_team_metrics.py.
Result: Executed successfully.
Status: FAIL
Description: Validation issue: style
Result: Style: missing_docstring_underline | Run: completed
Status: FAIL
Description: Validation issue: style
Result: Style: missing_docstring_underline | Run: completed
Status: FAIL
Description: Validation issue: style
Result: Style: missing_docstring_underline | Run: completed
Status: FAIL
Description: Validation issue: style
Result: Style: missing_docstring_underline | Run: completed
Status: FAIL
Description: Validation issue: style
Result: Style: missing_docstring_underline | Run: completed
Status: FAIL
Description: Validation issue: style
Result: Style: missing_docstring_underline,import_after_first_section_banner | Run: completed
Status: FAIL
Description: Validation issue: style
Result: Style: missing_docstring_underline | Run: completed
Status: FAIL
Description: Validation issue: style
Result: Style: missing_docstring_underline | Run: completed
Status: FAIL
Description: Validation issue: style
Result: Style: missing_docstring_underline | Run: completed
Status: FAIL
Description: Validation issue: style
Result: Style: missing_docstring_underline | Run: completed
Status: FAIL
Description: Validation issue: style
Result: Style: missing_docstring_underline | Run: completed
Status: FAIL
Description: Validation issue: style
Result: Style: missing_docstring_underline | Run: completed
Status: FAIL
Description: Validation issue: style
Result: Style: missing_docstring_underline | Run: completed
Status: FAIL
Description: Validation issue: style
Result: Style: missing_docstring_underline | Run: completed
Status: FAIL
Description: Validation issue: style
Result: Style: missing_docstring_underline | Run: completed
Status: FAIL
Description: Validation issue: style
Result: Style: missing_docstring_underline | Run: completed
Status: FAIL
Description: Validation issue: style
Result: Style: missing_docstring_underline | Run: completed
Status: FAIL
Description: Validation issue: style
Result: Style: missing_docstring_underline | Run: completed
Status: FAIL
Description: Validation issue: style
Result: Style: missing_docstring_underline | Run: completed
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/19_multimodal/audio_sentiment_analysis.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/19_multimodal/audio_to_text.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/19_multimodal/generate_image_with_team.py.
Result: Executed successfully.
Status: FAIL
Description: Validation issue: runtime
Result: Run: Traceback (most recent call last): File "/Users/ab/conductor/workspaces/agno/tallinn/libs/agno/agno/tools/fal.py", line 17, in <module> import fal_client # type: ignore ^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'fal_client'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/ab/conductor/workspaces/agno/tallinn/cookbook/03_teams/19_multimodal/image_to_image_transformation.py", line 11, in <module>
from agno.tools.fal import FalTools
File "/Users/ab/conductor/workspaces/agno/tallinn/libs/agno/agno/tools/fal.py", line 19, in <module>
raise ImportError("fal_client not installed. Please install using pip install fal-client")
ImportError: fal_client not installed. Please install using pip install fal-client
Status: FAIL
Description: Validation issue: style
Result: Style: code_before_first_section_banner | Run: completed
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/19_multimodal/image_to_text.py.
Result: Executed successfully.
Status: FAIL
Description: Validation issue: style
Result: Style: code_before_first_section_banner | Run: completed
Status: FAIL
Description: Validation issue: runtime
Result: Run: Traceback (most recent call last): File "/Users/ab/conductor/workspaces/agno/tallinn/libs/agno/agno/tools/moviepy_video.py", line 7, in <module> from moviepy import ColorClip, CompositeVideoClip, TextClip, VideoFileClip # type: ignore ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'moviepy'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/ab/conductor/workspaces/agno/tallinn/cookbook/03_teams/19_multimodal/video_caption_generation.py", line 11, in <module>
from agno.tools.moviepy_video import MoviePyVideoTools
File "/Users/ab/conductor/workspaces/agno/tallinn/libs/agno/agno/tools/moviepy_video.py", line 9, in <module>
raise ImportError("moviepy not installed. Please install using pip install moviepy ffmpeg")
ImportError: moviepy not installed. Please install using pip install moviepy ffmpeg
Status: FAIL
Description: Validation issue: runtime
Result: Run: Traceback (most recent call last): File "/Users/ab/conductor/workspaces/agno/tallinn/libs/agno/agno/tools/e2b.py", line 19, in <module> from e2b_code_interpreter import Sandbox ModuleNotFoundError: No module named 'e2b_code_interpreter'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/ab/conductor/workspaces/agno/tallinn/cookbook/03_teams/11_reasoning/reasoning_multi_purpose_team.py", line 18, in <module>
from agno.tools.e2b import E2BTools
File "/Users/ab/conductor/workspaces/agno/tallinn/libs/agno/agno/tools/e2b.py", line 21, in <module>
raise ImportError("e2b_code_interpreter not installed. Please install using pip install e2b_code_interpreter")
ImportError: e2b_code_interpreter not installed. Please install using pip install e2b_code_interpreter
Status: FAIL
Description: Validation issue: style
Result: Style: missing_docstring_underline | Run: completed
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/14_run_control/cancel_run.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/14_run_control/model_inheritance.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/14_run_control/remote_team.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/14_run_control/retries.py.
Result: Executed successfully.
Status: FAIL
Description: Validation issue: runtime
Result: Run: Traceback (most recent call last): File "/Users/ab/conductor/workspaces/agno/tallinn/libs/agno/agno/vectordb/lancedb/lance_db.py", line 168, in init import tantivy # noqa: F401 ^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'tantivy'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/ab/conductor/workspaces/agno/tallinn/cookbook/03_teams/16_search_coordination/01_coordinated_agentic_rag.py", line 20, in <module>
vector_db=LanceDb(
^^^^^^^^
File "/Users/ab/conductor/workspaces/agno/tallinn/libs/agno/agno/vectordb/lancedb/lance_db.py", line 170, in init
raise ImportError(
ImportError: Please install tantivy-py pip install tantivy to use the full text search feature.
Status: FAIL
Description: Validation issue: runtime
Result: Run: Traceback (most recent call last): File "/Users/ab/conductor/workspaces/agno/tallinn/libs/agno/agno/vectordb/lancedb/lance_db.py", line 168, in init import tantivy # noqa: F401 ^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'tantivy'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/ab/conductor/workspaces/agno/tallinn/cookbook/03_teams/16_search_coordination/02_coordinated_reasoning_rag.py", line 21, in <module>
vector_db=LanceDb(
^^^^^^^^
File "/Users/ab/conductor/workspaces/agno/tallinn/libs/agno/agno/vectordb/lancedb/lance_db.py", line 170, in init
raise ImportError(
ImportError: Please install tantivy-py pip install tantivy to use the full text search feature.
Status: FAIL
Description: Validation issue: runtime
Result: Run: Traceback (most recent call last): File "/Users/ab/conductor/workspaces/agno/tallinn/libs/agno/agno/knowledge/reranker/infinity.py", line 9, in <module> from infinity_client import AuthenticatedClient, Client ModuleNotFoundError: No module named 'infinity_client'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/ab/conductor/workspaces/agno/tallinn/cookbook/03_teams/16_search_coordination/03_distributed_infinity_search.py", line 11, in <module>
from agno.knowledge.reranker.infinity import InfinityReranker
File "/Users/ab/conductor/workspaces/agno/tallinn/libs/agno/agno/knowledge/reranker/infinity.py", line 13, in <module>
raise ImportError("infinity_client not installed, please run pip install infinity_client")
ImportError: infinity_client not installed, please run pip install infinity_client
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/07_session/chat_history.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/07_session/custom_session_summary.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/07_session/persistent_session.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/07_session/search_session_history.py.
Result: Executed successfully.
Status: FAIL
Description: Validation issue: runtime
Result: Run: ERROR Model authentication error from OpenAI API: OPENAI_API_KEY not set.
Please set the OPENAI_API_KEY environment variable.
ERROR Error in Team run: OPENAI_API_KEY not set. Please set the
OPENAI_API_KEY environment variable.
┏━ Message ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ ┃
┃ Tell me a new interesting fact about space ┃
┃ ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
┏━ Response (0.1s) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ ┃
┃ OPENAI_API_KEY not set. Please set the OPENAI_API_KEY environment variable. ┃
┃ ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛Interesting Space Facts
ERROR Model authentication error from OpenAI API: OPENAI_API_KEY not set.
Please set the OPENAI_API_KEY environment variable.
Traceback (most recent call last): File "/Users/ab/conductor/workspaces/agno/tallinn/cookbook/03_teams/07_session/session_options.py", line 67, in <module> renamable_team.set_session_name(autogenerate=True) File "/Users/ab/conductor/workspaces/agno/tallinn/libs/agno/agno/team/team.py", line 1511, in set_session_name return _session.set_session_name( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/ab/conductor/workspaces/agno/tallinn/libs/agno/agno/team/_session.py", line 329, in set_session_name set_session_name_util( File "/Users/ab/conductor/workspaces/agno/tallinn/libs/agno/agno/utils/agent.py", line 695, in set_session_name_util session_name =
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/07_session/session_summary.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/07_session/share_session_with_agent.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/21_state/agentic_session_state.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/21_state/change_state_on_run.py.
Result: Executed successfully.
Status: FAIL
Description: Validation issue: style
Result: Style: import_after_first_section_banner | Run: completed
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/21_state/overwrite_stored_session_state.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/21_state/state_sharing.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/08_streaming/team_events.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/08_streaming/team_streaming.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/04_structured_input_output/expected_output.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/04_structured_input_output/input_formats.py.
Result: Executed successfully.
Status: FAIL
Description: Validation issue: style
Result: Style: code_before_first_section_banner | Run: completed
Status: FAIL
Description: Validation issue: runtime
Result: Run: ERROR Model authentication error from OpenAI API: OPENAI_API_KEY not set.
Please set the OPENAI_API_KEY environment variable.
ERROR Error in Team run: OPENAI_API_KEY not set. Please set the
OPENAI_API_KEY environment variable.
Traceback (most recent call last): File "/Users/ab/conductor/workspaces/agno/tallinn/cookbook/03_teams/04_structured_input_output/json_schema_output.py", line 69, in <module> assert isinstance(response.content, dict) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/04_structured_input_output/output_model.py.
Result: Executed successfully.
Status: FAIL
Description: Validation issue: style, runtime
Result: Style: code_before_first_section_banner | Run: ERROR Model authentication error from OpenAI API: OPENAI_API_KEY not set.
Please set the OPENAI_API_KEY environment variable.
ERROR Error in Team run: OPENAI_API_KEY not set. Please set the
OPENAI_API_KEY environment variable.
Traceback (most recent call last): File "/Users/ab/conductor/workspaces/agno/tallinn/cookbook/03_teams/04_structured_input_output/output_schema_override.py", line 107, in <module> assert isinstance(response.content, PersonSchema) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError
Status: FAIL
Description: Validation issue: style
Result: Style: code_before_first_section_banner | Run: completed
Status: FAIL
Description: Validation issue: style
Result: Style: code_before_first_section_banner | Run: completed
Status: FAIL
Description: Validation issue: style, runtime
Result: Style: code_before_first_section_banner | Run: ERROR Model authentication error from OpenAI API: OPENAI_API_KEY not set.
Please set the OPENAI_API_KEY environment variable.
ERROR Error in Team run: OPENAI_API_KEY not set. Please set the
OPENAI_API_KEY environment variable.
Traceback (most recent call last): File "/Users/ab/conductor/workspaces/agno/tallinn/cookbook/03_teams/04_structured_input_output/pydantic_output.py", line 69, in <module> assert isinstance(response.content, StockReport) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError
Status: FAIL
Description: Validation issue: style, runtime
ERROR Model authentication error from OpenAI API: OPENAI_API_KEY not set.
Please set the OPENAI_API_KEY environment variable.
ERROR Error in Team run: OPENAI_API_KEY not set. Please set the
OPENAI_API_KEY environment variable.
Traceback (most recent call last): File "/Users/ab/conductor/workspaces/agno/tallinn/cookbook/03_teams/04_structured_input_output/response_as_variable.py", line 91, in <module> assert isinstance(stock_response.content, StockAnalysis) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError
Status: FAIL
Description: Validation issue: style, runtime
Result: Style: code_before_first_section_banner | Run: ERROR Model authentication error from OpenAI API: OPENAI_API_KEY not set.
Please set the OPENAI_API_KEY environment variable.
ERROR Error in Team run: OPENAI_API_KEY not set. Please set the
OPENAI_API_KEY environment variable.
Traceback (most recent call last): File "/Users/ab/conductor/workspaces/agno/tallinn/cookbook/03_teams/04_structured_input_output/structured_output_streaming.py", line 115, in <module> assert isinstance(run_response.content, StockReport) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError
Status: FAIL
Description: Validation issue: runtime
Result: Run: Traceback (most recent call last): File "/Users/ab/conductor/workspaces/agno/tallinn/libs/agno/agno/tools/agentql.py", line 8, in <module> import agentql ModuleNotFoundError: No module named 'agentql'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/ab/conductor/workspaces/agno/tallinn/cookbook/03_teams/03_tools/async_tools.py", line 14, in <module>
from agno.tools.agentql import AgentQLTools
File "/Users/ab/conductor/workspaces/agno/tallinn/libs/agno/agno/tools/agentql.py", line 11, in <module>
raise ImportError("agentql not installed. Please install using pip install agentql")
ImportError: agentql not installed. Please install using pip install agentql
Status: FAIL
Description: Validation issue: style
Result: Style: code_before_first_section_banner | Run: completed
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/03_tools/member_information.py.
Result: Executed successfully.
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/03_tools/member_tool_hooks.py.
Result: Executed successfully.
Status: FAIL
Description: Validation issue: style
Result: Style: code_before_first_section_banner | Run: completed
Status: FAIL
Description: Validation issue: style
Result: Style: code_before_first_section_banner | Run: completed
Status: PASS
Description: Executed .venvs/demo/bin/python cookbook/03_teams/03_tools/tool_hooks.py.
Result: Executed successfully.