Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Langchain Terminal Example

Simple terminal agent with AgentMail tools

Setup

Install

uv venv
source .venv/bin/activate
uv pip install .

Config

export OPENAI_API_KEY=openai-api-key
export AGENTMAIL_API_KEY=agentmail-api-key

Run

python main.py