Agentic Task Automation Chatbot (Multi-Agent)

This chatbot uses two worker agents (Task Parser and Suggestion) coordinated by a master agent to schedule tasks and provide proactive suggestions.



{% if response %}

Response:

{{ response }}

{% if suggestion %}

Suggestion: {{ suggestion }}

{% endif %} {% endif %}