Project 1: AI Chatbot Starter
AI Engineer
Builds on these lessons
Current Task
Objective
LangChain is a framework of small, composable abstractions — prompts, chains, memory, output parsers — built on top of raw LLM API calls.
Task: import langchain_core and print a short confirmation string.
index.py
import langchain_core
print("LangChain Core loaded")
* Hint: Correct characters turn green, incorrect ones turn red.
Live Preview
🖼️
Verify your code to see the preview
← Previous
Next →