This repository contains example code files shown in the video tutorial about creating multi-agent systems using SmolAgents from Hugging Face.
The examples demonstrate:
- Basic CodeAgent - Getting started with a simple agent
- SmolToolCallingAgent - Adding tool-calling capabilities
- SmolOllamaAgent - Using local Ollama models
- SmolClaudeAgent - Integrating with Claude
- SmolGeminiAgent - Working with Google's Gemini
- SmolGradioAgent - Creating agent UIs with Gradio
- SmolTools - Useful tools and utilities
- SmolMultiAgent - Coordinating multiple agents
- SmolBlogWriter - Building a blog writing system with agents
Each file shows a different aspect of building multi-agent systems with the SmolAgents library.