[PR #257] [MERGED] feat(travel_agent): Add iCalendar (.ics) export functionality to planners #271

Closed
opened 2025-11-06 15:00:04 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/257
Author: @BartugKaan
Created: 6/24/2025
Status: Merged
Merged: 8/1/2025
Merged by: @Shubhamsaboo

Base: mainHead: feature/travel-agent-ics-export


📝 Commits (1)

  • b9892ae Add calendar (.ics) export to travel agent apps

📊 Changes

4 files changed (+206 additions, -30 deletions)

View changed files

📝 starter_ai_agents/ai_travel_agent/README.MD (+24 -2)
📝 starter_ai_agents/ai_travel_agent/local_travel_agent.py (+85 -8)
📝 starter_ai_agents/ai_travel_agent/requirements.txt (+2 -1)
📝 starter_ai_agents/ai_travel_agent/travel_agent.py (+95 -19)

📄 Description

This pull request introduces a new feature allowing users to download their generated travel itineraries as an iCalendar (.ics) file. This enhancement makes the travel planner significantly more useful by enabling users to seamlessly import their AI-generated plans into personal calendar applications like Google Calendar, Apple Calendar, or Outlook.

This functionality has been implemented for both the primary GPT-4o planner (travel_agent.py) and the local Llama-based planner (local_travel_agent.py).


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Shubhamsaboo/awesome-llm-apps/pull/257 **Author:** [@BartugKaan](https://github.com/BartugKaan) **Created:** 6/24/2025 **Status:** ✅ Merged **Merged:** 8/1/2025 **Merged by:** [@Shubhamsaboo](https://github.com/Shubhamsaboo) **Base:** `main` ← **Head:** `feature/travel-agent-ics-export` --- ### 📝 Commits (1) - [`b9892ae`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/b9892aeed1e424c0156dd68396986fb954f27669) Add calendar (.ics) export to travel agent apps ### 📊 Changes **4 files changed** (+206 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `starter_ai_agents/ai_travel_agent/README.MD` (+24 -2) 📝 `starter_ai_agents/ai_travel_agent/local_travel_agent.py` (+85 -8) 📝 `starter_ai_agents/ai_travel_agent/requirements.txt` (+2 -1) 📝 `starter_ai_agents/ai_travel_agent/travel_agent.py` (+95 -19) </details> ### 📄 Description This pull request introduces a new feature allowing users to download their generated travel itineraries as an iCalendar (.ics) file. This enhancement makes the travel planner significantly more useful by enabling users to seamlessly import their AI-generated plans into personal calendar applications like Google Calendar, Apple Calendar, or Outlook. This functionality has been implemented for both the primary GPT-4o planner (travel_agent.py) and the local Llama-based planner (local_travel_agent.py). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 15:00:04 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#271