CrewAI is a framework for automating tasks using LLM (similar to AutoGen by Microsoft) but may be more user-friendly
recommended by Andrew Ng
- Watch course videos in 1-2 hours
- run all 6 use-cases locally using GPT-3.5-Turbo model
- The original notebooks are here : https://github.com/wgong/py4kids/tree/master/lesson-18-ai/crewAI/courses/deeplearning.ai/multi-agents
- The working versions I ran with minor changes are here: https://github.com/wgong/py4kids/tree/master/lesson-18-ai/crewAI/papagame
This LangChain tool for arXiv looks interesting: https://python.langchain.com/v0.1/docs/integrations/tools/arxiv/
- walk thru a few examples running locally with Ollama (like llema3, mistral)