Skip to content

Commit ab9fc61

Browse files
committed
Langugae of Agents message blog
1 parent 5ce921c commit ab9fc61

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/writing/posts/The Language of Agents - Decoding Messages in LangChain & LangGraph.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
---
2+
draft: false
3+
date: 2025-05-13
4+
slug: the-language-of-agents
5+
tags:
6+
- llm
7+
authors:
8+
- Prabha
9+
---
10+
11+
112
Ever wondered how apps get AI to chat, follow instructions, or even use tools? A lot of the magic comes down to "messages." Think of them as the notes passed between you, the AI, and any other services involved. LangChain and LangGraph are awesome tools that help manage these messages, making it easier to build cool AI-powered stuff. Let's break down how it works, keeping it simple!
213

314
## The Main Players: Core Message Types

0 commit comments

Comments
 (0)