mirror of
https://github.com/katanemo/plano.git
synced 2026-06-26 15:39:40 +02:00
feat: langchain improved
This commit is contained in:
parent
5cf67a8189
commit
6efaa0cf8d
11 changed files with 1702 additions and 0 deletions
21
demos/use_cases/multi_frameworks/README.md
Normal file
21
demos/use_cases/multi_frameworks/README.md
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue