Commit ·
fbca02a
1
Parent(s): 644f65f
Add HuggingFace Space metadata
Browse files
README.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Context Engineering Visualizer
|
| 2 |
|
| 3 |
A professional educational tool that demonstrates how information flows into an AI agent's context window before inference. Built with LangChain and Gradio.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Context Engineering Visualizer
|
| 3 |
+
emoji: 🧠
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 5.9.1
|
| 8 |
+
app_file: main.py
|
| 9 |
+
pinned: false
|
| 10 |
+
license: mit
|
| 11 |
+
short_description: Visualize how information flows into AI agent context windows
|
| 12 |
+
tags:
|
| 13 |
+
- langchain
|
| 14 |
+
- context-engineering
|
| 15 |
+
- rag
|
| 16 |
+
- educational
|
| 17 |
+
- visualization
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
# Context Engineering Visualizer
|
| 21 |
|
| 22 |
A professional educational tool that demonstrates how information flows into an AI agent's context window before inference. Built with LangChain and Gradio.
|