Get this course for free with any paid AI+ subscription
Description
Live Training Overview
Duration: 2 Hours
Rick Chakra
Founder & CEO | Armada IQ
Module 1 - LLM Foundations:
-
Start with a recap of core LLM functionality and API interfaces (using OpenAI)
-
Review structured thinking, tool use, memory, and RAG concepts
Module 2 - Introduction to Agents:
-
Introduce the building blocks of LangChain and LangGraph
-
Implement pre-built agent architectures with tool use and agent memory management
-
Expand to custom agent architectures via graph-based agents
-
Explore system tracing / observability with LangSmith
Module 3 - Multi-Agent Systems:
-
Develop a specialized multi-agent system to support with end-to-end financial research and analysis tasks
-
Create a vector database to house internal financial research
-
Integrate web search to access external financial information
-
Integrate a sandboxed code interpreter to generate analysis and visualizations
-
Develop system control and routing steps including:
-
Routing to internal financial research vs external financial information
-
Grading the relevance of retrieved documents
-
Detecting model hallucinations
-
Assessing the relevance of model outputs to the user's research question
-
Wrap the system with a Gradio user interface
Technical requirements:
-
Beginner / intermediate Python experience
-
Basic experience with LLMs / LLM APIs
Required accounts and API keys:
-
OpenAI
-
LangChain (for LangSmith tracing / observability) - free tier
-
Tavily (for web search) - free tier
-
E2B (for sandboxed code interpreter) - free tier
Development environment:
-
Participants will clone the student version of the notebooks from Github
-
The entire workshop and can be run in Google Colab