langchain-agent/ ├── agent/ │ ├── __init__.py │ ├── tools.py # 3 tools │ └── agent.py # ReAct agent + session memory ├── api ...