From 554e1d93f820bd25d630b13ecf0c3128a2994632 Mon Sep 17 00:00:00 2001 From: Nicholas Kalar Date: Tue, 4 Nov 2025 19:56:14 -0500 Subject: [PATCH] Initial versions --- README.md | 6 ++++++ requirements.txt | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 requirements.txt diff --git a/README.md b/README.md index b0da0bc..295c54a 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..b3c2b70 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +langchain +langgraph +langchain-openai +python-dotenv \ No newline at end of file