{% extends "base.html" %} {% block title %}Triggers · {{ current_project.name }} — Bento{% endblock %} {% block content %} {% if rows %} {% else %}

No triggers registered in {{ current_project.name }}. Run bento serve agent.py for an agent that declares @app.webhook, @app.cron, or @app.inbox.

{% endif %}

Test trigger

Source
{% endblock %}