[project] name = "quickbot-agent" version = "0.1.0" description = "Adds AI answers and API orchestration to your bot" readme = "README.md" requires-python = ">=3.12" classifiers = [ "Programming Language :: Python :: 3", "Operating System :: OS Independent", "Development Status :: 3 - Alpha", ] authors = [ { name = "Alexander Kalinovsky", email = "ak@botforge.biz" }, ] license = { file = "LICENSE" } dependencies = [ "openai>=1.97.1", ]