Skip to content

KonuTech/smolagents-toy-example-01-websearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent Websearch Tool - a toy Example

1: python3 -m venv .venv

2: source .venv/bin/activate

3: ollama run qwen2.5:7b

4: pip install -r requirements.txt

5: env > .env

6: SMOLAGENTS_MODEL="LiteLLM" python main.py "What is the capital of France?" SMOLAGENTS_MODEL="LiteLLM" python main.py "Write a function to calculate the factorial of a number." SMOLAGENTS_MODEL="LiteLLM" python main.py "What is the weather like today?" SMOLAGENTS_MODEL="LiteLLM" python main.py "What is the latest news on AI?"

About

Websearch Agent - a toy example

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages