https://github.com/samwit/smolagents_examples
This is a repo for a number of examples using the smolagents framework from Hugging Face.
https://github.com/samwit/smolagents_examples
Last synced: 3 months ago
JSON representation
This is a repo for a number of examples using the smolagents framework from Hugging Face.
- Host: GitHub
- URL: https://github.com/samwit/smolagents_examples
- Owner: samwit
- Created: 2025-01-08T12:39:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-08T13:00:17.000Z (over 1 year ago)
- Last Synced: 2025-06-17T22:11:29.314Z (11 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 133
- Watchers: 3
- Forks: 37
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ai-agents - SmolAgents Starter Projects - agent demo apps. (Starter Kits)
README
# How to Create Multi-Agents with SmolAgents
This repository contains example code files shown in the video tutorial about creating multi-agent systems using SmolAgents from Hugging Face.
https://youtu.be/XHijkFRd2TU
The examples demonstrate:
1. Basic CodeAgent - Getting started with a simple agent
2. SmolToolCallingAgent - Adding tool-calling capabilities
3. SmolOllamaAgent - Using local Ollama models
4. SmolClaudeAgent - Integrating with Claude
5. SmolGeminiAgent - Working with Google's Gemini
6. SmolGradioAgent - Creating agent UIs with Gradio
7. SmolTools - Useful tools and utilities
8. SmolMultiAgent - Coordinating multiple agents
9. SmolBlogWriter - Building a blog writing system with agents
Each file shows a different aspect of building multi-agent systems with the SmolAgents library.