The GitHub Actions job "Tests (AMD)" on airflow.git/aip99-crewai has failed.
Run started by GitHub user vikramkoka (triggered by vikramkoka).

Head commit for run:
5c61115a9538ef76ce6fa0e1c5a51288163acd75 / Vikram Koka <[email protected]>
Add CrewAI stock analysis example DAG using CrewAIHook

- Add example_crewai_stock_analysis.py — multi-agent stock analysis with HITL 
and Dynamic Task Mapping, using the CrewAIHook introduced in
  #XXXXX (PR 1)
  - A human submits N stock tickers → each fans out to an independent 3-agent 
CrewAI crew (researcher, analyst, writer) → per-ticker reports are
  synthesized into a portfolio recommendation by LLMOperator → human reviews 
the final output
  - Uses CrewAIHook.get_llm() for connection bridging instead of manual env var 
injection

  What this demonstrates

  - CrewAI + Airflow composition: multi-agent crews as individual @task 
functions, orchestrated by the DAG
  - Dynamic Task Mapping: .expand(ticker=tickers) fans out N crew runs, each 
independently retryable
  - HITL operators: HITLEntryOperator for ticker selection, ApprovalOperator 
for final review
  - LLMOperator synthesis: cross-ticker portfolio recommendation from 
per-ticker crew outputs
  - CrewAIHook: replaces the manual _configure_crewai_llm() env var helper with 
hook.get_llm() constructor injection

Report URL: https://github.com/apache/airflow/actions/runs/26112732903

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to