mirror of
https://github.com/langchain-ai/how_to_fix_your_context.git
synced 2026-07-01 04:23:18 -04:00
Update README.md
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
This repository contains practical implementations of the 6 key context management techniques outlined in Drew Breunig's post ["How to Fix Your Context"](https://www.dbreunig.com/2025/06/26/how-to-fix-your-context.html).
|
||||
|
||||
<img width="4777" height="1983" alt="context_eng_drew" src="https://github.com/user-attachments/assets/b6c07894-f6c6-41d0-9d95-e5e7030189b3" />
|
||||
|
||||
## 🚀 Quickstart
|
||||
|
||||
### Prerequisites
|
||||
@@ -16,7 +18,6 @@ cd how_to_fix_your_context
|
||||
uv venv
|
||||
source .venv/bin/activate # On Windows: .venv\Scripts\activate
|
||||
```
|
||||
|
||||
2. Install dependencies:
|
||||
```bash
|
||||
uv pip install -r requirements.txt
|
||||
@@ -128,4 +129,4 @@ Start with any technique that matches your current context challenges, or work t
|
||||
## References
|
||||
|
||||
- [How to Fix Your Context](https://www.dbreunig.com/2025/06/26/how-to-fix-your-context.html) by Drew Breunig
|
||||
- [How Contexts Fail and How to Fix Them](https://www.dbreunig.com/2025/06/22/how-contexts-fail-and-how-to-fix-them.html) by Drew Breunig
|
||||
- [How Contexts Fail and How to Fix Them](https://www.dbreunig.com/2025/06/22/how-contexts-fail-and-how-to-fix-them.html) by Drew Breunig
|
||||
|
||||
Reference in New Issue
Block a user