Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 497 Bytes

File metadata and controls

19 lines (16 loc) · 497 Bytes

Agentic AI Crash Course using LangGraph

Welcome to the Agentic AI Crash Course! This guide will help you set up your environment to follow along with the course and build powerful LangGraph-based LLM workflows.

.env sample would be:

GOOGLE_API_KEY=your_google_api_key_here

OPENAI_API_KEY=your_openai_api_key_here

LANGSMITH_API_KEY=your_langsmith_api_key_here

LANGSMITH_TRACING=true

LANGSMITH_PROJECT=LangGraphCrashCourse