https://github.com/0xzee/travelplanner-crewai-agents-streamlit
Travel Planner Crew AI Agents - Streamlit App
https://github.com/0xzee/travelplanner-crewai-agents-streamlit
crewai duckduckgo-search groq-api langchain llama3-8b streamlit
Last synced: 2 months ago
JSON representation
Travel Planner Crew AI Agents - Streamlit App
- Host: GitHub
- URL: https://github.com/0xzee/travelplanner-crewai-agents-streamlit
- Owner: 0xZee
- Created: 2024-07-04T11:45:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-25T11:41:15.000Z (11 months ago)
- Last Synced: 2025-04-09T01:41:34.186Z (6 months ago)
- Topics: crewai, duckduckgo-search, groq-api, langchain, llama3-8b, streamlit
- Language: Python
- Homepage: https://travel-planner-crew.streamlit.app/
- Size: 301 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ποΈ Travel Planner Crew AI Agents - Streamlit App πΊοΈ
Travel Planner Crew AI Agents to Get `Travel Plan`for a specific `City`, `Travel Period`, `Interests` (From Paris to NY)## βοΈ Work Flow
- Ai Crew - 3 Agents :
- `Agent Travel` : Get the informations for travel and accomodations
- `Agent Guide` : Get the informations for the destination, focus on user interests
- `Agent Planner` : Plan the final Travel Plan
- LangChain, YF Tools, Groq Inference
## TRAVEL PLANNER : LANGCHAIN & CREW AI
- Travel Planner assitant to help plan your travel and generate a LLM powered financial reports.
## CREW AI AGENT :
- An advanced research assistant by leveraging LangChain-powered tools into a CrewAI-powered multi-agent setup.
- LangChain is a framework enabling developers to easily build LLM-powered applications over their data; it contains production modules for indexing, retrieval, and prompt/agent orchestration.
- A core use case is building a generalized QA interface enabling knowledge synthesis over complex questions.
- Plugging a LangChain RAG pipeline as a tool into a CrewAI agent setup enables even more sophisticated/advanced research flows## βοΈ Run the App
- Fork or Clone the Repo
- Get and Put your `GROQ_API` in `.streamlit/secrets.toml`
- Run : `streamlit run TravelCrewApp.py`