> Crewai剛剛發布了0.98.0版,並帶有大量升級。 JoãoMoura最近的推文強調了關鍵改進:
?主要Crewai更新0.98.0發布! ?
•增強的多模式支撐
•對話乘員(crewai聊天)
•改進的程序化護欄
•crewai以持久狀態
流動 •還有更多!船超過其他人可以計劃⚡
> 請問嗎? ?- JoãoMoura(@joaomoura)2025年1月20日
>該版本大大提高了Crewai的對話和自動化代理的能力。 鑰匙增強功能包括:
@persist
> Crewai強調合作。 此更新提供了強大的新集成:
Sambanova系統支持:
與Sambanova系統的擴展兼容性增強了硬件和平台靈活性。from crewai import Agent, Task, Crew # Create a multimodal agent image_analyst = Agent( role="Product Analyst", goal="Analyze product images and provide detailed descriptions", backstory="Expert in visual product analysis with deep knowledge of design and features", multimodal=True ) # Create a task for image analysis task = Task( description="Analyze the product image at https://example.com/product.jpg and provide a detailed description", agent=image_analyst ) # Create and run the crew crew = Crew( agents=[image_analyst], tasks=[task] ) result = crew.kickoff()
有關全面的詳細信息,請參閱Crewai網站以獲取最新文檔。
也請閱讀:與Crewai建立協作AI代理商
結論以上是JoãoMoura丟棄Crewai更新0.98.0-在這裡檢查!的詳細內容。更多資訊請關注PHP中文網其他相關文章!