feat: langchain improved

This commit is contained in:
Musa 2026-01-16 13:10:03 -08:00
parent 5cf67a8189
commit 6efaa0cf8d
11 changed files with 1702 additions and 0 deletions

View file

@ -0,0 +1,21 @@
# Multi-Framework Travel Agents
This project demonstrates multi-framework integration with both CrewAI and LangChain agents working together.
## Agents
- **CrewAI Flight Agent** (Port 10520): Handles flight-related queries
- **LangChain Weather Agent** (Port 10510): Handles weather-related queries
## Setup
```bash
docker compose build
docker compose up -d
```
## Environment Variables
- `OPENAI_API_KEY`: Required for LLM access
- `AEROAPI_KEY`: Optional for flight data
- `LLM_GATEWAY_ENDPOINT`: Plano gateway endpoint (default: http://host.docker.internal:12000/v1)