| Agent | Source | Filter | Enabled | Created |
|---|---|---|---|---|
| {{ sub.agent }} | {{ sub.source }} |
{% if sub.filter %}
{{ sub.filter | tojson }}
{% else %}
match all
{% endif %}
|
{{ sub.created_at | time_span }} |
{{ project }} yetSubscriptions land here when an agent in this project registers one via its run(subscriptions=[...]) call.
See Examples for the filter syntax.