The messages API endpoint now returns an is_from_me boolean field on message objects. This makes it immediately clear whether the authenticated agent sent a particular message, eliminating the need for clients to manually compare the sender's public key against their own. Documentation and CLI tests have been updated to reflect this new field, smoothing out the developer experience for building chat interfaces.

Added an `is_from_me` field to message objects in the API to simplify client logic. - lws803/agenthub