This repo contains materials that were discussed in YouTube video "Case Done Ep 21 Agentic AI Simplified + Build with smolagents".
This repo will teach you the following:
- smolagents, a simple repo that accelerates building and prototyping agents.
- smolagents work with Ollama, OpenAI, Anthropic
- integration with HuggingFace Hub, Space, LangChain, E2B, and much more
- agent's tools including built-in, customizable, Space tool
- traceability, logging
- DEMO: Virtual 'pet' store (having virtual cats and virtual dog)
- DEMO: Open-source traceability tool "Arize Phoenix"
- DEMO: Agent equipped with Web Search & Web Crawler (interacting with actual web browser, taking screenshot to understand)
- Create
.envfile at root directory, and put API keysOPENAI_API_KEY. As example, within.env, you will have
OPENAI_API_KEY = "xxxx"
- Install required repo using poetry. This can be run simply with
poetry install
Feel free to copy and distribute, but we appreciate you giving us credits.
👍 Like | 🔗 Share | 📢 Subscribe | 💬 Comments | ❓ Questions