feat(examples/avatar): added animation triggers and trimmed personas#5898
feat(examples/avatar): added animation triggers and trimmed personas#5898brycedli wants to merge 1 commit into
Conversation
|
|
| - **Hero motions** β for **Leila** only, the LLM can trigger wave, dance, | ||
| or turn via tool calls (one motion at a time, ~6 seconds each). She | ||
| waves automatically when the session starts. |
There was a problem hiding this comment.
π‘ README claims motions are "for Leila only" but code enables them for Leila, Jess, and Mr Fox
The newly added README text states "Hero motions β for Leila only" but the code at examples/avatar/actions.py:17 defines ACTION_PERSONAS = frozenset({"leila", "jess", "mr_fox"}), and both Jess and Mr Fox personas have action-describing system prompts in examples/avatar/personas.py:80-83 and examples/avatar/personas.py:169-172. Users reading the README would not know that Jess and Mr Fox also support wave/dance/turn motions.
| - **Hero motions** β for **Leila** only, the LLM can trigger wave, dance, | |
| or turn via tool calls (one motion at a time, ~6 seconds each). She | |
| waves automatically when the session starts. | |
| - **Hero motions** β for **Leila**, **Jess**, and **Mr Fox**, the LLM can trigger wave, dance, | |
| or turn via tool calls (one motion at a time, ~6 seconds each). They | |
| wave automatically when the session starts. |
Was this helpful? React with π or π to provide feedback.
Summary
actions.py)