Files
RomanKurlygin c02268a180 Initial commit: KFU Course Agent
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-26 00:16:45 +03:00

25 lines
603 B
TOML

[project]
name = "brojs-agent"
version = "0.1.0"
description = "Автоматический агент для заданий KFU-26-1 (BroJS + Gitea)"
requires-python = ">=3.11"
dependencies = [
"deepagents>=0.6.3",
"langchain>=1.3.0",
"langchain-openai>=0.3.0",
"langchain-mcp-adapters>=0.1.0",
"langgraph>=1.0.8",
"pydantic-settings>=2.0.0",
"python-dotenv>=1.0.0",
"httpx>=0.27.0",
"markdownify>=0.13.0",
"tavily-python>=0.3.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src"]