File size: 520 Bytes
8c10cf2 | 1 2 3 4 5 6 7 8 | python3 plot_agent_time_share_bars.py \
--agent-map "Expert Research Agent for Book Outline Planning:Topic Researcher" \
--agent-map "Strategic Book Structure Architect:Outline Generator" \
--agent-map "Specialized Chapter Research Agent:Chapter Researcher" \
--agent-map "Professional Chapter Content Writer:Chapter Drafter" \
--agent-map "Senior Book Editor and Quality Assurance Specialist:Book QA Lead" \
--agent-order "Topic Researcher,Outline Generator,Chapter Researcher,Chapter Drafter,Book QA Lead"
|