/
githubmirror
/
DemoGPT
Обзор
Документация
Войти
/
githubmirror
/
DemoGPT
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
pyproject.toml
52 строки
1 KB
Melih
notebooks work
01 апр 2026, 15:30
01 апр 2026, 15:30
aca748b
Код
Авторство
О чём код?
[build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" [tool.poetry] name = "demogpt" version = "1.3.6" description = "Autonomous AI Agent for Gen-AI App Generation " authors = ["Melih Unsal <melihunsal.ai@gmail.com>"] license = "MIT" readme = "README.md" homepage = "https://github.com/melih-unsal/DemoGPT" packages = [ { include = "demogpt" }, { include = "demogpt_agenthub" } ] [tool.poetry.dependencies] python = "^3.8.1" pydantic = "*" streamlit = "*" altair = "<5" langchain = ">=0.3,<1" langchain_experimental = ">=0.3,<1" langchain_openai = ">=0.2,<0.4" openai = "*" tiktoken = "*" python-dotenv = "*" unstructured = "*" pdf2image = "*" pdfminer-six = "*" autopep8 = "*" numexpr = "*" flake8 = "*" langchain-tavily = "*" langchain-community = ">=0.3,<1" langchain-huggingface = "*" langchain-chroma = "*" termcolor = "*" arxiv = "*" youtube-search = "*" stackapi = "*" wikipedia = "1.4.0" pyowm = "3.3.0" [tool.poetry.dev-dependencies] [tool.poetry.scripts] demogpt = "demogpt.cli:main" [tool.poetry.urls] "Homepage" = "https://github.com/melih-unsal/DemoGPT"