Add README.md
This commit is contained in:
@@ -0,0 +1,15 @@
|
|||||||
|
# AI Agent with LangChain
|
||||||
|
|
||||||
|
This repository contains a simple Python AI agent built using **LangChain** and **langchain-openai**.
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
- python >= 3.10
|
||||||
|
- langchain==1.2.10
|
||||||
|
- langchain-openai==1.1.9
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
```bash
|
||||||
|
pip install -r requirements.txt
|
||||||
|
python main.py
|
||||||
|
```
|
||||||
|
The agent will prompt you to ask questions until you type `exit` or `quit`.
|
||||||
Reference in New Issue
Block a user