Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:21:50 +08:00
commit 1efe579865
24 changed files with 2075 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "travel-assistant",
"description": "Intelligent travel assistant with real-time weather, currency conversion, timezone info, and AI-powered itinerary planning. Your complete travel companion.",
"version": "1.0.0",
"author": {
"name": "Jeremy Longshore",
"email": "[email protected]"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}