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:
parent
1cfc63831c
commit
f1e3b1166d
5 changed files with 1020 additions and 37 deletions
|
|
@ -131,6 +131,7 @@ pub async fn run(
|
|||
model_name,
|
||||
&tool_descs,
|
||||
&skills,
|
||||
Some(&config.identity),
|
||||
);
|
||||
|
||||
// ── Execute ──────────────────────────────────────────────────
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue