Initialize system repository: agents, infra, and configuration

This commit is contained in:
2026-04-19 04:51:17 +00:00
parent b861f385e9
commit 0cb48b94e2
23 changed files with 1960 additions and 39 deletions

21
pyproject.toml Normal file
View File

@@ -0,0 +1,21 @@
[project]
name = "eve-wiki-agents"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"aiolimiter>=1.2.1",
"beautifulsoup4>=4.14.3",
"feedparser>=6.0.12",
"gitpython>=3.1.46",
"httpx>=0.28.1",
"langchain>=1.2.15",
"langchain-openai>=1.1.14",
"langgraph>=1.1.8",
"mwparserfromhell>=0.7.2",
"psycopg>=3.3.3",
"pydantic>=2.13.2",
"python-dotenv>=1.2.2",
"redis>=7.4.0",
]