> 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中文网其他相关文章!