mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
| .. | ||
| crewai | ||
| langchain | ||
| config.yaml | ||
| docker-compose.yaml | ||
| Dockerfile | ||
| gateway_test.rest | ||
| openai_protocol.py | ||
| pyproject.toml | ||
| README.md | ||
| test.rest | ||
| uv.lock | ||
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
docker compose build
docker compose up -d
Environment Variables
OPENAI_API_KEY: Required for LLM accessAEROAPI_KEY: Optional for flight dataLLM_GATEWAY_ENDPOINT: Plano gateway endpoint (default: http://host.docker.internal:12000/v1)