v 0.0.13
* Renaming of some parameters of send_acl_message.spawn_send_acl_message .
* Example of internal unit test (runs on CI).
* A mime type is introduced in the metadata of messages.
* Support for the "failure" performative/illocution from ACL.
* LangFuse configured for samples of agents using LiteLLM.
* Dependency on LiteLLM and OpenTelemetry (for samples).
* The metadata describing the illocution is directly in the message instead of being in its parts.
* add_illocution function available separately from send_acl_message.
* Change in the parameters of the status callbacks.


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.