Initial versions

This commit is contained in:
2025-11-04 19:56:14 -05:00
parent 0009f7d030
commit 554e1d93f8
2 changed files with 10 additions and 0 deletions

View File

@@ -1,2 +1,8 @@
# csv_agent
An AI Agent to generate test CSV files for a Pandas application.
## .env file
Environment Variables:
OPEN_AI_APK_KEY - The API key acquired from OpenAI
OPEN_AI_MODEL - The AI Model selected based on cost vs performance

4
requirements.txt Normal file
View File

@@ -0,0 +1,4 @@
langchain
langgraph
langchain-openai
python-dotenv