File size: 477 Bytes
c1fe1f5
9ec8758
c1fe1f5
 
 
 
 
 
5e4c255
c1fe1f5
5e4c255
c1fe1f5
 
5e4c255
c1fe1f5
 
 
5a3e732
c1fe1f5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[project]
name = "axiom-agent"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "chainlit>=2.4.201",
    "langchain>=0.3.21",
    "langchain-core>=0.3.47",
    "langchain-deepseek>=0.1.3",
    "langchain-google-genai>=2.1.0",
    "langchain-mcp-adapters>=0.0.5",
    "langchain-openai>=0.3.10",
    "langgraph>=0.3.18",
    "mcpdoc>=0.0.4",
    "python-dotenv>=1.0.1",
    "websockets>=15.0.1",
]