init, chat works properly

This commit is contained in:
2026-03-24 19:27:19 +01:00
parent 499d8da4dc
commit 5cc8fc6833
5 changed files with 502 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[project]
name = "ai-agent"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"google-genai==1.12.1",
"python-dotenv==1.1.0",
]