| description | Trigger ONLY when the user explicitly asks for a "briefing" or a complete overview of their WHOLE day. Generates the full daily briefing: agenda, tasks, weather, emails and reminders — always ALL sections together. A request about one specific category or item (appointments, meetings, events, emails, tasks, weather — e.g. "my next N appointments") is NEVER this skill: leave skill_name null and use the matching functional domain.
|
| plan_template | {"deterministic":true,"steps":[{"step_id":"get_events","agent_name":"event_agent","tool_name":"get_events_tool","parameters":{"days_ahead":2,"max_results":5},"depends_on":[],"description":"Récupérer les événements du jour et du lendemain"},{"step_id":"get_tasks","agent_name":"task_agent","tool_name":"get_tasks_tool","parameters":{"show_completed":false},"depends_on":[],"description":"Lister les tâches en cours et prioritaires"},{"step_id":"get_weather","agent_name":"weather_agent","tool_name":"get_weather_forecast_tool","parameters":{"days":3},"depends_on":[],"description":"Météo aujourd'hui + tendance 3 jours"},{"step_id":"get_emails","agent_name":"email_agent","tool_name":"get_emails_tool","parameters":{"query":"in:inbox newer_than:1d","max_results":5},"depends_on":[],"description":"Récupérer les 5 derniers emails reçus aujourd'hui dans la boîte de réception"},{"step_id":"get_reminders","agent_name":"reminder_agent","tool_name":"list_reminders_tool","parameters":{},"depends_on":[],"description":"Lister les rappels en attente pour la journée"}]} |