feat: implement AIEOS identity support (#168)

Fixes #168

AIEOS (AI Entity Object Specification) v1.1 is now fully supported.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Argenis 2026-02-15 11:46:02 -05:00 committed by GitHub
parent 1cfc63831c
commit f1e3b1166d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 1020 additions and 37 deletions

View file

@ -23,6 +23,7 @@ pub mod doctor;
pub mod gateway;
pub mod health;
pub mod heartbeat;
pub mod identity;
pub mod integrations;
pub mod memory;
pub mod migration;