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