AI Travel Planner - March 27th, 2025 - Tripmate - PLDG 2 #70
Dhruv-Varshney-developer
started this conversation in
7 - Show and tell
Replies: 3 comments
-
Retrieve Data from Storacha:
Lit Encryption
|
Beta Was this translation helpful? Give feedback.
0 replies
-
This would be of great help! |
Beta Was this translation helpful? Give feedback.
0 replies
-
The lit encryption client will be released when this PR merges - storacha/upload-service#207 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
AI Travel Planner - March 27th, 2025 - Tripmate - PLDG 2
Contributors
Accomplished Tasks
Update
This week was a rollercoaster of technical challenges and breakthroughs! We made significant progress on our AI Travel Planner, focusing on two key areas:
1. Uploading Trip Data to Storacha
Our primary task was to store conversational trip-related information from users interacting with the Telegram bot on the Storacha decentralized storage network.
Workflow Breakdown:
Key Achievements:
storagePlugin
.CBOR Decode err
caused by malfunctioned Agent delegation.storeTripData
andretrieveTripData
on runtime agent usingrecentMessagesData
object, converting it into a string, blob-like, then a file to be uploaded on Storacha viauploadFile
.storeTripData
to save travel info.failed space/blob/add invocation
error caused by a delegation issue by recreating the Agent.2. Agent 2 Improvements:
Demo Videos:
Tripmate.-.Agent.2.-.26th.march.mov
Questions
We have a few questions where we’d need the team’s guidance, suggestions and opinions:
1. Regarding Lit Encryption:
Should we encrypt the data before uploading?
If yes, then we need to use the sqlite3 DB that is currently storing the conversational history locally for Agent A to familiarize itself with users’ past preferences and interests.
Workflow if we keep SQLite3:
If we remove SQLite3, we need to reconfigure our
AgentRuntime
withdatabaseAdapter
type DB inindex.ts
.2. User Search Data Extraction:
3. Alternative APIs for Train Data:
Potential Bottlenecks & API Costs
One issue we might face is exhausting free quotas on APIs such as:
Funding Options:
Next Tasks
Links:
Reference PRs for this week:
Beta Was this translation helpful? Give feedback.
All reactions