v 0.0.12
* spawn_send_acl_message takes a callback as parameter called on error.
* New illocution 'upload' to allow transfer of data without parsing by the firewall.

v 0.0.11
* Support for A2A streaming mode.

v 0.0.10
* Agents can handle additional illocutions (in addition to tell, achieve and ask).
* Interfaces (in *.asi files) use illocutions (tell, ask, achieve, propose) to declare skills instead of old keywords (input, belief, action).
* The firewall checks the entry-point with respect to the illocution.
* Special entry-point * for nl (natural language) codec.
* Special arity * for nl (natural language) codec.
* Examples of agents using a LLM, with Mistral API or LiteLLM API.