Initial commit: AI Novel Generation Tool with prologue support and progress tracking
This commit is contained in:
22
pyproject.toml
Normal file
22
pyproject.toml
Normal file
@ -0,0 +1,22 @@
|
||||
[project]
|
||||
name = "ai-novel"
|
||||
version = "0.1.0"
|
||||
description = "AI Novel Writer Agent using LangChain"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.9"
|
||||
dependencies = [
|
||||
"langchain>=0.1.0",
|
||||
"langchain-openai>=0.1.0",
|
||||
"langchain-ollama>=0.1.0",
|
||||
"langchain-community>=0.1.0",
|
||||
"pyyaml>=6.0",
|
||||
"click>=8.0",
|
||||
"rich>=13.0",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
ai-novel = "ai_novel.main:cli"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
Reference in New Issue
Block a user