This repository contains an innovative AI-driven trip planning application. The project leverages the power of AI agents, utilizing the AutoGen framework, OpenAI LLMs, and LLAMA Index to create a seamless and interactive trip planning tool. The core of the application is the Conversable Agent, an AI-driven entity capable of understanding and responding to user queries. It interacts with users in a conversational manner, providing suggestions, answering questions, and offering trip planning advice.
- Conversable AI Agent: Engage in natural conversations with an AI agent that assists in trip planning.
- Human-AI Interaction: Collaborate with an AI agent while retaining control over decisions and inputs.
- Group Chat with Round Robin Speaker Selection: Efficiently manage discussions and planning in group settings.
- Contextual Awareness: The AI can recall and use information from previous conversations to improve the planning process.
- Wikipedia Tool Integration: Ensure accuracy and reliability in trip information with real-time Wikipedia data.
To start using the Agentic AI Trip Planner, you can run it locally using Docker or access the hosted version on Hugging Face Space.
- Pull the Docker Image Run the following command to pull the Docker image:
docker pull adi1710/agent-trip-plan:v1
- Run the Docker Container Start the application using the following command:
docker run -it -p 8501:8501 agent-trip-plan:v1
If you prefer not to run the application locally, you can access the hosted version on the Hugging Face Space. Check it out here