chicolinux /
hello_agents
These Jupyter Notebooks and Python scripts represent my journey into Agentic AI. I hope this work is also helpful to you.
Loading repository data…
VirtualPatientEngine / repository
This is a hands-on beginner-level workshop aimed at demystifying AI agents. Participants will learn how to build simple, modular agents using LangGraph, a powerful open-source framework in Python for creating multi-agent workflows
Welcome to the EuroSTEMPeers 2025 hands-on beginner-level workshop on Agentic AI!
This session aims to demystify language model agents by walking participants through how to build simple, modular agents using LangGraph — an open-source Python framework for creating multi-agent workflows.
Hosted by TeamVPE at BioMed X Institute
Welcome to the hands-on workshop on Agentic AI with LangGraph! This session is hosted by TeamVPE at the BioMed X Institute, proudly supported by Sanofi.
By the end of this workshop, you'll be able to:
You will implement several progressively advanced agents:
Install required libraries with:
pip install langgraph langchain openai matplotlib pymupdf graphviz pydot requests
You’ll also need to install:
langchain_nvidia_ai_endpoints (if using NVIDIA NIMs)IPython (if not included in your environment)You can either:
OPENAI_API_KEY or NVIDIA_API_KEY)| Section | Highlights |
|---|---|
| ✅ Basics | LangGraph setup, Echo agent |
| 🧠 LLMs | OpenAI/NVIDIA NIM integration |
| 🔁 ReAct | Reasoning + tool invocation |
| 🔧 Tools | Calculator, plot generator, translator |
| 📄 PDFs | Download, extract, and answer |
| 🎨 Vision | Image generation with DALL·E |
| 📊 Visualization | Flowchart of LangGraph workflows |
This workshop is part of the AIAgents4Pharma initiative — an open-source toolkit for enabling biomedical researchers and pharma professionals to interact with complex data through intelligent, language-powered agents.
👉 Explore more: VirtualPatientEngine/AIAgents4Pharma
Developed by TeamVPE, AI research team at BioMed X Institute. Sponsored by Sanofi.
Launch the Jupyter Notebook and start from:
!pip install -q langgraph langchain openai
Then follow the steps to build your first intelligent agent!
Selected from shared topics, language and repository description—not editorial ratings.
chicolinux /
These Jupyter Notebooks and Python scripts represent my journey into Agentic AI. I hope this work is also helpful to you.
Aman007Agg /
This repository contains all code samples, Jupyter notebooks, Python scripts. It is designed to help beginners learn Agentic AI concepts in a practical, hands-on way.