References and Acknoledgements
- CrewAI documentation
- CrewAI + Nebius
- CrewAI examples
- Nebius AI Studio documentation
- This example is contributed from Arindam200/awesome-ai-apps
Features
- Specialized Research: Dedicated researcher agent focused on discovering groundbreaking technologies
- Intelligent Analysis: Powered by Meta-Llama-3.1-70B-Instruct model for deep insights
- Structured Output: Well-defined tasks with clear expected outputs
- Sequential Processing: Organized task execution for optimal results
- Customizable Crew: Easy to extend with additional agents and tasks
Prerequisites
- Nebius API key (get it from Nebius AI Studio)
- If running locally, python 3.10 or higher dev environment.
Tech Stack
- CrewAI agent framework
- Nebius AI for LLM inference
Task Structure
Tasks are defined with:- Clear description
- Expected output format
- Assigned agent
- Sequential processing
Example Tasks
- “Identify the next big trend in AI”
- “Analyze emerging technologies in quantum computing”
- “Research breakthroughs in sustainable tech”
- “Investigate future of human-AI collaboration”
- “Explore cutting-edge developments in robotics”
Setup
The code can be run locally or on Google colab. Colab is recommended, as it doesn’t need any setup.Local env setup
-
Clone the repository:
-
Install dependencies:
if usinguv
package managerIf using conda/pip -
Create a
.env
file in the project root and add your Nebius API key: