<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>- Whats you take on a generic script solution that takes context information as arguments, this allows user to use language of his choice. Is performance the only concern here? This shouldn&#39;t be very difficult to implement.<br></div></div></blockquote><div>The context information can be really huge (thousands of messages) so I&#39;d be best to pass around this information without any heavy conversation. A generic script solution would be very inefficient in this case.</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div></div><div><br></div><div>Are we expecting, users to still write python code (template) in JSON? It might get ugly defining functions within JSON. We could probably consider giving users config option to include their Python module.</div></div></blockquote><div>That&#39;s a good idea! Note, that we could support even YAML configurations, if we upgrade the serde dependency to 0.7 (this is also a possible way of contribution to the project).</div></div></div></div>