Axiom / pyproject.toml
Aasher's picture
feat: Support for more models using OpenRouter Unifified API
5e4c255
raw
history blame contribute delete
477 Bytes
[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",
]