-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.yaml
More file actions
31 lines (30 loc) · 745 Bytes
/
Copy pathplugin.yaml
File metadata and controls
31 lines (30 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: meal_manager
version: "0.2.1"
description: Meal planning and fridge inventory manager for Hermes agents.
provides_tools:
- get_meal_suggestions
- get_quick_shopping_list
- get_missing_for_dish
- get_tuning_state
- update_fridge_inventory
- register_cooked_meal
- delete_history_entry
- list_cooking_history
- list_fridge
- add_dish
- add_dishes_batch
- delete_dish
- edit_dish
- set_dish_instructions
- get_dish_recipe
- merge_ingredient_alias
- list_ingredient_aliases
- clear_fridge
- init_ingredient_session
- dii_add_suggested
- dii_skip_suggested
- dii_remove_ingredient
- dii_add_manual
- dii_clear_all
- finalize_ingredient_session
- dii_get_state