File size: 448 Bytes
e075a32
 
 
 
 
 
 
 
523ccd6
e075a32
523ccd6
e075a32
 
523ccd6
e075a32
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[project]
name = "context-engineering"
version = "0.1.0"
description = "Context Engineering Visualizer - Demonstrates information flow in LLM agents"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "faiss-cpu>=1.13.2",
    "gradio>=6.5.1",
    "ipykernel>=7.1.0",
    "langchain>=1.2.8",
    "langchain-community>=0.4.1",
    "langchain-openai>=1.1.7",
    "pypdf>=6.6.2",
    "python-dotenv>=1.2.1",
    "tiktoken>=0.12.0",
]